kdeconnect-kde/plugins/mprisremote/kdeconnect_mprisremote.json
Aleix Pol 5c79e8a7a6 Implement an MPRIS client plugin
Makes it possible to control remote MPRIS instances.

REVIEW: 124100
2015-06-18 04:01:01 +02:00

28 lines
708 B
JSON

{
"Encoding": "UTF-8",
"KPlugin": {
"Authors": [
{
"Email": "aleixpol@kde.org",
"Name": "Aleix Pol"
}
],
"Description": "Control MPRIS services",
"EnabledByDefault": true,
"Icon": "applications-multimedia",
"Id": "kdeconnect_mprisremote",
"License": "GPL",
"Name": "MprisRemote",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://kde.org"
},
"X-KdeConnect-OutgoingPackageType": [
"kdeconnect.mpris"
],
"X-KdeConnect-SupportedPackageType": [
"kdeconnect.mpris"
]
}