]> git.0d.be Git - botaradio.git/blob - configuration.default.ini
Clear tmp folder and good creating time
[botaradio.git] / configuration.default.ini
1 [bot]
2 comment = Hi, I'm here to play radio, local music or youtube/soundcloud music. Have fun !
3 volume = 0.1
4 admin = User1;User2; # Allow user to kill the bot
5 music_folder = /home/azlux/botamusique/music_folder/
6 tmp_folder = /tmp/
7
8 # in Mo, 0 for no cache, -1 for illimited size
9 tmp_folder_max_size = 10
10
11 ignored_folders = tmp
12 ignored_files = Thumbs.db
13
14 [webinterface]
15 enabled = False
16 is_web_proxified = True
17 listening_addr = 127.0.0.1
18 listening_port = 8181
19
20 [command]
21 play_file = file
22 play_url = url
23 play_radio = radio
24
25 help = help
26 stop = stop
27 list = list
28 next = skip
29 current_music = np
30 volume = v
31 kill = kill
32 stop_and_getout = oust
33 joinme = joinme
34 queue = queue
35
36 [radio]
37 ponyville = http://192.99.131.205:8000/stream.mp3
38 luna = http://radio.ponyvillelive.com:8002/stream
39 radiobrony = http://62.210.138.34:8000/live
40 celestiaradio = http://celestia.aiverse.org:8000/mp3_256
41 jazz = http://jazz-wr04.ice.infomaniak.ch/jazz-wr04-128.mp3
42
43 [strings]
44 current_volume = volume : %d%%
45 change_volume = volume : %d%% by %s
46 bad_command = Incorrect command
47 not_admin = You are not an admin !
48 not_playing = No music right now
49 bad_file = Bad file asked
50 no_file = Not file here
51 bad_url = Bad URL asked
52 multiple_matches = Track not found! Possible candidates:
53 queue_contents = The next items in the queue are:
54 queue_empty = No more music in the playlist!
55 now_playing = Now playing %s<br />%s
56
57 help = Command available:
58        <br />!file <path>
59        <br />!url <url> - youtube or soundcloud
60        <br />!radio <url> - url of a stream
61        <br />!list - display list of available tracks
62        <br />!queue - display items in queue
63        <br />!next - jump to the next music of the playlist
64        <br />!stop - stop and clear the playlist
65        <br />!oust - stop + Go to default channel
66        <br />!v - get or change the volume (in %)
67        <br />!joinme
68
69 [debug]
70 ffmpeg = False
71 mumbleConnection = False