diff options
Diffstat (limited to 'addons/skin.estuary/playlists/mostplayed_albums.xsp')
-rw-r--r-- | addons/skin.estuary/playlists/mostplayed_albums.xsp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/skin.estuary/playlists/mostplayed_albums.xsp b/addons/skin.estuary/playlists/mostplayed_albums.xsp new file mode 100644 index 0000000..0b6e241 --- /dev/null +++ b/addons/skin.estuary/playlists/mostplayed_albums.xsp @@ -0,0 +1,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> |