aboutsummaryrefslogtreecommitdiff
path: root/system/library/video
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@never.you.mind>2011-08-13 10:46:32 +1200
committerJonathan Marshall <jmarshall@never.you.mind>2012-05-01 12:47:27 +1200
commit486d3e78567b979a0a0d587ed30584e436725143 (patch)
treeb95317a0f0a9f635457e846857708654bed7401b /system/library/video
parentd38a14c395de3a77803200b696f99f517283ef4f (diff)
new XML files for lib layout
Diffstat (limited to 'system/library/video')
-rw-r--r--system/library/video/addons.xml5
-rw-r--r--system/library/video/files.xml5
-rw-r--r--system/library/video/movies/actors.xml6
-rw-r--r--system/library/video/movies/country.xml5
-rw-r--r--system/library/video/movies/directors.xml5
-rw-r--r--system/library/video/movies/genres.xml5
-rw-r--r--system/library/video/movies/index.xml5
-rw-r--r--system/library/video/movies/sets.xml5
-rw-r--r--system/library/video/movies/studios.xml5
-rw-r--r--system/library/video/movies/titles.xml5
-rw-r--r--system/library/video/movies/years.xml6
-rw-r--r--system/library/video/musicvideos/albums.xml5
-rw-r--r--system/library/video/musicvideos/artists.xml5
-rw-r--r--system/library/video/musicvideos/directors.xml5
-rw-r--r--system/library/video/musicvideos/genres.xml5
-rw-r--r--system/library/video/musicvideos/index.xml4
-rw-r--r--system/library/video/musicvideos/studios.xml5
-rw-r--r--system/library/video/musicvideos/titles.xml5
-rw-r--r--system/library/video/musicvideos/years.xml5
-rw-r--r--system/library/video/playlists.xml5
-rw-r--r--system/library/video/recentlyaddedepisodes.xml8
-rw-r--r--system/library/video/recentlyaddedmovies.xml8
-rw-r--r--system/library/video/recentlyaddedmusicvideos.xml8
-rw-r--r--system/library/video/tvshows/actors.xml5
-rw-r--r--system/library/video/tvshows/genres.xml5
-rw-r--r--system/library/video/tvshows/index.xml4
-rw-r--r--system/library/video/tvshows/studios.xml5
-rw-r--r--system/library/video/tvshows/titles.xml5
-rw-r--r--system/library/video/tvshows/years.xml5
29 files changed, 154 insertions, 0 deletions
diff --git a/system/library/video/addons.xml b/system/library/video/addons.xml
new file mode 100644
index 0000000000..b6384ee5aa
--- /dev/null
+++ b/system/library/video/addons.xml
@@ -0,0 +1,5 @@
+<node order="9" type="folder">
+ <label>1037</label>
+ <icon>DefaultAddonVideo.png</icon>
+ <path>addons://sources/video/</path>
+</node>
diff --git a/system/library/video/files.xml b/system/library/video/files.xml
new file mode 100644
index 0000000000..f3e17dc97c
--- /dev/null
+++ b/system/library/video/files.xml
@@ -0,0 +1,5 @@
+<node order="7" type="folder">
+ <label>744</label>
+ <icon>DefaultFolder.png</icon>
+ <path>sources://video</path>
+</node>
diff --git a/system/library/video/movies/actors.xml b/system/library/video/movies/actors.xml
new file mode 100644
index 0000000000..e0b6ee013e
--- /dev/null
+++ b/system/library/video/movies/actors.xml
@@ -0,0 +1,6 @@
+<node order="4" type="folder">
+ <label>344</label>
+ <path>videodb://1/4</path>
+ <icon>DefaultActor.png</icon>
+</node>
+
diff --git a/system/library/video/movies/country.xml b/system/library/video/movies/country.xml
new file mode 100644
index 0000000000..92c3142306
--- /dev/null
+++ b/system/library/video/movies/country.xml
@@ -0,0 +1,5 @@
+<node order="8" type="folder">
+ <label>20451</label>
+ <path>videodb://1/8</path>
+ <icon>DefaultCountry.png</icon>
+</node>
diff --git a/system/library/video/movies/directors.xml b/system/library/video/movies/directors.xml
new file mode 100644
index 0000000000..ef82b448a0
--- /dev/null
+++ b/system/library/video/movies/directors.xml
@@ -0,0 +1,5 @@
+<node order="5" type="folder">
+ <label>20348</label>
+ <path>videodb://1/5</path>
+ <icon>DefaultDirector.png</icon>
+</node>
diff --git a/system/library/video/movies/genres.xml b/system/library/video/movies/genres.xml
new file mode 100644
index 0000000000..157ea384f4
--- /dev/null
+++ b/system/library/video/movies/genres.xml
@@ -0,0 +1,5 @@
+<node order="1" type="folder">
+ <label>135</label>
+ <path>videodb://1/1</path>
+ <icon>DefaultGenre.png</icon>
+</node>
diff --git a/system/library/video/movies/index.xml b/system/library/video/movies/index.xml
new file mode 100644
index 0000000000..4813d9619c
--- /dev/null
+++ b/system/library/video/movies/index.xml
@@ -0,0 +1,5 @@
+<node order="1" visible="Library.HasContent(Movies)">
+ <!-- a virtual folder -->
+ <label>342</label>
+ <icon>DefaultMovies.png</icon>
+</node>
diff --git a/system/library/video/movies/sets.xml b/system/library/video/movies/sets.xml
new file mode 100644
index 0000000000..66d2ec996f
--- /dev/null
+++ b/system/library/video/movies/sets.xml
@@ -0,0 +1,5 @@
+<node order="7" type="folder" visible="Library.HasContent(MovieSets)">
+ <label>20434</label>
+ <path>videodb://1/7</path>
+ <icon>DefaultSets.png</icon>
+</node>
diff --git a/system/library/video/movies/studios.xml b/system/library/video/movies/studios.xml
new file mode 100644
index 0000000000..f354617c83
--- /dev/null
+++ b/system/library/video/movies/studios.xml
@@ -0,0 +1,5 @@
+<node order="6" type="folder">
+ <label>20388</label>
+ <path>videodb://1/6</path>
+ <icon>DefaultStudios.png</icon>
+</node>
diff --git a/system/library/video/movies/titles.xml b/system/library/video/movies/titles.xml
new file mode 100644
index 0000000000..7227c7716b
--- /dev/null
+++ b/system/library/video/movies/titles.xml
@@ -0,0 +1,5 @@
+<node order="2" type="folder">
+ <label>369</label>
+ <path>videodb://1/2</path>
+ <icon>DefaultMovieTitle.png</icon>
+</node>
diff --git a/system/library/video/movies/years.xml b/system/library/video/movies/years.xml
new file mode 100644
index 0000000000..2dbc26a619
--- /dev/null
+++ b/system/library/video/movies/years.xml
@@ -0,0 +1,6 @@
+<node order="3" type="folder">
+ <label>562</label>
+ <path>videodb://1/3</path>
+ <icon>DefaultYear.png</icon>
+</node>
+
diff --git a/system/library/video/musicvideos/albums.xml b/system/library/video/musicvideos/albums.xml
new file mode 100644
index 0000000000..153765de41
--- /dev/null
+++ b/system/library/video/musicvideos/albums.xml
@@ -0,0 +1,5 @@
+<node order="5" type="folder">
+ <label>132</label>
+ <path>videodb://3/5</path>
+ <icon>DefaultAlbum.png</icon>
+</node>
diff --git a/system/library/video/musicvideos/artists.xml b/system/library/video/musicvideos/artists.xml
new file mode 100644
index 0000000000..8af2a59824
--- /dev/null
+++ b/system/library/video/musicvideos/artists.xml
@@ -0,0 +1,5 @@
+<node order="4" type="folder">
+ <label>133</label>
+ <path>videodb://3/4</path>
+ <icon>DefaultArtist.png</icon>
+</node>
diff --git a/system/library/video/musicvideos/directors.xml b/system/library/video/musicvideos/directors.xml
new file mode 100644
index 0000000000..028954c69a
--- /dev/null
+++ b/system/library/video/musicvideos/directors.xml
@@ -0,0 +1,5 @@
+<node order="6" type="folder">
+ <label>20348</label>
+ <path>videodb://3/6</path>
+ <icon>DefaultDirector.png</icon>
+</node>
diff --git a/system/library/video/musicvideos/genres.xml b/system/library/video/musicvideos/genres.xml
new file mode 100644
index 0000000000..5c835d8451
--- /dev/null
+++ b/system/library/video/musicvideos/genres.xml
@@ -0,0 +1,5 @@
+<node order="1" type="folder">
+ <label>135</label>
+ <path>videodb://3/1</path>
+ <icon>DefaultGenre.png</icon>
+</node>
diff --git a/system/library/video/musicvideos/index.xml b/system/library/video/musicvideos/index.xml
new file mode 100644
index 0000000000..2547d83203
--- /dev/null
+++ b/system/library/video/musicvideos/index.xml
@@ -0,0 +1,4 @@
+<node order="3" visible="Library.HasContent(MusicVideos)">
+ <label>20389</label>
+ <icon>DefaultMusicVideos.png</icon>
+</node>
diff --git a/system/library/video/musicvideos/studios.xml b/system/library/video/musicvideos/studios.xml
new file mode 100644
index 0000000000..322fc4e2ab
--- /dev/null
+++ b/system/library/video/musicvideos/studios.xml
@@ -0,0 +1,5 @@
+<node order="7" type="folder">
+ <label>20388</label>
+ <path>videodb://3/7</path>
+ <icon>DefaultStudios.png</icon>
+</node>
diff --git a/system/library/video/musicvideos/titles.xml b/system/library/video/musicvideos/titles.xml
new file mode 100644
index 0000000000..35c101d888
--- /dev/null
+++ b/system/library/video/musicvideos/titles.xml
@@ -0,0 +1,5 @@
+<node order="2" type="folder">
+ <label>369</label>
+ <path>videodb://3/2</path>
+ <icon>DefaultMusicVideoTitle.png</icon>
+</node>
diff --git a/system/library/video/musicvideos/years.xml b/system/library/video/musicvideos/years.xml
new file mode 100644
index 0000000000..0797a4f529
--- /dev/null
+++ b/system/library/video/musicvideos/years.xml
@@ -0,0 +1,5 @@
+<node order="3" type="folder">
+ <label>562</label>
+ <path>videodb://3/3</path>
+ <icon>DefaultYear.png</icon>
+</node>
diff --git a/system/library/video/playlists.xml b/system/library/video/playlists.xml
new file mode 100644
index 0000000000..3e48528d9a
--- /dev/null
+++ b/system/library/video/playlists.xml
@@ -0,0 +1,5 @@
+<node order="8" type="folder">
+ <label>136</label>
+ <icon>DefaultVideoPlaylists.png</icon>
+ <path>special://videoplaylists/</path>
+</node>
diff --git a/system/library/video/recentlyaddedepisodes.xml b/system/library/video/recentlyaddedepisodes.xml
new file mode 100644
index 0000000000..044448f391
--- /dev/null
+++ b/system/library/video/recentlyaddedepisodes.xml
@@ -0,0 +1,8 @@
+<node order="5" type="filter" visible="Library.HasContent(TVShows)">
+ <label>20387</label>
+ <icon>DefaultRecentlyAddedEpisodes.png</icon>
+ <content>episodes</content>
+ <match>all</match>
+ <limit>25</limit>
+ <order direction="descending">dateadded</order>
+</node>
diff --git a/system/library/video/recentlyaddedmovies.xml b/system/library/video/recentlyaddedmovies.xml
new file mode 100644
index 0000000000..3b7a637759
--- /dev/null
+++ b/system/library/video/recentlyaddedmovies.xml
@@ -0,0 +1,8 @@
+<node order="4" type="filter" visible="Library.HasContent(Movies)">
+ <label>20386</label>
+ <icon>DefaultRecentlyAddedMovies.png</icon>
+ <content>movies</content>
+ <match>all</match>
+ <limit>25</limit>
+ <order direction="descending">dateadded</order>
+</node>
diff --git a/system/library/video/recentlyaddedmusicvideos.xml b/system/library/video/recentlyaddedmusicvideos.xml
new file mode 100644
index 0000000000..61cf52a548
--- /dev/null
+++ b/system/library/video/recentlyaddedmusicvideos.xml
@@ -0,0 +1,8 @@
+<node order="6" type="filter" visible="Library.HasContent(MusicVideos)">
+ <label>20390</label>
+ <icon>DefaultRecentlyAddedMusicVideos.png</icon>
+ <content>musicvideos</content>
+ <match>all</match>
+ <limit>25</limit>
+ <order direction="descending">dateadded</order>
+</node>
diff --git a/system/library/video/tvshows/actors.xml b/system/library/video/tvshows/actors.xml
new file mode 100644
index 0000000000..a94a9bba2c
--- /dev/null
+++ b/system/library/video/tvshows/actors.xml
@@ -0,0 +1,5 @@
+<node order="4" type="folder">
+ <label>344</label>
+ <path>videodb://2/4</path>
+ <icon>DefaultActor.png</icon>
+</node>
diff --git a/system/library/video/tvshows/genres.xml b/system/library/video/tvshows/genres.xml
new file mode 100644
index 0000000000..a6a6a8c85a
--- /dev/null
+++ b/system/library/video/tvshows/genres.xml
@@ -0,0 +1,5 @@
+<node order="1" type="folder">
+ <label>135</label>
+ <path>videodb://2/1</path>
+ <icon>DefaultGenre.png</icon>
+</node>
diff --git a/system/library/video/tvshows/index.xml b/system/library/video/tvshows/index.xml
new file mode 100644
index 0000000000..df2229d9b3
--- /dev/null
+++ b/system/library/video/tvshows/index.xml
@@ -0,0 +1,4 @@
+<node order="2" visible="Library.HasContent(TVShows)">
+ <label>20343</label>
+ <icon>DefaultTVShows.png</icon>
+</node>
diff --git a/system/library/video/tvshows/studios.xml b/system/library/video/tvshows/studios.xml
new file mode 100644
index 0000000000..ba4196a398
--- /dev/null
+++ b/system/library/video/tvshows/studios.xml
@@ -0,0 +1,5 @@
+<node order="5" type="folder">
+ <label>20388</label>
+ <path>videodb://2/5</path>
+ <icon>DefaultStudios.png</icon>
+</node>
diff --git a/system/library/video/tvshows/titles.xml b/system/library/video/tvshows/titles.xml
new file mode 100644
index 0000000000..b2199ae4b8
--- /dev/null
+++ b/system/library/video/tvshows/titles.xml
@@ -0,0 +1,5 @@
+<node order="2" type="folder">
+ <label>369</label>
+ <path>videodb://2/2</path>
+ <icon>DefaultTVShowTitle.png</icon>
+</node>
diff --git a/system/library/video/tvshows/years.xml b/system/library/video/tvshows/years.xml
new file mode 100644
index 0000000000..f6dca4e0e2
--- /dev/null
+++ b/system/library/video/tvshows/years.xml
@@ -0,0 +1,5 @@
+<node order="3" type="folder">
+ <label>562</label>
+ <path>videodb://2/3</path>
+ <icon>DefaultYear.png</icon>
+</node>