Hey Dave,
thanks for the explanation.
Still going to realize my idea of having releases from different groups/aliases shown up under the main artist(s) name with some success.
What i have done so far in an example:
* created a new role "Member" by using either PERFORMER tag for FLAC albums like PERFORMER -> Atticus Ross (member) or MUSICIANCREDITS -> member:Atticus Ross; for MP3 albums. For some reason using TMCL as a tag did not work for me, maybe wrong syntax?
* Always tagged all songs of a given album with that (as i just don't want to get too acribic, only want to show some general relationships)
* used the node editor to point directly to that new role "Member". "Show only Albumartists" is set to false here .After doing the above and scanning the albums into database, Atticus Ross is showing up in that node like expected.
* From here i can scrape useful informations for Atticus Ross, assign a picture and even a fanart. Atticus Ross does NOT show up in the main artists node, which is good. By entering his entry, i can see (and access/play) all albums he is set as being a member of.
So far, so good. But as that node will get populated more, i'm looking for a way to sort by surnames. So, if i get you right, the following should work:
a) scrape infos for those artists in this node
b) when done, ask kodi to export music database stuff to files so all that info/gfx get stored in the Artist Information Folder (btw: when will we be able to export a single entry only ?
)
c) for those where no scraped info is available, create an artist.nfo by hand and put it in the AIF.
d) edit those artist.nfo files and add <sortname>Surname, Name</sortname>
e) rescrape artist information, but this time from local files
Am i right?
Edit: tested, works