add feature autostop

This commit is contained in:
Martin Römer
2020-03-23 16:08:26 +01:00
parent 6caca5f307
commit 8f48b7deda
3 changed files with 21 additions and 0 deletions

View File

@ -85,6 +85,9 @@ ducking = False
ducking_volume = 0.05
ducking_threshold = 3000
# if auto_stop is enabled and a user leaves and the bot is left alone, stop and clear the playlist
auto_stop = False
[webinterface]
# Set enabled to True if you'd like to use the web interface to manage your playlist, upload files, etc.
enabled = False