Better command,!help and custom file
This commit is contained in:
67
configuration.default.ini
Normal file
67
configuration.default.ini
Normal file
@ -0,0 +1,67 @@
|
||||
[bot]
|
||||
comment = Hi, I'm here to play radio, local music or youtube/soundcloud music. Have fun !
|
||||
volume = 0.1
|
||||
admin = User1;User2;
|
||||
music_folder = /home/azlux/botamusique/music_folder
|
||||
tmp_folder = /tmp/
|
||||
ignored_folders = tmp
|
||||
ignored_files = Thumbs.db
|
||||
|
||||
[webinterface]
|
||||
enabled = False
|
||||
is_web_proxified = True
|
||||
listening_addr = 127.0.0.1
|
||||
listening_port = 8181
|
||||
|
||||
[command]
|
||||
play_file = file
|
||||
play_url = url
|
||||
play_radio = radio
|
||||
|
||||
help = help
|
||||
stop = stop
|
||||
list = list
|
||||
next = skip
|
||||
current_music = np
|
||||
volume = v
|
||||
kill = kill
|
||||
stop_and_getout = oust
|
||||
joinme = joinme
|
||||
queue = queue
|
||||
|
||||
[radio]
|
||||
ponyville = http://192.99.131.205:8000/stream.mp3
|
||||
luna = http://radio.ponyvillelive.com:8002/stream
|
||||
radiobrony = http://62.210.138.34:8000/live
|
||||
celestiaradio = http://celestia.aiverse.org:8000/mp3_256
|
||||
jazz = http://jazz-wr04.ice.infomaniak.ch/jazz-wr04-128.mp3
|
||||
|
||||
[strings]
|
||||
current_volume = volume : %d%%
|
||||
change_volume = volume : %d%% by %s
|
||||
bad_command = Incorrect command
|
||||
not_admin = You are not an admin !
|
||||
not_playing = No music right now
|
||||
bad_file = Bad file asked
|
||||
no_file = Not file here
|
||||
bad_url = Bad URL asked
|
||||
multiple_matches = Track not found! Possible candidates:
|
||||
queue_contents = The next items in the queue are:
|
||||
queue_empty = No more music in the playlist!
|
||||
now_playing = Now playing %s<br />%s
|
||||
|
||||
help = Command available:
|
||||
<br />!file <path>
|
||||
<br />!url <url> - youtube or soundcloud
|
||||
<br />!radio <url> - url of a stream
|
||||
<br />!list - display list of available tracks
|
||||
<br />!queue - display items in queue
|
||||
<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
|
||||
|
||||
[debug]
|
||||
ffmpeg = False
|
||||
mumbleConnection = False
|
Reference in New Issue
Block a user