new playlist format
This commit is contained in:
@ -27,6 +27,9 @@ allow_private_message = True
|
||||
# Maximum track played when a playlist is added.
|
||||
max_track_playlist = 20
|
||||
|
||||
# Maximum music duration (minutes)
|
||||
max_track_duration = 60
|
||||
|
||||
[webinterface]
|
||||
enabled = False
|
||||
is_web_proxified = True
|
||||
@ -42,7 +45,7 @@ play_playlist = playlist
|
||||
help = help
|
||||
stop = stop
|
||||
list = list
|
||||
next = skip
|
||||
skip = skip
|
||||
current_music = np
|
||||
volume = v
|
||||
kill = kill
|
||||
@ -68,12 +71,17 @@ not_playing = No music right now
|
||||
bad_file = Bad file requested
|
||||
no_file = File not found
|
||||
bad_url = Bad URL requested
|
||||
unable_download = Error while downloading the music...
|
||||
multiple_matches = Track not found! Possible candidates:
|
||||
queue_contents = The next items in the queue are:
|
||||
queue_empty = No more music in the playlist!
|
||||
now_playing = Now playing %s<br />%s
|
||||
not_in_my_channel = You're not in my channel, command refused !
|
||||
pm_not_allowed = Private message aren't allowed.
|
||||
too_long = This music is too long, skipping !
|
||||
download_in_progress = Download of %s in progress
|
||||
no_possible = it's not possible to do that
|
||||
removing_item = Removing entry %s from queue
|
||||
|
||||
help = Command available:
|
||||
<br />!file [path]
|
||||
@ -82,7 +90,7 @@ help = Command available:
|
||||
<br />!radio [url] - url of a stream
|
||||
<br />!list - display list of available tracks
|
||||
<br />!queue - display items in queue
|
||||
<br />!next - jump to the next music of the playlist
|
||||
<br />!skip - jump to the next music of the playlist (of remove the X items if you add a number)
|
||||
<br />!stop - stop and clear the playlist
|
||||
<br />!oust - stop + Go to default channel
|
||||
<br />!v - get or change the volume (in %)
|
||||
|
Reference in New Issue
Block a user