add cache and rename some files
BIN
opendeck/plugins/me.amankhanna.oampris.sdPlugin/icons/next.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
BIN
opendeck/plugins/me.amankhanna.oampris.sdPlugin/icons/stop.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||