diff options
Diffstat (limited to 'addons/skin.estuary/playlists/random_artists.xsp')
-rw-r--r-- | addons/skin.estuary/playlists/random_artists.xsp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addons/skin.estuary/playlists/random_artists.xsp b/addons/skin.estuary/playlists/random_artists.xsp new file mode 100644 index 0000000..dec3067 --- /dev/null +++ b/addons/skin.estuary/playlists/random_artists.xsp @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<smartplaylist type="artists"> + <name>Random artists</name> + <match>all</match> + <limit>15</limit> + <order direction="ascending">random</order> +</smartplaylist> |