aboutsummaryrefslogtreecommitdiff
path: root/system/library
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@never.you.mind>2012-09-07 17:35:26 +1200
committerJonathan Marshall <jmarshall@never.you.mind>2012-09-07 17:38:32 +1200
commitf9cc7405138191075f267b100c27082f5efe7480 (patch)
tree10c6eaf2ab0e9b66217a74aed07e2794ed39c444 /system/library
parentd18393d8d13b956fc3d178b7a8bfa4002f80ded6 (diff)
use filters for the recently added nodes rather than videodb:// paths
Diffstat (limited to 'system/library')
-rw-r--r--system/library/video/recentlyaddedepisodes.xml6
-rw-r--r--system/library/video/recentlyaddedmovies.xml6
-rw-r--r--system/library/video/recentlyaddedmusicvideos.xml6
-rw-r--r--system/library/video_flat/recentlyaddedepisodes.xml6
-rw-r--r--system/library/video_flat/recentlyaddedmovies.xml6
-rw-r--r--system/library/video_flat/recentlyaddedmusicvideos.xml6
6 files changed, 24 insertions, 12 deletions
diff --git a/system/library/video/recentlyaddedepisodes.xml b/system/library/video/recentlyaddedepisodes.xml
index 0cab3e362b..3e344d3c23 100644
--- a/system/library/video/recentlyaddedepisodes.xml
+++ b/system/library/video/recentlyaddedepisodes.xml
@@ -1,5 +1,7 @@
-<node order="11" type="folder" visible="Library.HasContent(TVShows)">
+<node order="11" type="filter" visible="Library.HasContent(TVShows)">
<label>20387</label>
<icon>DefaultRecentlyAddedEpisodes.png</icon>
- <path>videodb://5</path>
+ <content>episodes</content>
+ <order direction="descending">dateadded</order>
+ <limit>25</limit>
</node>
diff --git a/system/library/video/recentlyaddedmovies.xml b/system/library/video/recentlyaddedmovies.xml
index 0368159ae0..9dfae3086c 100644
--- a/system/library/video/recentlyaddedmovies.xml
+++ b/system/library/video/recentlyaddedmovies.xml
@@ -1,5 +1,7 @@
-<node order="10" type="folder" visible="Library.HasContent(Movies)">
+<node order="10" type="filter" visible="Library.HasContent(Movies)">
<label>20386</label>
<icon>DefaultRecentlyAddedMovies.png</icon>
- <path>videodb://4</path>
+ <content>movies</content>
+ <order direction="descending">dateadded</order>
+ <limit>25</limit>
</node>
diff --git a/system/library/video/recentlyaddedmusicvideos.xml b/system/library/video/recentlyaddedmusicvideos.xml
index 6522b1e23b..0008aff9d9 100644
--- a/system/library/video/recentlyaddedmusicvideos.xml
+++ b/system/library/video/recentlyaddedmusicvideos.xml
@@ -1,5 +1,7 @@
-<node order="12" type="folder" visible="Library.HasContent(MusicVideos)">
+<node order="12" type="filter" visible="Library.HasContent(MusicVideos)">
<label>20390</label>
<icon>DefaultRecentlyAddedMusicVideos.png</icon>
- <path>videodb://6</path>
+ <content>musicvideos</content>
+ <order direction="descending">dateadded</order>
+ <limit>25</limit>
</node>
diff --git a/system/library/video_flat/recentlyaddedepisodes.xml b/system/library/video_flat/recentlyaddedepisodes.xml
index 0cab3e362b..3e344d3c23 100644
--- a/system/library/video_flat/recentlyaddedepisodes.xml
+++ b/system/library/video_flat/recentlyaddedepisodes.xml
@@ -1,5 +1,7 @@
-<node order="11" type="folder" visible="Library.HasContent(TVShows)">
+<node order="11" type="filter" visible="Library.HasContent(TVShows)">
<label>20387</label>
<icon>DefaultRecentlyAddedEpisodes.png</icon>
- <path>videodb://5</path>
+ <content>episodes</content>
+ <order direction="descending">dateadded</order>
+ <limit>25</limit>
</node>
diff --git a/system/library/video_flat/recentlyaddedmovies.xml b/system/library/video_flat/recentlyaddedmovies.xml
index 0368159ae0..9dfae3086c 100644
--- a/system/library/video_flat/recentlyaddedmovies.xml
+++ b/system/library/video_flat/recentlyaddedmovies.xml
@@ -1,5 +1,7 @@
-<node order="10" type="folder" visible="Library.HasContent(Movies)">
+<node order="10" type="filter" visible="Library.HasContent(Movies)">
<label>20386</label>
<icon>DefaultRecentlyAddedMovies.png</icon>
- <path>videodb://4</path>
+ <content>movies</content>
+ <order direction="descending">dateadded</order>
+ <limit>25</limit>
</node>
diff --git a/system/library/video_flat/recentlyaddedmusicvideos.xml b/system/library/video_flat/recentlyaddedmusicvideos.xml
index 6522b1e23b..0008aff9d9 100644
--- a/system/library/video_flat/recentlyaddedmusicvideos.xml
+++ b/system/library/video_flat/recentlyaddedmusicvideos.xml
@@ -1,5 +1,7 @@
-<node order="12" type="folder" visible="Library.HasContent(MusicVideos)">
+<node order="12" type="filter" visible="Library.HasContent(MusicVideos)">
<label>20390</label>
<icon>DefaultRecentlyAddedMusicVideos.png</icon>
- <path>videodb://6</path>
+ <content>musicvideos</content>
+ <order direction="descending">dateadded</order>
+ <limit>25</limit>
</node>