I'm trying to make a smart play list that shows the TV episodes that aired in the last 3 weeks. From the wiki I used this example:
Code:
<smartplaylist type="music">
<name>Recently Played Songs</name>
<match>all</match>
<rule field="lastplayed" operator="inthelast">2 weeks</rule>
<order direction="descending">lastplayed</order>
</smartplaylist>My Playlist
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
<name>TV aired in last 3 weeks</name>
<match>all</match>
<rule field="airdate" operator="inthelast">3 weeks</rule>
<order direction="ascending">airdate</order>
</smartplaylist>In the library if I get info on my recently scanned in shows the air date field is populated. Also the "Recently added playlist" works fine.
Thanks in advance.

Search
Help