mirror of
https://gitlab.com/Emeraude/music-very-player.git
synced 2024-11-23 11:21:20 +01:00
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
{
|
|
"default": {
|
|
"prefix": "!",
|
|
"commands": {
|
|
"p": { "target": "player", "action": "add" },
|
|
"play": { "target": "player", "action": "add" },
|
|
"q": { "target": "player", "action": "add" },
|
|
"quick": { "target": "player", "action": "add" },
|
|
|
|
"remove": { "target": "player", "action": "remove" },
|
|
|
|
"stop": { "target": "player", "action": "stop" },
|
|
"pause": { "target": "player", "action": "stop" },
|
|
"leave": { "target": "player", "action": "leave" },
|
|
"clear": { "target": "player", "action": "clear" },
|
|
|
|
"resume": { "target": "player", "action": "resume" },
|
|
|
|
"loop": { "target": "player", "action": "toggle_loop" },
|
|
|
|
"next": { "target": "player", "action": "next" },
|
|
"previous": { "target": "player", "action": "prev" },
|
|
"goto": { "target": "player", "action": "goto" },
|
|
|
|
"list": { "target": "player", "action": "list" },
|
|
|
|
"shuffle": { "target": "player", "action": "shuffle" },
|
|
|
|
"playlists": { "target": "playlists", "action": "list" },
|
|
"register": { "target": "playlists", "action": "register" },
|
|
"load": { "target": "playlists", "action": "load" },
|
|
"fork": { "target": "playlists", "action": "fork" },
|
|
"import": { "target": "playlists", "action": "import" },
|
|
"export": { "target": "playlists", "action": "export" },
|
|
|
|
"mvpconfig": { "target": "mvp", "action": "config" },
|
|
"mvpversion" : { "target": "mvp", "action": "version"},
|
|
|
|
"s": { "target": "resource", "action": "search" },
|
|
"search": { "target": "resource", "action": "search" }
|
|
}
|
|
}
|
|
}
|