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