autostop now supports pause/stop

This commit is contained in:
Martin Römer
2020-03-23 18:05:38 +01:00
parent 3a906ea183
commit b6ea3c5bff
2 changed files with 17 additions and 6 deletions

View File

@ -98,8 +98,10 @@ port = 64738
#ducking_volume = 0.05
#ducking_threshold = 3000
# 'auto_stop': If a user leaves and the bot is left alone, stop and clear the playlist
#auto_stop = False
# 'when_nobody_in_channel': should the music stop playing when everybody left the channel
# it should be one of "pause" (pause current song), "stop" (also clears playlist) or "nothing" (keep playing music)
# If a user leaves and the bot is left alone, stop and clear the playlist
#when_nobody_in_channel = nothing
# [webinterface] stores settings related to the web interface.
[webinterface]