1
Kodi (XBMC) Frodo / Gotham / Isengard / Jarvis / Re: XBMC Frodo Browse Movies Smart Playlist Help
« on: May 08, 2013, 03:14:22 PM »
You know what, I have no idea where I got this from since it's not in the command bin now... but this is what I am using (which doesn't work).
Any ideas would be great however I appreciate you are probably busy so don't rush about it, when I get chance I will try to solve it myself anyway
Any ideas would be great however I appreciate you are probably busy so don't rush about it, when I get chance I will try to solve it myself anyway
Code: [Select]
<command id="817" name="Find Actor" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>XJson.SmartPL</cmdType>
<cmdString>smarts\MovieByActor.xsp&&{2}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<cmdString>300</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<if ifBlockDisabled="False" ifNot="False">
<ifType>(A)==(B)</ifType>
<ifParams>{1}&&Play</ifParams>
<then>
<action>
<cmdType>XJson.Raw</cmdType>
<cmdString>Playlist.Clear&&"playlistid": 1</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>XJson.Raw</cmdType>
<cmdString>Playlist.Add&&"playlistid": 1, "item": {"file": "special://profile/playlists/mixed/voxsmart.xsp"}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>XJson.Raw</cmdType>
<cmdString>Player.Open&&"item": {"playlistid": 1}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
</then>
<else>
<action>
<cmdType>XJson.Raw</cmdType>
<cmdString>GUI.ActivateWindow&&"window": "video", "parameters": [ "special://profile/playlists/mixed/voxsmart.xsp" ]</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
</else>
</if>
<payloadList>Find, Search, Show</payloadList>
<phrase>film, films, movie, movies</phrase>
<phrase>with</phrase>
<payloadFromXML phraseOnly="True" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone">XbmcPayloads\xbmcMovieActors.xml</payloadFromXML>
</command>