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