music-very-player/config.json.example

45 lines
1.6 KiB
Plaintext

{
"default": {
"default_loop": 0,
"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" }
}
}
}