VoxCommando

Deutsche Support => XBMC => Topic started by: WilliamT.Riker on April 02, 2015, 06:50:53 PM

Title: Radio Plugin,payload für "meine Sender"
Post by: WilliamT.Riker on April 02, 2015, 06:50:53 PM
Hallo zusammen,

habe jetzt wieder etwas Zeit gefunden mich mit VC zu beschäftigen.
Ich habe mir das Radio Addon installiert und ein paar Sender in "meine Sender" geschoben.
Ich möchte ich mit der Phrase "gehe zu Radio,direkt dort hin wechseln.Ich habe es schon versucht mit "my stations".
Das funktioniert aber nicht.
(https://voxcommando.com/forum/proxy.php?request=http%3A%2F%2Fwww.bilder-hochladen.net%2Ffiles%2F99t3-55-0451.jpg&hash=a25c5c007c9832b82d5a5e38ab07799210642b77)

Wäre sehr dankbar für Hilfe
Riker
Title: Re: Radio Plugin,payload für "meine Sender"
Post by: nime5ter on April 02, 2015, 09:53:38 PM
Der "Activate Window" Befehl ist nur für den Standard Fenstern: http://kodi.wiki/view/Window_IDs

Man muss einen speziellen Befehl für das Radio-Addon erstellen.

The "activate window" command is only for the standard Kodi windows: http://kodi.wiki/view/Window_IDs

You would need to create a special command for the Radio addon.

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.4.2-->
<command id="501" name="Meine Sender" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>XJson.Raw</cmdType>
    <params>
      <param>GUI.ActivateWindow</param>
      <param>"window": "music", "parameters":[ "plugin://plugin.audio.radio_de/stations/my/"]</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>Meine Sender</phrase>
</command>
Title: Re: Radio Plugin,payload für "meine Sender"
Post by: WilliamT.Riker on April 03, 2015, 01:18:34 PM
Danke nime5ter,

ich weiß nicht was ich mit deinem Code jetzt machen soll.

 
Title: Re: Radio Plugin,payload für "meine Sender"
Post by: nime5ter on April 03, 2015, 02:09:44 PM
Wow.

http://www.screencast.com/t/0SOZw4TEvq9

http://voxcommando.com/mediawiki/index.php?title=XML_on_the_forum
Title: Re: Radio Plugin,payload für "meine Sender"
Post by: jitterjames on April 03, 2015, 02:49:57 PM
Danke nime5ter,

ich weiß nicht was ich mit deinem Code jetzt machen soll.

If you still don't know what to do with an XML code on the forum after using VoxCommando for such a long time, then unfortunately I do not think it is possible for anyone to help you.