]> git.0d.be Git - botaradio.git/blob - configuration.default.ini
#19
[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 allow_other_channel_message = False
23
24 [webinterface]
25 enabled = False
26 is_web_proxified = True
27 listening_addr = 127.0.0.1
28 listening_port = 8181
29
30 [command]
31 play_file = file
32 play_url = url
33 play_radio = radio
34
35 help = help
36 stop = stop
37 list = list
38 next = skip
39 current_music = np
40 volume = v
41 kill = kill
42 stop_and_getout = oust
43 joinme = joinme
44 queue = queue
45 repeat = repeat
46
47 [radio]
48 ponyville = http://192.99.131.205:8000/stream.mp3
49 luna = http://radio.ponyvillelive.com:8002/stream
50 radiobrony = http://62.210.138.34:8000/live
51 celestiaradio = http://celestia.aiverse.org:8000/mp3_256
52 jazz = http://jazz-wr04.ice.infomaniak.ch/jazz-wr04-128.mp3
53
54 [strings]
55 current_volume = volume : %d%%
56 change_volume = volume : %d%% by %s
57 bad_command = Incorrect command
58 not_admin = You are not an admin !
59 not_playing = No music right now
60 bad_file = Bad file requested
61 no_file = File not found
62 bad_url = Bad URL requested
63 multiple_matches = Track not found! Possible candidates:
64 queue_contents = The next items in the queue are:
65 queue_empty = No more music in the playlist!
66 now_playing = Now playing %s<br />%s
67 not_in_my_channel = You're not in my channel, command refused !
68
69 help = Command available:
70        <br />!file [path]
71        <br />!url [url] - youtube or soundcloud
72        <br />!radio [url] - url of a stream
73        <br />!list - display list of available tracks
74        <br />!queue - display items in queue
75        <br />!next - jump to the next music of the playlist
76        <br />!stop - stop and clear the playlist
77        <br />!oust - stop + Go to default channel
78        <br />!v - get or change the volume (in %)
79        <br />!joinme - join your own channel
80
81 [debug]
82 ffmpeg = False
83 mumbleConnection = False