Add systemvolume plugin
Summary: This plugin allows controlling the system value from a remote device.
Test Plan: Apply Android patch, open up MPRIS Activity and play with the slider
Reviewers: #kde_connect, mtijink, albertvaka
Reviewed By: #kde_connect, albertvaka
Subscribers: kdeconnect, apol, zhigalin, albertvaka, davidedmundson, mtijink, #kde_connect
Tags: #kde_connect
Maniphest Tasks: T4659
Differential Revision: https://phabricator.kde.org/D7992
2018-07-27 07:39:46 +01:00
|
|
|
{
|
|
|
|
"Encoding": "UTF-8",
|
|
|
|
"KPlugin": {
|
|
|
|
"Authors": [
|
|
|
|
{
|
|
|
|
"Email": "nicolas.fella@gmx.de",
|
2018-07-29 04:30:47 +01:00
|
|
|
"Name": "Nicolas Fella",
|
|
|
|
"Name[x-test]": "xxNicolas Fellaxx"
|
Add systemvolume plugin
Summary: This plugin allows controlling the system value from a remote device.
Test Plan: Apply Android patch, open up MPRIS Activity and play with the slider
Reviewers: #kde_connect, mtijink, albertvaka
Reviewed By: #kde_connect, albertvaka
Subscribers: kdeconnect, apol, zhigalin, albertvaka, davidedmundson, mtijink, #kde_connect
Tags: #kde_connect
Maniphest Tasks: T4659
Differential Revision: https://phabricator.kde.org/D7992
2018-07-27 07:39:46 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"Description": "Control the system volume from your phone",
|
2018-07-30 04:23:44 +01:00
|
|
|
"Description[ca@valencia]": "Controla el volum del sistema des del telèfon",
|
2018-07-29 04:30:47 +01:00
|
|
|
"Description[ca]": "Controla el volum del sistema des del telèfon",
|
2018-07-31 04:43:03 +01:00
|
|
|
"Description[es]": "Controle el volumen del sistema desde su teléfono",
|
2018-08-01 04:50:17 +01:00
|
|
|
"Description[fr]": "Contrôler le volume du système depuis votre téléphone",
|
2018-08-04 04:41:07 +01:00
|
|
|
"Description[it]": "Controlla il volume di sistema dal tuo telefono",
|
2018-08-18 04:41:47 +01:00
|
|
|
"Description[ko]": "휴대폰에서 시스템 음량 제어",
|
2018-07-29 04:30:47 +01:00
|
|
|
"Description[nl]": "Bestuur het systeemvolume vanaf uw telefoon",
|
|
|
|
"Description[pt]": "Controle o volume do sistema a partir do seu telemóvel",
|
|
|
|
"Description[sv]": "Kontrollera systemvolymen från telefonen",
|
|
|
|
"Description[uk]": "Керування системним томом з вашого телефону",
|
|
|
|
"Description[x-test]": "xxControl the system volume from your phonexx",
|
Add systemvolume plugin
Summary: This plugin allows controlling the system value from a remote device.
Test Plan: Apply Android patch, open up MPRIS Activity and play with the slider
Reviewers: #kde_connect, mtijink, albertvaka
Reviewed By: #kde_connect, albertvaka
Subscribers: kdeconnect, apol, zhigalin, albertvaka, davidedmundson, mtijink, #kde_connect
Tags: #kde_connect
Maniphest Tasks: T4659
Differential Revision: https://phabricator.kde.org/D7992
2018-07-27 07:39:46 +01:00
|
|
|
"EnabledByDefault": true,
|
|
|
|
"Icon": "audio-volume-high",
|
|
|
|
"Id": "kdeconnect_systemvolume",
|
|
|
|
"License": "GPL",
|
|
|
|
"Name": "System volume",
|
2018-07-30 04:23:44 +01:00
|
|
|
"Name[ca@valencia]": "Volum del sistema",
|
2018-07-29 04:30:47 +01:00
|
|
|
"Name[ca]": "Volum del sistema",
|
2018-07-31 04:43:03 +01:00
|
|
|
"Name[es]": "Volumen del sistema",
|
2018-08-01 04:50:17 +01:00
|
|
|
"Name[fr]": "Volume du système",
|
2018-08-04 04:41:07 +01:00
|
|
|
"Name[it]": "Volume di sistema",
|
2018-08-18 04:41:47 +01:00
|
|
|
"Name[ko]": "시스템 음량",
|
2018-07-29 04:30:47 +01:00
|
|
|
"Name[nl]": "Systeemvolume",
|
|
|
|
"Name[pt]": "Volume do sistema",
|
|
|
|
"Name[sv]": "Systemvolym",
|
|
|
|
"Name[uk]": "Системний том",
|
|
|
|
"Name[x-test]": "xxSystem volumexx",
|
Add systemvolume plugin
Summary: This plugin allows controlling the system value from a remote device.
Test Plan: Apply Android patch, open up MPRIS Activity and play with the slider
Reviewers: #kde_connect, mtijink, albertvaka
Reviewed By: #kde_connect, albertvaka
Subscribers: kdeconnect, apol, zhigalin, albertvaka, davidedmundson, mtijink, #kde_connect
Tags: #kde_connect
Maniphest Tasks: T4659
Differential Revision: https://phabricator.kde.org/D7992
2018-07-27 07:39:46 +01:00
|
|
|
"ServiceTypes": [
|
|
|
|
"KdeConnect/Plugin"
|
|
|
|
],
|
|
|
|
"Version": "0.1",
|
|
|
|
"Website": "http://nicolasfella.wordpress.com"
|
|
|
|
},
|
|
|
|
"X-KdeConnect-OutgoingPacketType": [
|
|
|
|
"kdeconnect.systemvolume"
|
|
|
|
],
|
|
|
|
"X-KdeConnect-SupportedPacketType": [
|
|
|
|
"kdeconnect.systemvolume.request"
|
|
|
|
]
|
|
|
|
}
|