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",
|
2024-01-13 03:06:56 +00:00
|
|
|
"Name": "Nicolas Fella"
|
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",
|
|
|
|
"EnabledByDefault": true,
|
|
|
|
"Icon": "audio-volume-high",
|
|
|
|
"License": "GPL",
|
2024-01-13 03:06:56 +00:00
|
|
|
"Name": "System volume"
|
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
|
|
|
},
|
|
|
|
"X-KdeConnect-OutgoingPacketType": [
|
|
|
|
"kdeconnect.systemvolume"
|
|
|
|
],
|
|
|
|
"X-KdeConnect-SupportedPacketType": [
|
|
|
|
"kdeconnect.systemvolume.request"
|
|
|
|
]
|
|
|
|
}
|