More cleanup, merged pymumble into the project so I don't have to maintain 2 separate things, tested working version.
This commit is contained in:
@@ -23,7 +23,7 @@ port = 64738
|
||||
# 'username': The bot's username.
|
||||
# 'comment': Comment displayed on the bot's profile.
|
||||
# 'avatar': Path to an image used for the bot's avatar (PNG recommended, 128 KB max).
|
||||
#username = bragi
|
||||
#username = Bragi
|
||||
#comment = "Hi, I'm here to play radio, local music or youtube/soundcloud music. Have fun!"
|
||||
#avatar =
|
||||
|
||||
@@ -74,9 +74,7 @@ port = 64738
|
||||
#autoplay_length = 5
|
||||
#clear_when_stop_in_oneshot = False
|
||||
|
||||
# 'target_version': version to fetch when updating:
|
||||
# stable: use the curl command to get stable releases
|
||||
# testing: follow git master branch using the git command
|
||||
# Auto-update system has been removed from Bragi
|
||||
#target_version = stable
|
||||
|
||||
# 'tmp_folder': Folder that music will be downloaded into.
|
||||
@@ -91,9 +89,8 @@ port = 64738
|
||||
# 'download_attempts': How many times to attempt a download.
|
||||
#download_attempts = 2
|
||||
|
||||
# 'auto_check_update': Whether to check for updates every time the bot starts,
|
||||
# and post the changelog after an update was applied.
|
||||
#auto_check_update = True
|
||||
# Auto-update system has been removed from Bragi
|
||||
#auto_check_update = False
|
||||
#pip3_path = venv/bin/pip
|
||||
|
||||
# 'logfile': File to write log messages to.
|
||||
@@ -158,12 +155,12 @@ port = 64738
|
||||
|
||||
# Web interface has been removed from Bragi
|
||||
|
||||
# The [debug] section contains settings to enable debugging messaages.
|
||||
# The [debug] section contains settings to enable debugging messages.
|
||||
[debug]
|
||||
# 'ffmpeg': Whether to display debug messages from ffmpeg.
|
||||
# 'mumble_connection': Whether to display debug messages for the
|
||||
# connection to the Mumble server (from the pymumble library).
|
||||
# 'youtube_dl': Whether to display debug messages from youtube-dl.
|
||||
# 'youtube_dl': Whether to display debug messages from yt-dlp.
|
||||
#ffmpeg = False
|
||||
#mumble_connection = False
|
||||
#youtube_dl = False
|
||||
|
Reference in New Issue
Block a user