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