kdeconnect-kde/plugins/pausemusic/kdeconnect_pausemusic.json
Aleix Pol c7cee37330 Port away from KServiceTrader
Uses KPluginLoader+KPluginMetadata instead.
Describes plugins in json instead of desktop files. These desktop files are
then embedded into the .so file. All the plugins will be in a kdeconnect/
directory, and those will be the ones to look for.

Note it doesn't drop the KService dependency as KIOCore is a KDE Connect
dependency as well.

REVIEW: 123042
2015-03-19 16:36:53 +01:00

67 lines
4 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Encoding": "UTF-8",
"KPlugin": {
"Authors": [
{
"Email": "albertvaka@gmail.com",
"Name": "Albert Vaca"
}
],
"Description": "Pause music/videos during a phone call",
"Description[bg]": "Спиране музиката/видеото при позвъняване на телефона",
"Description[bs]": "Stopiraj muziku/videe prilikom poziva",
"Description[ca]": "Pausa la música i els vídeos durant una trucada telefònica",
"Description[cs]": "Pozastavit hudbu/videa během hovoru",
"Description[da]": "Sæt musik/video på pause under telefonopkald",
"Description[de]": "Hält Musik oder Videos währen eines Anrufs an",
"Description[es]": "Pausar la música y los vídeos durante una llamada telefónica",
"Description[fi]": "Keskeytä musiikki ja videot puhelun aikana",
"Description[fr]": "Mettre en pause la musique / les vidéos pendant un appel téléphonique",
"Description[hu]": "Zenék vagy videók szüneteltetése telefonhívás közben",
"Description[it]": "Mette in pausa la riproduzione audio/video durante una chiamata",
"Description[ko]": "통화 중 음악/동영상 일시 정지",
"Description[nl]": "Muziek/video's pauzeren tijdens een telefoongesprek",
"Description[pl]": "Wstrzymaj muzykę/film przy dzwonieniu",
"Description[pt]": "Pausar a música/vídeo durante uma chamada",
"Description[pt_BR]": "Pausa a música/vídeo durante uma chamada",
"Description[ru]": "Приостанавливать музыку/видео во время телефонного звонка",
"Description[sk]": "Pozastaviť hudbu/videá počas telefónneho hovoru",
"Description[sv]": "Pausa musik eller videor under ett telefonsamtal",
"Description[tr]": "Bir telefon çağrısı sırasında müzik/videoları duraklat",
"Description[uk]": "Призупинка відтворення музики і відео на час телефонних дзвінків",
"Description[x-test]": "xxPause music/videos during a phone callxx",
"EnabledByDefault": true,
"Icon": "media-playback-pause",
"Id": "kdeconnect_pausemusic",
"License": "GPL",
"Name": "Pause media during calls",
"Name[bg]": "Поставяне медията на пауза при обаждания",
"Name[bs]": "Pauziraj medij prilikom poziva",
"Name[ca]": "Pausa els suports durant les trucades",
"Name[cs]": "Pozastavit média během hovoru",
"Name[da]": "Sæt medier på pause under opkald",
"Name[de]": "Medium bei Anrufen anhalten",
"Name[es]": "Pausar multimedia durante las llamadas",
"Name[fi]": "Keskeytä toisto puhelujen aikana",
"Name[fr]": "Mettre en pause le média pendant les appels",
"Name[hu]": "Média szüneteltetése hívások közben",
"Name[it]": "Pausa durante le chiamate",
"Name[ko]": "통화 중 미디어 일시 정지",
"Name[nl]": "Media pauzeren tijdens oproepen",
"Name[pl]": "Wstrzymaj multimedia przy dzwonieniu",
"Name[pt]": "Pausar os conteúdos durante as chamadas",
"Name[pt_BR]": "Pausar os conteúdos multimídia durante as chamadas",
"Name[ru]": "Останавливать проигрывание мультимедия во время звонков",
"Name[sk]": "Pozastaviť médiá počas hovorov",
"Name[sv]": "Pausa media under samtal",
"Name[tr]": "Çağrılar sırasında ortamı duraklat",
"Name[uk]": "Призупинка відтворення під час дзвінків",
"Name[x-test]": "xxPause media during callsxx",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "http://albertvaka.wordpress.com"
},
"X-KdeConnect-SupportedPackageType": [ "kdeconnect.telephony" ]
}