]> git.0d.be Git - botaradio.git/blob - configuration.default.ini
Minor text changes
[botaradio.git] / configuration.default.ini
1 [server]
2 host = 127.0.0.1
3 port = 64738
4 password =
5 channel =
6 tokens = # example: token1,token2
7 certificate =
8
9 [bot]
10 username = botamusique
11 comment = Hi, I'm here to play radio, local music or youtube/soundcloud music. Have fun !
12 volume = 0.1
13 admin = User1;User2; # Allow user to kill the bot
14 music_folder = /home/azlux/botamusique/music_folder/
15 tmp_folder = /tmp/
16 pip3_path = venv/bin/pip
17 auto_update = True
18
19 # in MB, 0 for no cache, -1 for unlimited size
20 tmp_folder_max_size = 10
21
22 ignored_folders = tmp
23 ignored_files = Thumbs.db
24
25 announce_current_music = True
26 allow_other_channel_message = False
27 allow_private_message = True
28
29 # Maximum track played when a playlist is added.
30 max_track_playlist = 20
31
32 # Maximum music duration (minutes)
33 max_track_duration = 60
34
35 [webinterface]
36 enabled = False
37 is_web_proxified = True
38 listening_addr = 127.0.0.1
39 listening_port = 8181
40
41 [command]
42 #This it the char (only on letter) the bot will recognize as a command
43 command_symbol = !
44 #this option split username, in case you use such kind of mumo plugins https://wiki.mumble.info/wiki/Mumo#Set_Status
45 split_username_at_space = False
46
47
48 play_file = file
49 play_url = url
50 play_radio = radio
51 play_playlist = playlist
52
53 rb_query = rbquery
54 rb_play = rbplay
55
56 help = help
57 stop = stop
58 list = list
59 skip = skip
60 current_music = np
61 volume = v
62 kill = kill
63 stop_and_getout = oust
64 joinme = joinme
65 queue = queue
66 repeat = repeat
67 update = update
68
69 user_ban = userban
70 user_unban = userunban
71 url_ban = urlban
72 url_unban = urlunban
73
74 #command to reload the ban list
75 reload = reload
76
77 [radio]
78 ponyville = http://192.99.131.205:8000/stream.mp3 "Here a command of !radio comment"
79 luna = http://radio.ponyvillelive.com:8002/stream "calm and orchestra music"
80 radiobrony = http://62.210.138.34:8000/live "Borny music of a friend"
81 celestiaradio = http://celestia.aiverse.org:8000/mp3_256
82 jazz = http://jazz-wr04.ice.infomaniak.ch/jazz-wr04-128.mp3 "Jazz Yeah !"
83
84 [strings]
85 current_volume = volume : %d%%
86 change_volume = volume : %d%% by %s
87 bad_command = Incorrect command
88 not_admin = You are not an admin !
89 not_playing = No music right now
90 bad_file = Bad file requested
91 no_file = File not found
92 bad_url = Bad URL requested
93 preconfigurated_radio = Preconfigurated Radio available
94 unable_download = Error while downloading the music...
95 multiple_matches = Track not found! Possible candidates:
96 queue_contents = The next items in the queue are:
97 queue_empty = No more music in the playlist!
98 now_playing = Now playing %s<br />%s
99 not_in_my_channel = You're not in my channel, command refused !
100 pm_not_allowed = Private message aren't allowed.
101 too_long = This music is too long, skipping !
102 download_in_progress = Download of %s in progress
103 no_possible = it's not possible to do that
104 removing_item = Removing entry %s from queue
105 user_ban = You are ban, not allowed to do that !
106 url_ban = This url isn't allowed !
107 rbqueryresult = This is the result of your query, send !rbplay 'ID' to play a station
108
109 help = Command available:
110        <br />!file [path]
111        <br />!url [url] - youtube or soundcloud
112        <br />!playlist [url] [offset] - youtube or soundcloud playlist (the offset is the track number the bot will start to play - 1 by default)
113        <br />!radio [url] - url of a stream
114        <br />!rbquery - Search http://www.radio-browser.info for a radio station
115        <br />!rbplay - Play a radio station from rbquery serach results
116        <br />!list - display list of available tracks
117        <br />!queue - display items in queue
118        <br />!np - display the current music
119        <br />!skip - jump to the next music of the playlist (of remove the X items if you add a number)
120        <br />!stop - stop and clear the playlist
121        <br />!oust - stop + Go to default channel
122        <br />!v - get or change the volume (in %)
123        <br />!joinme - join your own channel
124
125 admin_help = Admin command:
126              <br />!kill (kill the bot)
127              <br />!update (update the bot)
128              <br />!userban [user] (ban a user)
129              <br />!userunban [user] (unban a user)
130              <br />!urlban [url] (ban an url)
131              <br />!urlunban [url] (unban an url)
132              <br />!reload (reload the ban config)
133
134 [debug]
135 ffmpeg = False
136 mumbleConnection = False
137