![]() |
|
Can't Separate Artists - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: Can't Separate Artists (/showthread.php?tid=7306) |
Can't Separate Artists - GavinB - 13-08-2024 14:31 I've been busy tidying up the sort values for artists in my collection. I'm having issues with just one album -it's a Chesky 30th Anniversary collection bought as a download. For tracks with multiple artists I can't get them to appear as two separate artists. In the tag editor they look correct, with the different artist names spearated by semi-colons. However, they only appear under one artist when I browse for them. If I view the file using Notepad I can only find one entry for ARTIST= (with the full text of both artists and semi-colon). If I do the same for any other file, it shows mutliple entries for ARTIST and of course the behaviour is as I expect - I can find the same file by browsing to both artists. Any ideas? RE: Can't Separate Artists - GavinB - 13-08-2024 14:42 Looks like this has something to do with ARTIST vs. Artist tag. I deleted the Artist tag and saved the (test) file. A quick look with Notepad confirmed it was no longer there. When I re-added it, it worked, putting two values in, but this time as Artist= rather than ARTIST=. What's the difference? RE: Can't Separate Artists - simoncn - 13-08-2024 19:59 Tag names are not case sensitive, so Artist= in the file is exactly equivalent to ARTIST=. |