summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/playlists/unwatched_tvshows.xsp
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estuary/playlists/unwatched_tvshows.xsp')
-rw-r--r--addons/skin.estuary/playlists/unwatched_tvshows.xsp13
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/skin.estuary/playlists/unwatched_tvshows.xsp b/addons/skin.estuary/playlists/unwatched_tvshows.xsp
new file mode 100644
index 0000000..89c2209
--- /dev/null
+++ b/addons/skin.estuary/playlists/unwatched_tvshows.xsp
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<smartplaylist type="tvshows">
+ <name>Unwatched TV shows</name>
+ <match>all</match>
+ <rule field="numwatched" operator="is">
+ <value>0</value>
+ </rule>
+ <rule field="numepisodes" operator="greaterthan">
+ <value>0</value>
+ </rule>
+ <limit>15</limit>
+ <order direction="ascending">random</order>
+</smartplaylist>