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