Show Posts

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.


Messages - MMatty1

Pages: 1 2 [3]
31
General Discussion / Re: Roles command kodi
« on: December 29, 2016, 07:17:18 AM »
Awesome work Naomi Thanks   A lot, Ive watched all tutorials and have learned a lot, but of course always more learning to do, Ill watch again, and Thanks again from me and my wife... :) :)

32
General Discussion / Re: Roles command kodi
« on: December 28, 2016, 06:54:27 AM »
Hi Naomi, Thanks For the info, sorry late reply family issues, im trying my best to get this to work still but with no luck, have tried both regex and payload file comes out all wrong, i can get actor and roles names returned but cant create the payload file, any more help much appreciated from you  or from the James the creator of a great program.. ;)



Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.2.2-->
<command id="623" name="XBMC.Player.OnPlay.movie**Get Actor name and roles" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>XJson.Raw</cmdType>
    <params>
      <param>Player.GetItem</param>
      <param>"playerid":1,  "properties": ["title","cast"]</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegEx</cmdType>
    <params>
      <param>"name": (.*?),</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.SetVar</cmdType>
    <params>
      <param>Actornames</param>
      <param>{LastResult}</param>
    </params>
    <cmdRepeat>{#M}</cmdRepeat>
  </action>
  <action>
    <cmdType>XJson.Raw</cmdType>
    <params>
      <param>Player.GetItem</param>
      <param>"playerid":1,  "properties": ["title","cast"]</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegEx</cmdType>
    <params>
      <param>"role".*?"(.*)"</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.SetVar</cmdType>
    <params>
      <param>Rolesnames</param>
      <param>{LastResult}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>PayloadXML.AddPair</cmdType>
    <params>
      <param>E:\Vox\payloads\ActorandRoles</param>
      <param>{Var.Rolesnames}</param>
      <param>{Var.Actornames}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <event>XBMC.Player.OnPlay.movie</event>
</command>

33
General Discussion / Re: Roles command kodi
« on: December 22, 2016, 06:51:52 AM »
http://voxcommando.com/forum/index.php?topic=585.0 this one where you can ask who plays the character..

34
General Discussion / Roles command kodi
« on: December 20, 2016, 08:12:21 AM »
Hi James, i just found the roles command posted awhile back, and was wondering if i can still use it with another action to query database, cos i thought it was added but ive just looked in my tree and cant find it im on newest vox so im guessing you never added it, My wife would really love this command as she likes to know whos playing who in what??

35
XML Exchange / Re: Find song info for TV shows
« on: December 13, 2016, 12:43:10 AM »
 :bonk :bonk :bonk :bonk Thnx just created it and working great for tvshows and movies command works great Thnxxx so much... :-*

36
XML Exchange / Re: Find song info for TV shows
« on: December 12, 2016, 08:25:30 AM »
Hi Naomi im getting a 401 error when i use command for soundtrack eps, any clues you think. Why,  can post my group with username and password if you need I'm just at a lost any help appreciated

37
XML Exchange / Re: Find song info for TV shows
« on: December 12, 2016, 05:21:19 AM »
Thnxxx Naomi.. :) :)

38
XML Exchange / Re: Get movie soundtrack info (a Kodi + Tunefind solution)
« on: December 12, 2016, 05:18:35 AM »
 ;) ;) ;) ;) Awesome work thanks alot Naomi.. :)

39
XML Exchange / Re: Find song info for TV shows
« on: December 11, 2016, 05:24:09 AM »
Lol Nime5ster

40
XML Exchange / Re: Find song info for TV shows
« on: December 11, 2016, 05:21:53 AM »
Hey Nimster do you think this could be adapted for movies easy??

Pages: 1 2 [3]