51 lines
1.2 KiB
INI
51 lines
1.2 KiB
INI
[bot]
|
|
comment = Coucou, Je suis née du savoir du Azlux, accès au https://azlux.fr/bot
|
|
volume = 0.1
|
|
admin = BafTac
|
|
music_folder = /home/fabian/music/mumblebot/
|
|
tmp_folder = /tmp/
|
|
ignored_folders = tmp
|
|
ignored_files = Thumbs.db
|
|
is_proxified = True
|
|
|
|
[debug]
|
|
ffmpeg = False
|
|
mumbleConnection = False
|
|
|
|
[command]
|
|
play_file = file
|
|
play_url = url
|
|
play_radio = radio
|
|
|
|
help = help
|
|
stop = stop
|
|
list = list
|
|
next = next
|
|
current_music = np
|
|
volume = v
|
|
kill = kill
|
|
stop_and_getout = oust
|
|
joinme = joinme
|
|
|
|
|
|
[strings]
|
|
current_volume = volume : %d%%
|
|
change_volume = volume : %d%% par %s
|
|
bad_command = Commande incorrecte
|
|
not_admin = T'es pas admin, patate !
|
|
not_playing = Aucun stream en lecture
|
|
bad_file = Bad file asked
|
|
no_file = Not file here
|
|
bad_url = Bad URL asked
|
|
multiple_matches = Track not found! Possible candidates:
|
|
|
|
help = Command available:
|
|
<br />!play_file <path>
|
|
<br />!play_url <url> - youtube or soundcloud
|
|
<br />!play_radio <url> - url of a stream
|
|
<br />!next - jump to the next music of the playlist
|
|
<br />!stop - stop and clear the playlist
|
|
<br />!oust - stop + Go to default channel
|
|
<br />!v - get or change the volume (in %)
|
|
<br />!joinme
|