[Timers]
# Interval between attempts to play music.
simple_music_time_interval (Interval between attempts to play music) int 60 1 100000

# Interval between attempts to clean up player playback state.
simple_music_cleanup_interval (Interval between attempts to clean up player playback state) int 5 1 100000

# Add random delay to music start time.
simple_music_add_random_delay (Add random delay to each music start attempt) bool true

# Maximum random delay to add. The delay is randomly selected between 0 and this number.
simple_music_maximum_random_delay (Maximum random delay to add) int 30 0 100000

[Gain]
# Normalized global music volume, from 0 to 1.
simple_music_global_gain (Music volume) float 0.5 0.0 1.0

[Logging]
# Display info messages in server log. Messages include starting/stopping
# playback for different players and also available tracks for each player.
simple_music_display_playback_messages (Display info messages in log) bool true
