add cache and rename some files

This commit is contained in:
2026-01-15 15:41:19 +01:00
parent 7879f15726
commit b64815d9ab
4753 changed files with 931902 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -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"
}
]
}

Binary file not shown.