summaryrefslogtreecommitdiffstats
path: root/system/library/video
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
commitc04dcc2e7d834218ef2d4194331e383402495ae1 (patch)
tree7333e38d10d75386e60f336b80c2443c1166031d /system/library/video
parentInitial commit. (diff)
downloadkodi-c04dcc2e7d834218ef2d4194331e383402495ae1.tar.xz
kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.zip
Adding upstream version 2:20.4+dfsg.upstream/2%20.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'system/library/video')
-rw-r--r--system/library/video/addons.xml6
-rw-r--r--system/library/video/files.xml6
-rw-r--r--system/library/video/movies/actors.xml8
-rw-r--r--system/library/video/movies/country.xml7
-rw-r--r--system/library/video/movies/directors.xml7
-rw-r--r--system/library/video/movies/genres.xml7
-rw-r--r--system/library/video/movies/index.xml5
-rw-r--r--system/library/video/movies/recentlyaddedmovies.xml6
-rw-r--r--system/library/video/movies/sets.xml7
-rw-r--r--system/library/video/movies/studios.xml7
-rw-r--r--system/library/video/movies/tags.xml7
-rw-r--r--system/library/video/movies/titles.xml7
-rw-r--r--system/library/video/movies/years.xml7
-rw-r--r--system/library/video/musicvideos/albums.xml7
-rw-r--r--system/library/video/musicvideos/artists.xml7
-rw-r--r--system/library/video/musicvideos/directors.xml7
-rw-r--r--system/library/video/musicvideos/genres.xml7
-rw-r--r--system/library/video/musicvideos/index.xml5
-rw-r--r--system/library/video/musicvideos/recentlyaddedmusicvideos.xml6
-rw-r--r--system/library/video/musicvideos/studios.xml7
-rw-r--r--system/library/video/musicvideos/tags.xml7
-rw-r--r--system/library/video/musicvideos/titles.xml7
-rw-r--r--system/library/video/musicvideos/years.xml7
-rw-r--r--system/library/video/playlists.xml6
-rw-r--r--system/library/video/tvshows/actors.xml7
-rw-r--r--system/library/video/tvshows/genres.xml7
-rw-r--r--system/library/video/tvshows/index.xml5
-rw-r--r--system/library/video/tvshows/inprogressshows.xml6
-rw-r--r--system/library/video/tvshows/recentlyaddedepisodes.xml6
-rw-r--r--system/library/video/tvshows/studios.xml7
-rw-r--r--system/library/video/tvshows/tags.xml7
-rw-r--r--system/library/video/tvshows/titles.xml7
-rw-r--r--system/library/video/tvshows/years.xml7
33 files changed, 219 insertions, 0 deletions
diff --git a/system/library/video/addons.xml b/system/library/video/addons.xml
new file mode 100644
index 0000000..5d3fb42
--- /dev/null
+++ b/system/library/video/addons.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="60" 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 0000000..398fd53
--- /dev/null
+++ b/system/library/video/files.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="40" 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 0000000..d07f08b
--- /dev/null
+++ b/system/library/video/movies/actors.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="50" type="filter">
+ <label>344</label>
+ <icon>DefaultActor.png</icon>
+ <content>movies</content>
+ <group>actors</group>
+</node>
+
diff --git a/system/library/video/movies/country.xml b/system/library/video/movies/country.xml
new file mode 100644
index 0000000..55014fb
--- /dev/null
+++ b/system/library/video/movies/country.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="90" type="filter">
+ <label>20451</label>
+ <icon>DefaultCountry.png</icon>
+ <content>movies</content>
+ <group>countries</group>
+</node>
diff --git a/system/library/video/movies/directors.xml b/system/library/video/movies/directors.xml
new file mode 100644
index 0000000..88c739a
--- /dev/null
+++ b/system/library/video/movies/directors.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="60" type="filter">
+ <label>20348</label>
+ <icon>DefaultDirector.png</icon>
+ <content>movies</content>
+ <group>directors</group>
+</node>
diff --git a/system/library/video/movies/genres.xml b/system/library/video/movies/genres.xml
new file mode 100644
index 0000000..1baa40e
--- /dev/null
+++ b/system/library/video/movies/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>movies</content>
+ <group>genres</group>
+</node>
diff --git a/system/library/video/movies/index.xml b/system/library/video/movies/index.xml
new file mode 100644
index 0000000..d7083e7
--- /dev/null
+++ b/system/library/video/movies/index.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="10" visible="Library.HasContent(Movies)">
+ <label>342</label>
+ <icon>DefaultMovies.png</icon>
+</node>
diff --git a/system/library/video/movies/recentlyaddedmovies.xml b/system/library/video/movies/recentlyaddedmovies.xml
new file mode 100644
index 0000000..14aa8f0
--- /dev/null
+++ b/system/library/video/movies/recentlyaddedmovies.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="10" type="folder">
+ <label>20382</label>
+ <icon>DefaultRecentlyAddedMovies.png</icon>
+ <path>videodb://recentlyaddedmovies/</path>
+</node>
diff --git a/system/library/video/movies/sets.xml b/system/library/video/movies/sets.xml
new file mode 100644
index 0000000..8e0a678
--- /dev/null
+++ b/system/library/video/movies/sets.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="80" type="filter" visible="Library.HasContent(MovieSets)">
+ <label>20434</label>
+ <icon>DefaultSets.png</icon>
+ <content>movies</content>
+ <group>sets</group>
+</node>
diff --git a/system/library/video/movies/studios.xml b/system/library/video/movies/studios.xml
new file mode 100644
index 0000000..da414a8
--- /dev/null
+++ b/system/library/video/movies/studios.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="70" type="filter">
+ <label>20388</label>
+ <icon>DefaultStudios.png</icon>
+ <content>movies</content>
+ <group>studios</group>
+</node>
diff --git a/system/library/video/movies/tags.xml b/system/library/video/movies/tags.xml
new file mode 100644
index 0000000..7ff906d
--- /dev/null
+++ b/system/library/video/movies/tags.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="100" type="filter">
+ <label>20459</label>
+ <icon>DefaultTags.png</icon>
+ <content>movies</content>
+ <group>tags</group>
+</node>
diff --git a/system/library/video/movies/titles.xml b/system/library/video/movies/titles.xml
new file mode 100644
index 0000000..4f668eb
--- /dev/null
+++ b/system/library/video/movies/titles.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="30" type="filter">
+ <label>10024</label>
+ <icon>DefaultMovieTitle.png</icon>
+ <content>movies</content>
+ <order direction="ascending">sorttitle</order>
+</node>
diff --git a/system/library/video/movies/years.xml b/system/library/video/movies/years.xml
new file mode 100644
index 0000000..1df7e69
--- /dev/null
+++ b/system/library/video/movies/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>movies</content>
+ <group>years</group>
+</node>
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>
diff --git a/system/library/video/playlists.xml b/system/library/video/playlists.xml
new file mode 100644
index 0000000..a65012f
--- /dev/null
+++ b/system/library/video/playlists.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="50" type="folder">
+ <label>136</label>
+ <icon>DefaultVideoPlaylists.png</icon>
+ <path>special://videoplaylists/</path>
+</node>
diff --git a/system/library/video/tvshows/actors.xml b/system/library/video/tvshows/actors.xml
new file mode 100644
index 0000000..c3f78cd
--- /dev/null
+++ b/system/library/video/tvshows/actors.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="60" type="filter">
+ <label>344</label>
+ <icon>DefaultActor.png</icon>
+ <content>tvshows</content>
+ <group>actors</group>
+</node>
diff --git a/system/library/video/tvshows/genres.xml b/system/library/video/tvshows/genres.xml
new file mode 100644
index 0000000..bb6eb5e
--- /dev/null
+++ b/system/library/video/tvshows/genres.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="30" type="filter">
+ <label>135</label>
+ <icon>DefaultGenre.png</icon>
+ <content>tvshows</content>
+ <group>genres</group>
+</node>
diff --git a/system/library/video/tvshows/index.xml b/system/library/video/tvshows/index.xml
new file mode 100644
index 0000000..e5848dc
--- /dev/null
+++ b/system/library/video/tvshows/index.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="20" visible="Library.HasContent(TVShows)">
+ <label>20343</label>
+ <icon>DefaultTVShows.png</icon>
+</node>
diff --git a/system/library/video/tvshows/inprogressshows.xml b/system/library/video/tvshows/inprogressshows.xml
new file mode 100644
index 0000000..3c0797e
--- /dev/null
+++ b/system/library/video/tvshows/inprogressshows.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="20" type="folder">
+ <label>575</label>
+ <icon>DefaultInProgressShows.png</icon>
+ <path>videodb://inprogresstvshows/</path>
+</node>
diff --git a/system/library/video/tvshows/recentlyaddedepisodes.xml b/system/library/video/tvshows/recentlyaddedepisodes.xml
new file mode 100644
index 0000000..6ea98f6
--- /dev/null
+++ b/system/library/video/tvshows/recentlyaddedepisodes.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="10" type="folder">
+ <label>20382</label>
+ <icon>DefaultRecentlyAddedEpisodes.png</icon>
+ <path>videodb://recentlyaddedepisodes/</path>
+</node>
diff --git a/system/library/video/tvshows/studios.xml b/system/library/video/tvshows/studios.xml
new file mode 100644
index 0000000..1a99f69
--- /dev/null
+++ b/system/library/video/tvshows/studios.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="70" type="filter">
+ <label>20388</label>
+ <icon>DefaultStudios.png</icon>
+ <content>tvshows</content>
+ <group>studios</group>
+</node>
diff --git a/system/library/video/tvshows/tags.xml b/system/library/video/tvshows/tags.xml
new file mode 100644
index 0000000..9be3a70
--- /dev/null
+++ b/system/library/video/tvshows/tags.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="80" type="filter">
+ <label>20459</label>
+ <icon>DefaultTags.png</icon>
+ <content>tvshows</content>
+ <group>tags</group>
+</node>
diff --git a/system/library/video/tvshows/titles.xml b/system/library/video/tvshows/titles.xml
new file mode 100644
index 0000000..d5326fe
--- /dev/null
+++ b/system/library/video/tvshows/titles.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="40" type="filter">
+ <label>10024</label>
+ <icon>DefaultTVShowTitle.png</icon>
+ <content>tvshows</content>
+ <order direction="ascending">sorttitle</order>
+</node>
diff --git a/system/library/video/tvshows/years.xml b/system/library/video/tvshows/years.xml
new file mode 100644
index 0000000..4e41685
--- /dev/null
+++ b/system/library/video/tvshows/years.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<node order="50" type="filter">
+ <label>652</label>
+ <icon>DefaultYear.png</icon>
+ <content>tvshows</content>
+ <group>years</group>
+</node>