diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
commit | c04dcc2e7d834218ef2d4194331e383402495ae1 (patch) | |
tree | 7333e38d10d75386e60f336b80c2443c1166031d /system/library/music/musicroles | |
parent | Initial commit. (diff) | |
download | kodi-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/music/musicroles')
-rw-r--r-- | system/library/music/musicroles/albumartists.xml | 6 | ||||
-rw-r--r-- | system/library/music/musicroles/allartists.xml | 6 | ||||
-rw-r--r-- | system/library/music/musicroles/allcontributors.xml | 6 | ||||
-rw-r--r-- | system/library/music/musicroles/allroles.xml | 6 | ||||
-rw-r--r-- | system/library/music/musicroles/arrangers.xml | 6 | ||||
-rw-r--r-- | system/library/music/musicroles/composers.xml | 6 | ||||
-rw-r--r-- | system/library/music/musicroles/conductors.xml | 6 | ||||
-rw-r--r-- | system/library/music/musicroles/djmixers.xml | 6 | ||||
-rw-r--r-- | system/library/music/musicroles/index.xml | 5 | ||||
-rw-r--r-- | system/library/music/musicroles/lyricists.xml | 6 | ||||
-rw-r--r-- | system/library/music/musicroles/orchestras.xml | 6 | ||||
-rw-r--r-- | system/library/music/musicroles/remixers.xml | 6 |
12 files changed, 71 insertions, 0 deletions
diff --git a/system/library/music/musicroles/albumartists.xml b/system/library/music/musicroles/albumartists.xml new file mode 100644 index 0000000..3a3b076 --- /dev/null +++ b/system/library/music/musicroles/albumartists.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="80" type="folder"> + <label>38043</label> + <icon>DefaultMusicArtists.png</icon> + <path>musicdb://artists/?albumartistsonly=true</path> +</node> diff --git a/system/library/music/musicroles/allartists.xml b/system/library/music/musicroles/allartists.xml new file mode 100644 index 0000000..22beac1 --- /dev/null +++ b/system/library/music/musicroles/allartists.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="90" type="folder"> + <label>38044</label> + <icon>DefaultMusicArtists.png</icon> + <path>musicdb://artists/?albumartistsonly=false</path> +</node> diff --git a/system/library/music/musicroles/allcontributors.xml b/system/library/music/musicroles/allcontributors.xml new file mode 100644 index 0000000..7eaad39 --- /dev/null +++ b/system/library/music/musicroles/allcontributors.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="100" type="folder"> + <label>38045</label> + <icon>DefaultMusicArtists.png</icon> + <path>musicdb://artists/?roleid=-1000&albumartistsonly=false</path> +</node> diff --git a/system/library/music/musicroles/allroles.xml b/system/library/music/musicroles/allroles.xml new file mode 100644 index 0000000..19f5840 --- /dev/null +++ b/system/library/music/musicroles/allroles.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="110" type="folder"> + <label>38046</label> + <icon>DefaultMusicRoles.png</icon> + <path>musicdb://roles/?albumartistsonly=false</path> +</node> diff --git a/system/library/music/musicroles/arrangers.xml b/system/library/music/musicroles/arrangers.xml new file mode 100644 index 0000000..09d43e6 --- /dev/null +++ b/system/library/music/musicroles/arrangers.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="50" type="folder" visible="Library.HasContent(Role, Arranger)"> + <label>29988</label> + <icon>DefaultMusicGenres.png</icon> + <path>musicdb://artists/?role=Arranger&albumartistsonly=false</path> +</node> diff --git a/system/library/music/musicroles/composers.xml b/system/library/music/musicroles/composers.xml new file mode 100644 index 0000000..752be53 --- /dev/null +++ b/system/library/music/musicroles/composers.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="10" type="folder" visible="Library.HasContent(Role, Composer)"> + <label>29989</label> + <icon>DefaultMusicGenres.png</icon> + <path>musicdb://artists/?role=Composer&albumartistsonly=false</path> +</node> diff --git a/system/library/music/musicroles/conductors.xml b/system/library/music/musicroles/conductors.xml new file mode 100644 index 0000000..67fac18 --- /dev/null +++ b/system/library/music/musicroles/conductors.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="20" type="folder" visible="Library.HasContent(Role, Conductor)"> + <label>29990</label> + <icon>DefaultMusicGenres.png</icon> + <path>musicdb://artists/?role=Conductor&albumartistsonly=false</path> +</node> diff --git a/system/library/music/musicroles/djmixers.xml b/system/library/music/musicroles/djmixers.xml new file mode 100644 index 0000000..b58d36d --- /dev/null +++ b/system/library/music/musicroles/djmixers.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="60" type="folder" visible="Library.HasContent(Role, DJMixer)"> + <label>29991</label> + <icon>DefaultMusicGenres.png</icon> + <path>musicdb://artists/?role=DJMixer&albumartistsonly=false</path> +</node> diff --git a/system/library/music/musicroles/index.xml b/system/library/music/musicroles/index.xml new file mode 100644 index 0000000..e13b3df --- /dev/null +++ b/system/library/music/musicroles/index.xml @@ -0,0 +1,5 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="130" type="folder" visible="Library.HasContent(Music)"> + <label>29994</label> + <icon>DefaultMusicRoles.png</icon> +</node> diff --git a/system/library/music/musicroles/lyricists.xml b/system/library/music/musicroles/lyricists.xml new file mode 100644 index 0000000..b821adc --- /dev/null +++ b/system/library/music/musicroles/lyricists.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="40" type="folder" visible="Library.HasContent(Role, Lyricist)"> + <label>29992</label> + <icon>DefaultMusicGenres.png</icon> + <path>musicdb://artists/?role=Lyricist&albumartistsonly=false</path> +</node> diff --git a/system/library/music/musicroles/orchestras.xml b/system/library/music/musicroles/orchestras.xml new file mode 100644 index 0000000..a7fe0fa --- /dev/null +++ b/system/library/music/musicroles/orchestras.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="30" type="folder" visible="Library.HasContent(Role, Orchestra)"> + <label>29993</label> + <icon>DefaultMusicGenres.png</icon> + <path>musicdb://artists/?role=Orchestra&albumartistsonly=false</path> +</node> diff --git a/system/library/music/musicroles/remixers.xml b/system/library/music/musicroles/remixers.xml new file mode 100644 index 0000000..b42003a --- /dev/null +++ b/system/library/music/musicroles/remixers.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<node order="70" type="folder" visible="Library.HasContent(Role, Remixer)"> + <label>29987</label> + <icon>DefaultMusicGenres.png</icon> + <path>musicdb://artists/?role=Remixer&albumartistsonly=false</path> +</node> |