diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-04-29 12:16:42 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-05-01 12:47:29 +1200 |
commit | 95e97967b675172fce0186fee509fb0e19b6ad9d (patch) | |
tree | dd16ae861e4c6df4933b7a4c8a29828e5e9337a1 /system | |
parent | ad12900b149d95d38ddd28d53e505353b5e05c40 (diff) |
add flattened version of video library structure
Diffstat (limited to 'system')
-rw-r--r-- | system/library/video_flat/addons.xml | 5 | ||||
-rw-r--r-- | system/library/video_flat/files.xml | 5 | ||||
-rw-r--r-- | system/library/video_flat/movies.xml | 5 | ||||
-rw-r--r-- | system/library/video_flat/musicvideos.xml | 5 | ||||
-rw-r--r-- | system/library/video_flat/playlists.xml | 5 | ||||
-rw-r--r-- | system/library/video_flat/recentlyaddedepisodes.xml | 5 | ||||
-rw-r--r-- | system/library/video_flat/recentlyaddedmovies.xml | 5 | ||||
-rw-r--r-- | system/library/video_flat/recentlyaddedmusicvideos.xml | 5 | ||||
-rw-r--r-- | system/library/video_flat/tvshows.xml | 5 |
9 files changed, 45 insertions, 0 deletions
diff --git a/system/library/video_flat/addons.xml b/system/library/video_flat/addons.xml new file mode 100644 index 0000000000..b6384ee5aa --- /dev/null +++ b/system/library/video_flat/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_flat/files.xml b/system/library/video_flat/files.xml new file mode 100644 index 0000000000..f3e17dc97c --- /dev/null +++ b/system/library/video_flat/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_flat/movies.xml b/system/library/video_flat/movies.xml new file mode 100644 index 0000000000..1f259634ed --- /dev/null +++ b/system/library/video_flat/movies.xml @@ -0,0 +1,5 @@ +<node order="1" type="folder" visible="Library.HasContent(Movies)"> + <label>342</label> + <path>videodb://1/2</path> + <icon>DefaultMovieTitle.png</icon> +</node> diff --git a/system/library/video_flat/musicvideos.xml b/system/library/video_flat/musicvideos.xml new file mode 100644 index 0000000000..3881e36f18 --- /dev/null +++ b/system/library/video_flat/musicvideos.xml @@ -0,0 +1,5 @@ +<node order="3" type="folder" visible="Library.HasContent(MusicVideos)"> + <label>20389</label> + <path>videodb://3/2</path> + <icon>DefaultMusicVideoTitle.png</icon> +</node> diff --git a/system/library/video_flat/playlists.xml b/system/library/video_flat/playlists.xml new file mode 100644 index 0000000000..3e48528d9a --- /dev/null +++ b/system/library/video_flat/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_flat/recentlyaddedepisodes.xml b/system/library/video_flat/recentlyaddedepisodes.xml new file mode 100644 index 0000000000..8618b17036 --- /dev/null +++ b/system/library/video_flat/recentlyaddedepisodes.xml @@ -0,0 +1,5 @@ +<node order="5" type="folder" visible="Library.HasContent(TVShows)"> + <label>20387</label> + <icon>DefaultRecentlyAddedEpisodes.png</icon> + <path>videodb://5</path> +</node> diff --git a/system/library/video_flat/recentlyaddedmovies.xml b/system/library/video_flat/recentlyaddedmovies.xml new file mode 100644 index 0000000000..a53c8c6dc7 --- /dev/null +++ b/system/library/video_flat/recentlyaddedmovies.xml @@ -0,0 +1,5 @@ +<node order="4" type="folder" visible="Library.HasContent(Movies)"> + <label>20386</label> + <icon>DefaultRecentlyAddedMovies.png</icon> + <path>videodb://4</path> +</node> diff --git a/system/library/video_flat/recentlyaddedmusicvideos.xml b/system/library/video_flat/recentlyaddedmusicvideos.xml new file mode 100644 index 0000000000..357625908b --- /dev/null +++ b/system/library/video_flat/recentlyaddedmusicvideos.xml @@ -0,0 +1,5 @@ +<node order="6" type="folder" visible="Library.HasContent(MusicVideos)"> + <label>20390</label> + <icon>DefaultRecentlyAddedMusicVideos.png</icon> + <path>videodb://6</path> +</node> diff --git a/system/library/video_flat/tvshows.xml b/system/library/video_flat/tvshows.xml new file mode 100644 index 0000000000..09bfe9a901 --- /dev/null +++ b/system/library/video_flat/tvshows.xml @@ -0,0 +1,5 @@ +<node order="2" type="folder" visible="Library.HasContent(TVShows)"> + <label>20343</label> + <path>videodb://2/2</path> + <icon>DefaultTVShowTitle.png</icon> +</node> |