m0ngr31 / kanzi

Alexa skill for controlling Kodi
https://lexigr.am
MIT License
428 stars 149 forks source link

open pvr #280

Open bibiyanki opened 5 years ago

bibiyanki commented 5 years ago

i search to open pvr i have extension like this (xml)

<item id="3">
        <property name="id">$NUMBER[3]</property>
        <property name="mainmenuid">4</property>
        <label>EU | France HD/SD</label>
        <label2>Favoris</label2>
        <icon>special://skin/extras/icons/folder.png</icon>
        <thumb>NULL</thumb>
        <property name="labelID">eu-francehd-sd</property>
        <property name="defaultID">eu-francehd-sd</property>
        <property name="translatedPath">ActivateWindow(10025,"plugin://plugin.program.super.favourites/?cmd=ActivateWindow(%2210700%22%2c%22pvr%3a%2f%2fchannels%2ftv%2fEU%20%7c%20France%20HD%2fSD%2f%3fsf_options%3dmeta%253Dlabel%25253DEU%25252B%2525257C%25252BFrance%25252BHD%2525252FSD%2526_options_sf%22%2creturn)&amp;content_type&amp;label=EU%20%7c%20France%20HD%2fSD&amp;mode=650",return)</property>
        <onclick>ActivateWindow(10025,"plugin://plugin.program.super.favourites/?cmd=ActivateWindow(%2210700%22%2c%22pvr%3a%2f%2fchannels%2ftv%2fEU%20%7c%20France%20HD%2fSD%2f%3fsf_options%3dmeta%253Dlabel%25253DEU%25252B%2525257C%25252BFrance%25252BHD%2525252FSD%2526_options_sf%22%2creturn)&amp;content_type&amp;label=EU%20%7c%20France%20HD%2fSD&amp;mode=650",return)</onclick>
        <property name="path">ActivateWindow(10025,"plugin://plugin.program.super.favourites/?cmd=ActivateWindow(%2210700%22%2c%22pvr%3a%2f%2fchannels%2ftv%2fEU%20%7c%20France%20HD%2fSD%2f%3fsf_options%3dmeta%253Dlabel%25253DEU%25252B%2525257C%25252BFrance%25252BHD%2525252FSD%2526_options_sf%22%2creturn)&amp;content_type&amp;label=EU%20%7c%20France%20HD%2fSD&amp;mode=650",return)</property>
        <property name="list">plugin://plugin.program.super.favourites/?cmd=ActivateWindow(%2210700%22%2c%22pvr%3a%2f%2fchannels%2ftv%2fEU%20%7c%20France%20HD%2fSD%2f%3fsf_options%3dmeta%253Dlabel%25253DEU%25252B%2525257C%25252BFrance%25252BHD%2525252FSD%2526_options_sf%22%2creturn)&amp;content_type&amp;label=EU%20%7c%20France%20HD%2fSD&amp;mode=650</property>
        <visible>[String.IsEqual(System.ProfileName,Master user)] + String.IsEqual(Container(301).ListItem.Property(submenuVisibility),num-19019)</visible>
        <property name="group">19019</property>
        <property name="isSubmenu">True</property>
    </item>

where i can find and put the id for load this plugin? thank u