1
XBMC / Re: Radio Plugin,payload für "meine Sender"
« on: April 03, 2015, 01:18:34 PM »
Danke nime5ter,
ich weiß nicht was ich mit deinem Code jetzt machen soll.
ich weiß nicht was ich mit deinem Code jetzt machen soll.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
@Riker: Please feel free to continue writing in German. No one asked you to write in English. Just be careful to write correctly in German. If you write in English, then we won't be able to rely on Kalle to figure out what you really mean!okay
Please I need practical example in the form of video or pictures.[/b]
Sorry I'm not a programmer
stop,
I just found your video
http://voxcommando.com/mediawiki/index.php?title=XML_on_the_forum
OK, nime5ter hat es gelöst
Ich habe es getestet und es funktioniert!
PS: Dirk, Ich habe mir dein Video angesehen und möchte Dir noch sagen: Das prefix "Computer" wird nur benötigt wenn VC im standby-modus (gelb) ist.
Danke für das Video. Das ist hilfreich.
Please use Google Translate to read my message. If you don't understand something, hopefully a native German speaker can help to interpet. It takes a lot of time for me to write a message in German.
---
1. Did you try using the command xml that I provided in my last post? In your video, you do not demonstrate using that command.
2. Instead of using the standard "Gehe zu {1}" command, try using a *separate* command, just for TV. (You can delete "TV" from your XBMCActivateWindowDE-EN.xml payload file so that VoxCommando does not try to execute the wrong command.)
Instead of using Sendkeys, it is probably better to use xJson navigation methods. Below, I have added the xJson action Input.Right to the command I already suggested.
Try:Code: [Select]<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.0.0.8-->
<command id="1525" name="Gehe zu TV" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>XJson.ExecBuiltin</cmdType>
<params>
<param>ActivateWindowAndFocus(mypvr, 32,0, 11,0)</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>XJson.Raw</cmdType>
<params>
<param>Input.Right</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>Gehe zu TV</phrase>
</command>
As always, you can select the xml above, copy it, and paste it into your command tree.
I found the Input.Right json method by consulting the XBMC wiki (thanks to James's guidance): http://wiki.xbmc.org/?title=JSON-RPC_API/v6#Input
@Riker. Please use proper spelling, grammar and punctuation so that Google translate can help us to understand you better. Please always put a space after a period.
Notice that Google cannot translate.this?