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