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