diff options
author | DaveTBlake <oak99sky@yahoo.co.uk> | 2016-11-20 17:46:13 +0000 |
---|---|---|
committer | DaveTBlake <oak99sky@yahoo.co.uk> | 2016-11-20 17:46:13 +0000 |
commit | 33d00e208cc076b53283c5540f144caa1b368c6d (patch) | |
tree | a8e8448d8c991f7a84e5f90c85824305f5485aa1 /system/library/music | |
parent | 4cff8d970605c8fff9a22f9759f5eaf8bfddb5a4 (diff) |
Set option albumartistsonly=false, so that all artists with the role are shown regardless of system settings
Diffstat (limited to 'system/library/music')
-rw-r--r-- | system/library/music/musicroles/allcontributors.xml | 2 | ||||
-rw-r--r-- | system/library/music/musicroles/allroles.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/library/music/musicroles/allcontributors.xml b/system/library/music/musicroles/allcontributors.xml index 01a92fb57f..94e5b81fe0 100644 --- a/system/library/music/musicroles/allcontributors.xml +++ b/system/library/music/musicroles/allcontributors.xml @@ -2,5 +2,5 @@ <node order="12" type="folder"> <label>38045</label> <icon>DefaultMusicArtists.png</icon> - <path>musicdb://artists/?roleid=-1000</path> + <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 index d6b16e444d..0ffeaa69a3 100644 --- a/system/library/music/musicroles/allroles.xml +++ b/system/library/music/musicroles/allroles.xml @@ -2,5 +2,5 @@ <node order="15" type="folder"> <label>38046</label> <icon>DefaultMusicRoles.png</icon> - <path>musicdb://roles/</path> + <path>musicdb://roles/?albumartistsonly=false</path> </node> |