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