@ -24,6 +24,9 @@ announce_current_music = True
|
||||
allow_other_channel_message = False
|
||||
allow_private_message = True
|
||||
|
||||
# Maximum track played when a playlist is added.
|
||||
max_track_playlist = 20
|
||||
|
||||
[webinterface]
|
||||
enabled = False
|
||||
is_web_proxified = True
|
||||
@ -34,6 +37,7 @@ listening_port = 8181
|
||||
play_file = file
|
||||
play_url = url
|
||||
play_radio = radio
|
||||
play_playlist = playlist
|
||||
|
||||
help = help
|
||||
stop = stop
|
||||
@ -74,6 +78,7 @@ pm_not_allowed = Private message aren't allowed.
|
||||
help = Command available:
|
||||
<br />!file [path]
|
||||
<br />!url [url] - youtube or soundcloud
|
||||
<br />!playlist [url] [offset] - youtube or soundcloud playlist (the offset is the track number the bot will start to play - 1 by default)
|
||||
<br />!radio [url] - url of a stream
|
||||
<br />!list - display list of available tracks
|
||||
<br />!queue - display items in queue
|
||||
|
Reference in New Issue
Block a user