summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/playlists/unwatched_movies.xsp
blob: abc9624b9682ce9f79ec48fe5316a6d73b3024c6 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Unwatched movies</name>
    <match>all</match>
    <rule field="playcount" operator="is">
        <value>0</value>
    </rule>
    <limit>15</limit>
    <order direction="descending">random</order>
</smartplaylist>