start all commands related to playlist with q

This commit is contained in:
odrling 2020-08-08 00:57:42 +02:00
parent 2381a140de
commit e581787c88
2 changed files with 3 additions and 3 deletions

View File

@ -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']

View File

@ -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