diff options
author | DaveTBlake <oak99sky@yahoo.co.uk> | 2016-10-16 17:51:18 +0100 |
---|---|---|
committer | DaveTBlake <oak99sky@yahoo.co.uk> | 2016-10-16 18:53:30 +0100 |
commit | 4a968ee9215bd466afc009f5b4a0cbba643595f6 (patch) | |
tree | e96e7222b13f87e83e62bfb0b0e2ddba53f72274 /system/library | |
parent | 201e58b0b1271ccf339f0a491dad1151cac0509f (diff) |
Set option albumartistsonly=false, so that all artists with the role are shown regardless of system settings
Diffstat (limited to 'system/library')
-rw-r--r-- | system/library/music/musicroles/Arrangers.xml | 2 | ||||
-rw-r--r-- | system/library/music/musicroles/Composers.xml | 2 | ||||
-rw-r--r-- | system/library/music/musicroles/Conductors.xml | 2 | ||||
-rw-r--r-- | system/library/music/musicroles/DJMixers.xml | 2 | ||||
-rw-r--r-- | system/library/music/musicroles/Lyricists.xml | 2 | ||||
-rw-r--r-- | system/library/music/musicroles/Orchestras.xml | 2 | ||||
-rw-r--r-- | system/library/music/musicroles/Remixers.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/system/library/music/musicroles/Arrangers.xml b/system/library/music/musicroles/Arrangers.xml index 69c9223952..804b1e6d84 100644 --- a/system/library/music/musicroles/Arrangers.xml +++ b/system/library/music/musicroles/Arrangers.xml @@ -2,5 +2,5 @@ <node order="5" type="folder" visible="Library.HasContent(Role, Arranger)"> <label>29988</label> <icon>DefaultMusicGenres.png</icon> - <path>musicdb://artists/?role=Arranger</path> + <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 index e26b79f97b..5d288020ad 100644 --- a/system/library/music/musicroles/Composers.xml +++ b/system/library/music/musicroles/Composers.xml @@ -2,5 +2,5 @@ <node order="1" type="folder" visible="Library.HasContent(Role, Composer)"> <label>29989</label> <icon>DefaultMusicGenres.png</icon> - <path>musicdb://artists/?role=Composer</path> + <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 index f3260522ab..28002b99f7 100644 --- a/system/library/music/musicroles/Conductors.xml +++ b/system/library/music/musicroles/Conductors.xml @@ -2,5 +2,5 @@ <node order="2" type="folder" visible="Library.HasContent(Role, Conductor)"> <label>29990</label> <icon>DefaultMusicGenres.png</icon> - <path>musicdb://artists/?role=Conductor</path> + <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 index 7d79e7d72d..ed4d136a54 100644 --- a/system/library/music/musicroles/DJMixers.xml +++ b/system/library/music/musicroles/DJMixers.xml @@ -2,5 +2,5 @@ <node order="6" type="folder" visible="Library.HasContent(Role, DJMixer)"> <label>29991</label> <icon>DefaultMusicGenres.png</icon> - <path>musicdb://artists/?role=DJMixer</path> + <path>musicdb://artists/?role=DJMixer&albumartistsonly=false</path> </node> diff --git a/system/library/music/musicroles/Lyricists.xml b/system/library/music/musicroles/Lyricists.xml index b57513240c..6fb866bb28 100644 --- a/system/library/music/musicroles/Lyricists.xml +++ b/system/library/music/musicroles/Lyricists.xml @@ -2,5 +2,5 @@ <node order="4" type="folder" visible="Library.HasContent(Role, Lyricist)"> <label>29992</label> <icon>DefaultMusicGenres.png</icon> - <path>musicdb://artists/?role=Lyricist</path> + <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 index 0b38613ee0..4473b1d879 100644 --- a/system/library/music/musicroles/Orchestras.xml +++ b/system/library/music/musicroles/Orchestras.xml @@ -2,5 +2,5 @@ <node order="3" type="folder" visible="Library.HasContent(Role, Orchestra)"> <label>29993</label> <icon>DefaultMusicGenres.png</icon> - <path>musicdb://artists/?role=Orchestra</path> + <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 index 2e6efb413f..d56b7058ce 100644 --- a/system/library/music/musicroles/Remixers.xml +++ b/system/library/music/musicroles/Remixers.xml @@ -2,5 +2,5 @@ <node order="7" type="folder" visible="Library.HasContent(Role, Remixer)"> <label>29987</label> <icon>DefaultMusicGenres.png</icon> - <path>musicdb://artists/?role=Remixer</path> + <path>musicdb://artists/?role=Remixer&albumartistsonly=false</path> </node> |