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