summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/playlists/recent_unwatched_movies.xsp
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estuary/playlists/recent_unwatched_movies.xsp')
-rw-r--r--addons/skin.estuary/playlists/recent_unwatched_movies.xsp13
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/skin.estuary/playlists/recent_unwatched_movies.xsp b/addons/skin.estuary/playlists/recent_unwatched_movies.xsp
new file mode 100644
index 0000000..9aa1531
--- /dev/null
+++ b/addons/skin.estuary/playlists/recent_unwatched_movies.xsp
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<smartplaylist type="movies">
+ <name>Recent Unwatched Movies</name>
+ <match>all</match>
+ <rule field="dateadded" operator="after">
+ <value>2012-01-01</value>
+ </rule>
+ <rule field="playcount" operator="lessthan">
+ <value>1</value>
+ </rule>
+ <limit>15</limit>
+ <order direction="descending">dateadded</order>
+</smartplaylist>