bragi/configuration.ini
Fabian Würfl 7910f23d0d Support playback of local files
- Recursive listing of available files
- Protected against path traversal attacks
- Does not follow symlinks
- Possibility to ignore directories or files with specific names
- If no exact match for the requested track can be found, the bot plays
the track with the best match
- If multiple tracks match the user gets a message listing all
candidates
2018-05-18 21:31:52 +02:00

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 />!play_file - stop + Go to default channel
<br />!v - get or change the volume (in %)
<br />!joinme