]> git.0d.be Git - botaradio.git/blob - configuration.default.ini
Admin features
[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 #This it the char (only on letter) the bot will recognize as a command
41 command_symbol = !
42 #this option split username, in case you use such kind of mumo plugins https://wiki.mumble.info/wiki/Mumo#Set_Status
43 split_username_at_space = False
44
45
46 play_file = file
47 play_url = url
48 play_radio = radio
49 play_playlist = playlist
50
51 help = help
52 stop = stop
53 list = list
54 skip = skip
55 current_music = np
56 volume = v
57 kill = kill
58 stop_and_getout = oust
59 joinme = joinme
60 queue = queue
61 repeat = repeat
62 update = update
63
64 user_ban = userban
65 user_unban = userunban
66 url_ban = urlban
67 url_unban = urlunban
68
69 #command to reload the ban list
70 reload = reload
71
72 [radio]
73 ponyville = http://192.99.131.205:8000/stream.mp3
74 luna = http://radio.ponyvillelive.com:8002/stream
75 radiobrony = http://62.210.138.34:8000/live
76 celestiaradio = http://celestia.aiverse.org:8000/mp3_256
77 jazz = http://jazz-wr04.ice.infomaniak.ch/jazz-wr04-128.mp3
78
79 [strings]
80 current_volume = volume : %d%%
81 change_volume = volume : %d%% by %s
82 bad_command = Incorrect command
83 not_admin = You are not an admin !
84 not_playing = No music right now
85 bad_file = Bad file requested
86 no_file = File not found
87 bad_url = Bad URL requested
88 unable_download = Error while downloading the music...
89 multiple_matches = Track not found! Possible candidates:
90 queue_contents = The next items in the queue are:
91 queue_empty = No more music in the playlist!
92 now_playing = Now playing %s<br />%s
93 not_in_my_channel = You're not in my channel, command refused !
94 pm_not_allowed = Private message aren't allowed.
95 too_long = This music is too long, skipping !
96 download_in_progress = Download of %s in progress
97 no_possible = it's not possible to do that
98 removing_item = Removing entry %s from queue
99 user_ban = You are ban, not allowed to do that !
100 url_ban = This url isn't allowed !
101
102 help = Command available:
103        <br />!file [path]
104        <br />!url [url] - youtube or soundcloud
105        <br />!playlist [url] [offset] - youtube or soundcloud playlist (the offset is the track number the bot will start to play - 1 by default)
106        <br />!radio [url] - url of a stream
107        <br />!list - display list of available tracks
108        <br />!queue - display items in queue
109        <br />!np - display the current music
110        <br />!skip - jump to the next music of the playlist (of remove the X items if you add a number)
111        <br />!stop - stop and clear the playlist
112        <br />!oust - stop + Go to default channel
113        <br />!v - get or change the volume (in %)
114        <br />!joinme - join your own channel
115
116 admin_help = Admin command:
117              <br />!kill (kill the bot)
118              <br />!update (update the bot)
119              <br />!userban [user] (ban a user)
120              <br />!userunban [user] (unban a user)
121              <br />!urlban [url] (ban an url)
122              <br />!urlunban [url] (unban an url)
123              <br />!reload (reload the ban config)
124              <br />
125 [debug]
126 ffmpeg = False
127 mumbleConnection = False