Help with XBMC Frodo Smart Playlists for Videos??
I posted this to the XBMC forum: http://forum.xbmc.org/showthread.php?tid=153940
So far nobody has taken the 10 minutes to try out creating a similar Smart Playlist and post the results.
Basically the only problem I have had with XBMC 12 Frodo running on ATV2 is that a Smart Playlist that matches movies whose genre and a range of runtime for duration is not returning any results even though it returned dozens of results under XBMC 11 Eden.
The Smart Playlist I created is called "Kids (30 - 65 min)" and the rules are:
- Genre is Kids
- Duration greater-than 00:29
- Duration less-than 01:06
Here is the XSP File describing the Smart Playlist:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <smartplaylist type="movies"> <name>Kids (30 - 65 min)</name> <match>all</match> <rule field="genre" operator="is"> <value>Kids</value> </rule> <rule field="time" operator="greaterthan"> <value>00:29</value> </rule> <rule field="time" operator="lessthan"> <value>01:06</value> </rule> <order direction="ascending">time</order> </smartplaylist>

There are 0 Comments. Add yours. Show speed reading tips and settings
Shortcuts to mastering the comment thread. Use wisely.
C - Next Comment
X - Mark as Read
R - Reply
Z - Mark Read & Next
Shift + C - Previous
Shift + A - Mark All Read
Comment Settings
Live comment alert: Hide it!
Comments for this post are closed.