summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/playlists/recent_unwatched_movies.xsp
blob: 9aa15314e08a10597b579dd94e23632904beb855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Recent Unwatched Movies</name>
    <match>all</match>
    <rule field="dateadded" operator="after">
        <value>2012-01-01</value>
    </rule>
    <rule field="playcount" operator="lessthan">
        <value>1</value>
    </rule>
    <limit>15</limit>
    <order direction="descending">dateadded</order>
</smartplaylist>