start all commands related to playlist with q
This commit is contained in:
parent
2381a140de
commit
e581787c88
@ -124,7 +124,7 @@ COMMANDS_HELP = ['help', 'h', '?', '/?', r'\?']
|
|||||||
COMMANDS_CREATE = ['c', 'create']
|
COMMANDS_CREATE = ['c', 'create']
|
||||||
COMMANDS_AUTH = ['a', 'auth']
|
COMMANDS_AUTH = ['a', 'auth']
|
||||||
COMMANDS_TOGGLE = ['t', 'toggle']
|
COMMANDS_TOGGLE = ['t', 'toggle']
|
||||||
COMMANDS_QUEUE = ['queue', 'q', 'add']
|
COMMANDS_QUEUE = ['queue', 'qa', 'add']
|
||||||
COMMANDS_PLAYLIST = ['playlist', 'ql', 'pl']
|
COMMANDS_PLAYLIST = ['playlist', 'ql', 'pl']
|
||||||
COMMANDS_SELECT = ['select', 'qs']
|
COMMANDS_SELECT = ['select', 'qs']
|
||||||
COMMANDS_DELETE = ['delete', 'd', 'qd']
|
COMMANDS_DELETE = ['delete', 'd', 'qd']
|
||||||
|
|||||||
@ -87,10 +87,10 @@ en = {
|
|||||||
"commandlist-notification/create": "\tc [name] - create managed room using name of current room",
|
"commandlist-notification/create": "\tc [name] - create managed room using name of current room",
|
||||||
"commandlist-notification/auth": "\ta [password] - authenticate as room operator with operator password",
|
"commandlist-notification/auth": "\ta [password] - authenticate as room operator with operator password",
|
||||||
"commandlist-notification/chat": "\tch [message] - send a chat message in a room",
|
"commandlist-notification/chat": "\tch [message] - send a chat message in a room",
|
||||||
"commandList-notification/queue": "\tq [file/url] - add file or url to bottom of playlist",
|
"commandList-notification/queue": "\tqa [file/url] - add file or url to bottom of playlist",
|
||||||
"commandList-notification/playlist": "\tql - show the current playlist",
|
"commandList-notification/playlist": "\tql - show the current playlist",
|
||||||
"commandList-notification/select": "\tqs [index] - select given entry in the playlist",
|
"commandList-notification/select": "\tqs [index] - select given entry in the playlist",
|
||||||
"commandList-notification/delete": "\td [index] - delete the given entry from the playlist",
|
"commandList-notification/delete": "\tqd [index] - delete the given entry from the playlist",
|
||||||
"syncplay-version-notification": "Syncplay version: {}", # syncplay.version
|
"syncplay-version-notification": "Syncplay version: {}", # syncplay.version
|
||||||
"more-info-notification": "More info available at: {}", # projectURL
|
"more-info-notification": "More info available at: {}", # projectURL
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user