Files
dotfiles/opendeck/plugins/me.amankhanna.oampris.sdPlugin/manifest.json

69 lines
1.9 KiB
JSON

{
"Name": "Linux Media",
"Description": "Linux media controls using MPRIS",
"Author": "Aman Khanna (nekename)",
"Version": "1.1.0",
"CodePathLin": "oampris",
"Icon": "icons/playpause",
"Category": "Media",
"OS": [{ "Platform": "linux" }],
"Actions": [
{
"UUID": "me.amankhanna.oampris.playpause",
"Name": "Play/Pause",
"Icon": "icons/playpause",
"States": [{ "Image": "actionDefaultImage" }],
"Controllers": ["Keypad"],
"SupportedInMultiActions": true,
"Tooltip": "Toggle the playback state"
},
{
"UUID": "me.amankhanna.oampris.stop",
"Name": "Stop",
"Icon": "icons/stop",
"States": [{ "Image": "actionDefaultImage" }],
"Controllers": ["Keypad"],
"SupportedInMultiActions": true,
"Tooltip": "Stop playback"
},
{
"UUID": "me.amankhanna.oampris.previous",
"Name": "Previous",
"Icon": "icons/previous",
"States": [{ "Image": "actionDefaultImage" }],
"Controllers": ["Keypad"],
"SupportedInMultiActions": true,
"Tooltip": "Go to the previous track"
},
{
"UUID": "me.amankhanna.oampris.next",
"Name": "Next",
"Icon": "icons/next",
"States": [{ "Image": "actionDefaultImage" }],
"Controllers": ["Keypad"],
"SupportedInMultiActions": true,
"Tooltip": "Go to the next track"
},
{
"UUID": "me.amankhanna.oampris.repeat",
"Name": "Repeat",
"Icon": "icons/repeat_playlist",
"States": [{ "Image": "icons/repeat_none" }, { "Image": "icons/repeat_playlist" }, { "Image": "icons/repeat_track" }],
"DisableAutomaticStates": true,
"Controllers": ["Keypad"],
"SupportedInMultiActions": true,
"Tooltip": "Cycle the repeat mode"
},
{
"UUID": "me.amankhanna.oampris.shuffle",
"Name": "Shuffle",
"Icon": "icons/shuffle_on",
"States": [{ "Image": "icons/shuffle_off" }, { "Image": "icons/shuffle_on" }],
"DisableAutomaticStates": true,
"Controllers": ["Keypad"],
"SupportedInMultiActions": true,
"Tooltip": "Toggle shuffle"
}
]
}