summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/playlists/unwatched_tvshows.xsp
blob: 89c220936daeb0c63514c903b80fefe22ac731b3 (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="tvshows">
    <name>Unwatched TV shows</name>
    <match>all</match>
    <rule field="numwatched" operator="is">
        <value>0</value>
    </rule>
    <rule field="numepisodes" operator="greaterthan">
        <value>0</value>
    </rule>
    <limit>15</limit>
    <order direction="ascending">random</order>
</smartplaylist>