![]() |
Bug Duplicate music artists under one song for XBMC and Kodi - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Music Support (https://forum.kodi.tv/forumdisplay.php?fid=263) +--- Thread: Bug Duplicate music artists under one song for XBMC and Kodi (/showthread.php?tid=198149) |
RE: Duplicate music artists under one song for XBMC and Kodi - scott967 - 2014-12-04 (2014-12-03, 14:29)brucedenney Wrote: I seem to be getting a similar/same problem. First, you have the settings option to show compilation artists or not. Effectively, that allows the option of showing just "album artists" or both "artists" and "album artists" (but, not as "views" per se). Note that there is an "artist" tag (text string) and Kodi by default uses the text string " / " to separate multiple artists (for tag formats which don't allow multiple instances of an "artist" tag). The text string for each artist is stored in 2 places in the database: the artist table and the song_artist table. I'm not sure having two different database attributes for the same logical concept is a good database design (but I'm not an RDBMS guy so leave that for others) but that's the way it is. You have the option as user to store the artist text string as found in the tag, or to supply an MBID and accept whatever MB has determined is the "correct" text string (override tag option). As it happens, the design seems to be that only the text string in the artist table is changed based on override tag with MBID, not the one in the song_artist. I don't know the reasoning, but assume that this was done because the artist table is the one used for storing the "additional info" for an artist and that is really why MBID was added, to aid in finding the correct additional artist info. Note that MusicBrainz employs devices such as an "alias" attribute to provide more flexibility to set whivh text string is used for an artist (this is quite useful for example when an artist name has both a latin1 script text string and another text string using some other script). Any change to this is a fairly extensive undertaking, maybe an idea for Kodi 15. It will have to compete with other ideas for music library changes, such as better handling for classical music. Separately, there is the question of the semantics of the connective "feat.". The song_artist table does have a boolean featured attribute for each song_artist, but I don't know exactly how that attribute gets set. That might be something that needs to be looked at. scott s. . RE: Duplicate music artists under one song for XBMC and Kodi - Kwulabear - 2014-12-04 I'm not sure what the problem is. This is an example of one of my songs: Song name: 2-07 - Reba McEntire feat. Linda Davis - Does He Love You Contributing artists tag: Reba McEntire feat. Linda Davis; Album Artist: Reba McEntire As long as include artists who appear only on compilations is deselected, Linda Davis 'does not' appear anywhere in my library. Selected and I get a listing for Reba and Linda for the same song. I did tag all my music with musicbrainz using the setting for join multiple id3v2.3 tags with /. RE: Duplicate music artists under one song for XBMC and Kodi - meowmoo - 2014-12-05 Quote:press C to bring up the context menu and choose "Album Information" and then "Refresh" This kind work, but not everytime ![]() but I´m wondering why did Kodi not get the info like this in first place anyway? at ~1000 cd's "refresh" around 80% by hand is no fun at all ![]() RE: Duplicate music artists under one song for XBMC and Kodi - Rouzax - 2014-12-08 Any update from dev would be appreciated. RE: Duplicate music artists under one song for XBMC and Kodi - mancer - 2014-12-18 (2014-12-04, 03:48)Kwulabear Wrote: I'm not sure what the problem is. This is an example of one of my songs: I think our problem happens when you put the "feat." into the title field. Reba McEntire - Does He Love You feat. Linda Davis would be shown as Reba McEntire / Reba McEntire - Does he love you feat. Linda Davis. RE: Duplicate music artists under one song for XBMC and Kodi - Rouzax - 2014-12-18 (2014-12-18, 15:22)mancer Wrote:(2014-12-04, 03:48)Kwulabear Wrote: I'm not sure what the problem is. This is an example of one of my songs: I tag everything with MusicBrainz Picard as id3 v2.4 and I think that might be the problem. There are a lot more fields available in id v2.4 instead of 2.3. ![]() Does everybody that has this issue tagged their files as id v2.4? RE: Duplicate music artists under one song for XBMC and Kodi - mancer - 2014-12-18 For me it's the same with 2.3 and 2.4 :-S RE: Duplicate music artists under one song for XBMC and Kodi - mancer - 2014-12-20 Uhm... do FLAC and MP3 files handle the tags differently...? RE: Duplicate music artists under one song for XBMC and Kodi - meowmoo - 2014-12-28 I tried 2.3 and 2.4 and it did not make any different RE: Duplicate music artists under one song for XBMC and Kodi - scott967 - 2014-12-29 (2014-12-20, 15:25)mancer Wrote: Uhm... do FLAC and MP3 files handle the tags differently...? FLAC tags are nothing like ID3. The basic rule on FLAC (actually Vorbis Comments) is each "tag" contains a single "value". So if you have multiple artists you simply repeat the "ARTIST" tag as many times as necessary. The main advantage of ID3 v2.4 over 2.3 is that 2.4 uses a "null" as the value separator, while 2.3 is inconsistent (the only thing in the spec is for composer and artist, which uses "/" within the value as a separator. There's nothing for any other tag so each tagging application does its own thing). 2.4 also supports UTF8 encoding, while 2.3 only supports UTF16 but that's probably more of a programmer thing than a user thing. So the advantage of 2.4 tags is you can be sure that XBMC/Kodi can understand what is to be treated as a multiple value, without worrying about "AC/DC" showing up as two artists. scott s. . RE: Duplicate music artists under one song for XBMC and Kodi - Rouzax - 2015-01-03 Could one of the Kodi devs chime in on this issue? RE: Duplicate music artists under one song for XBMC and Kodi - mancer - 2015-01-03 @ scott967: Thanks for clearing that up ![]() RE: Duplicate music artists under one song for XBMC and Kodi - meowmoo - 2015-01-06 no news here ![]() how about open a new Bug Ticket.. im flooding last.fm with false artists ![]() RE: Duplicate music artists under one song for XBMC and Kodi - mhdebokx - 2015-01-06 In the screen example of Picard the tag "Artists" is shows. Does Kodi use this tag at this moment ? Can somebody confirm this ? I think not, so if this field can be processed as Library DB field, then count me in :-) RE: Duplicate music artists under one song for XBMC and Kodi - Rouzax - 2015-01-10 As far as I can tell it is not used. |