Author Topic: Radio Plugin,payload für "meine Sender"  (Read 2172 times)

0 Members and 1 Guest are viewing this topic.

WilliamT.Riker

  • Sr. Member
  • ****
  • Posts: 104
  • Karma: 0
    • View Profile
Radio Plugin,payload für "meine Sender"
« 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.


Wäre sehr dankbar für Hilfe
Riker

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2012
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Radio Plugin,payload für "meine Sender"
« Reply #1 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>
« Last Edit: April 02, 2015, 09:57:25 PM by nime5ter »
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

WilliamT.Riker

  • Sr. Member
  • ****
  • Posts: 104
  • Karma: 0
    • View Profile
Re: Radio Plugin,payload für "meine Sender"
« Reply #2 on: April 03, 2015, 01:18:34 PM »
Danke nime5ter,

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

 

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2012
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
« Last Edit: April 04, 2015, 08:24:14 AM by nime5ter »
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Radio Plugin,payload für "meine Sender"
« Reply #4 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.
« Last Edit: April 03, 2015, 02:56:40 PM by jitterjames »