Second wave of initial code changes.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
# ========================================================
|
||||
# botamusique Default Configuration File
|
||||
# Bragi Default Configuration File
|
||||
# Forked from botamusique by azlux
|
||||
# Version 6
|
||||
# ========================================================
|
||||
# WARNING:
|
||||
@ -31,7 +32,6 @@ admin =
|
||||
allow_other_channel_message = False
|
||||
allow_private_message = True
|
||||
announce_current_music = True
|
||||
auto_check_update = True
|
||||
autoplay_length = 5
|
||||
avatar =
|
||||
bandwidth = 96000
|
||||
@ -59,28 +59,13 @@ refresh_cache_on_startup = True
|
||||
save_music_library = True
|
||||
save_playlist = True
|
||||
stereo = True
|
||||
target_version = git
|
||||
tmp_folder = /tmp/
|
||||
tmp_folder_max_size = 10
|
||||
username = botamusique
|
||||
username = bragi
|
||||
volume = 0.8
|
||||
when_nobody_in_channel = nothing
|
||||
when_nobody_in_channel_ignore =
|
||||
|
||||
[webinterface]
|
||||
access_address = http://127.0.0.1:8181
|
||||
auth_method = none
|
||||
enabled = False
|
||||
flask_secret = ChangeThisPassword
|
||||
is_web_proxified = True
|
||||
listening_addr = 127.0.0.1
|
||||
listening_port = 8181
|
||||
max_attempts = 10
|
||||
max_upload_file_size = 30M
|
||||
password =
|
||||
upload_enabled = True
|
||||
user =
|
||||
web_logfile =
|
||||
|
||||
[debug]
|
||||
ffmpeg = False
|
||||
@ -102,7 +87,6 @@ user_agent =
|
||||
[commands]
|
||||
add_from_shortlist = shortlist, sl
|
||||
add_tag = addtag
|
||||
add_webinterface_user = webuseradd
|
||||
change_user_password = password
|
||||
clear = clear
|
||||
command_symbol = !:!
|
||||
@ -118,7 +102,6 @@ joinme = joinme
|
||||
kill = kill
|
||||
last = last
|
||||
list_file = listfile
|
||||
list_webinterface_user = webuserlist
|
||||
max_volume = maxvolume
|
||||
mode = mode
|
||||
pause = pause
|
||||
@ -135,16 +118,13 @@ rb_play = rbplay
|
||||
rb_query = rbquery
|
||||
remove = rm
|
||||
remove_tag = untag
|
||||
remove_webinterface_user = webuserdel
|
||||
repeat = repeat
|
||||
requests_webinterface_access = web
|
||||
rescan = rescan
|
||||
search = search
|
||||
skip = skip
|
||||
split_username_at_space = False
|
||||
stop = stop
|
||||
stop_and_getout = oust
|
||||
update = update
|
||||
url_ban = urlban
|
||||
url_ban_list = urlbanlist
|
||||
url_unban = urlunban
|
||||
|
Reference in New Issue
Block a user