aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorDave Blake <oak99sky@yahoo.co.uk>2016-09-21 18:18:24 +0100
committerGitHub <noreply@github.com>2016-09-21 18:18:24 +0100
commit00d113a619d79de2a086b7d1918f6615f40f4b89 (patch)
treecaf2ec792ce76c8695a0c10eb9087d1f59dcfd67 /system
parentf28b77c4ab4db927eb3f373f4aa39ae3cb638bd8 (diff)
Musicroles Menu Additional default nodes
Diffstat (limited to 'system')
-rw-r--r--system/library/music/musicroles/albumartists.xml6
-rw-r--r--system/library/music/musicroles/allartists.xml6
-rw-r--r--system/library/music/musicroles/allcontributors.xml6
-rw-r--r--system/library/music/musicroles/allroles.xml6
4 files changed, 24 insertions, 0 deletions
diff --git a/system/library/music/musicroles/albumartists.xml b/system/library/music/musicroles/albumartists.xml
new file mode 100644
index 0000000000..626f224c66
--- /dev/null
+++ b/system/library/music/musicroles/albumartists.xml
@@ -0,0 +1,6 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<node order="10" 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 0000000000..dfaf695a32
--- /dev/null
+++ b/system/library/music/musicroles/allartists.xml
@@ -0,0 +1,6 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<node order="11" 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 0000000000..01a92fb57f
--- /dev/null
+++ b/system/library/music/musicroles/allcontributors.xml
@@ -0,0 +1,6 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<node order="12" type="folder">
+ <label>38045</label>
+ <icon>DefaultMusicArtists.png</icon>
+ <path>musicdb://artists/?roleid=-1000</path>
+</node>
diff --git a/system/library/music/musicroles/allroles.xml b/system/library/music/musicroles/allroles.xml
new file mode 100644
index 0000000000..d6b16e444d
--- /dev/null
+++ b/system/library/music/musicroles/allroles.xml
@@ -0,0 +1,6 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<node order="15" type="folder">
+ <label>38046</label>
+ <icon>DefaultMusicRoles.png</icon>
+ <path>musicdb://roles/</path>
+</node>