diff options
Diffstat (limited to 'system/library/video/musicvideos')
-rw-r--r-- | system/library/video/musicvideos/albums.xml | 7 | ||||
-rw-r--r-- | system/library/video/musicvideos/artists.xml | 7 | ||||
-rw-r--r-- | system/library/video/musicvideos/directors.xml | 7 | ||||
-rw-r--r-- | system/library/video/musicvideos/genres.xml | 7 | ||||
-rw-r--r-- | system/library/video/musicvideos/index.xml | 5 | ||||
-rw-r--r-- | system/library/video/musicvideos/recentlyaddedmusicvideos.xml | 6 | ||||
-rw-r--r-- | system/library/video/musicvideos/studios.xml | 7 | ||||
-rw-r--r-- | system/library/video/musicvideos/tags.xml | 7 | ||||
-rw-r--r-- | system/library/video/musicvideos/titles.xml | 7 | ||||
-rw-r--r-- | system/library/video/musicvideos/years.xml | 7 |
10 files changed, 67 insertions, 0 deletions
diff --git a/system/library/video/musicvideos/albums.xml b/system/library/video/musicvideos/albums.xml new file mode 100644 index 0000000..9432641 --- /dev/null +++ b/system/library/video/musicvideos/albums.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="60" type="filter"> + <label>132</label> + <icon>DefaultMusicAlbums.png</icon> + <content>musicvideos</content> + <group>albums</group> +</node> diff --git a/system/library/video/musicvideos/artists.xml b/system/library/video/musicvideos/artists.xml new file mode 100644 index 0000000..24dbcb6 --- /dev/null +++ b/system/library/video/musicvideos/artists.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="50" type="filter"> + <label>133</label> + <icon>DefaultMusicArtists.png</icon> + <content>musicvideos</content> + <group>artists</group> +</node> diff --git a/system/library/video/musicvideos/directors.xml b/system/library/video/musicvideos/directors.xml new file mode 100644 index 0000000..7a6f55c --- /dev/null +++ b/system/library/video/musicvideos/directors.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="70" type="filter"> + <label>20348</label> + <icon>DefaultDirector.png</icon> + <content>musicvideos</content> + <group>directors</group> +</node> diff --git a/system/library/video/musicvideos/genres.xml b/system/library/video/musicvideos/genres.xml new file mode 100644 index 0000000..cf5b6b0 --- /dev/null +++ b/system/library/video/musicvideos/genres.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="20" type="filter"> + <label>135</label> + <icon>DefaultGenre.png</icon> + <content>musicvideos</content> + <group>genres</group> +</node> diff --git a/system/library/video/musicvideos/index.xml b/system/library/video/musicvideos/index.xml new file mode 100644 index 0000000..9526eea --- /dev/null +++ b/system/library/video/musicvideos/index.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="30" visible="Library.HasContent(MusicVideos)"> + <label>20389</label> + <icon>DefaultMusicVideos.png</icon> +</node> diff --git a/system/library/video/musicvideos/recentlyaddedmusicvideos.xml b/system/library/video/musicvideos/recentlyaddedmusicvideos.xml new file mode 100644 index 0000000..39b5177 --- /dev/null +++ b/system/library/video/musicvideos/recentlyaddedmusicvideos.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="10" type="folder"> + <label>20382</label> + <icon>DefaultRecentlyAddedMusicVideos.png</icon> + <path>videodb://recentlyaddedmusicvideos/</path> +</node> diff --git a/system/library/video/musicvideos/studios.xml b/system/library/video/musicvideos/studios.xml new file mode 100644 index 0000000..3729dfe --- /dev/null +++ b/system/library/video/musicvideos/studios.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="80" type="filter"> + <label>20388</label> + <icon>DefaultStudios.png</icon> + <content>musicvideos</content> + <group>studios</group> +</node> diff --git a/system/library/video/musicvideos/tags.xml b/system/library/video/musicvideos/tags.xml new file mode 100644 index 0000000..93b1b27 --- /dev/null +++ b/system/library/video/musicvideos/tags.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="90" type="filter"> + <label>20459</label> + <icon>DefaultTags.png</icon> + <content>musicvideos</content> + <group>tags</group> +</node> diff --git a/system/library/video/musicvideos/titles.xml b/system/library/video/musicvideos/titles.xml new file mode 100644 index 0000000..1eee37d --- /dev/null +++ b/system/library/video/musicvideos/titles.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="30" type="filter"> + <label>10024</label> + <icon>DefaultMusicVideoTitle.png</icon> + <content>musicvideos</content> + <order direction="ascending">title</order> +</node> diff --git a/system/library/video/musicvideos/years.xml b/system/library/video/musicvideos/years.xml new file mode 100644 index 0000000..a39d3bc --- /dev/null +++ b/system/library/video/musicvideos/years.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="40" type="filter"> + <label>652</label> + <icon>DefaultYear.png</icon> + <content>musicvideos</content> + <group>years</group> +</node> |