feat: 'yplay' play the first result. add 'last' command. #87
This commit is contained in:
@ -126,8 +126,8 @@ play_playlist = playlist
|
||||
rb_query = rbquery
|
||||
rb_play = rbplay
|
||||
|
||||
yt_query = ytquery
|
||||
yt_play = ytplay
|
||||
yt_search = ysearch
|
||||
yt_play = yplay
|
||||
|
||||
help = help
|
||||
pause = pause
|
||||
@ -136,6 +136,7 @@ stop = stop
|
||||
remove = rm
|
||||
clear = clear
|
||||
skip = skip
|
||||
last = last
|
||||
current_music = np, now
|
||||
volume = volume
|
||||
kill = kill
|
||||
@ -217,6 +218,7 @@ help = <h3>Commands</h3>
|
||||
<li> <b>!<u>pa</u>use </b> - pause </li>
|
||||
<li> <b>!<u>st</u>op </b> - stop playing </li>
|
||||
<li> <b>!<u>sk</u>ip </b> - jump to the next song </li>
|
||||
<li> <b>!<u>la</u>st </b> - jump to the last song </li>
|
||||
<li> <b>!<u>v</u>olume </b> {volume} - get or change the volume (from 0 to 100) </li>
|
||||
<li> <b>!<u>m</u>ode </b> [{mode}] - get or set the playback mode, {mode} should be one of <i>one-shot</i> (remove
|
||||
item once played), <i>repeat</i> (looping through the playlist), <i>random</i> (randomize the playlist)</li>
|
||||
@ -237,11 +239,12 @@ help = <h3>Commands</h3>
|
||||
<li> <b>!<u>rep</u>eat </b> [{num}] - repeat current song {num} (1 by default) times.</li>
|
||||
<li> <b>!<u>ran</u>dom </b> - randomize the playlist.</li>
|
||||
<li> <b>!<u>rad</u>io </b> {url} - append a radio {url} to the playlist </li>
|
||||
<li> <b>!<u>l</u>istfile </b> [{pattern}] - display list of available files (that match the regex pattern if {pattern} is given) </li>
|
||||
<li> <b>!<u>li</u>stfile </b> [{pattern}] - display list of available files (that match the regex pattern if {pattern} is given) </li>
|
||||
<li> <b>!<u>rbq</u>uery </b> {keyword} - query http://www.radio-browser.info for a radio station </li>
|
||||
<li> <b>!<u>rbp</u>lay </b> {id} - play a radio station with {id} (eg. !rbplay 96746) </li>
|
||||
<li> <b>!<u>ytq</u>uery </b> {keyword} - query youtube. Use <i>!ytquery -n</i> to turn the page. </li>
|
||||
<li> <b>!<u>ytp</u>lay </b> {index} - play an item from the list returned by <i>!ytquery</i>. </li>
|
||||
<li> <b>!<u>ys</u>earch </b> {keyword} - query youtube. Use <i>!ytquery -n</i> to turn the page. </li>
|
||||
<li> <b>!<u>yp</u>lay </b> {index/keywords} - play an item from the list returned by <i>!ytquery</i>, or add the
|
||||
first search result of {keywords} into the playlist.</li>
|
||||
</ul>
|
||||
<b>Other</b>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user