Actions
Bug #120
closedAlbumArtist field not set with Cue Sheet
Start date:
Due date:
% Done:
0%
Resolution:
fixed
Affected Version:
Description
looks like SVN 21689 from XBMC Mainline (fixed: PERFORMER above the first TITLE was not taken as the album artist in cue sheets.) was not merged across into CueDocument.cpp as the Various Artists string is being displayed in the library instead.
Updated by capt-cod over 13 years ago
Arnova as its been over 9 months now will the changes be implemented, as I believe it was just one line missing?
following needs to be inserted at line 226 in CueDocument.cpp
song.strAlbumArtist = m_strArtist;
Added link to the original xbmc mailine change.
https://github.com/xbmc/xbmc/commit/8f8ba74cb6844fa762bd81824a531312d2d9c6a7#xbmc/CueDocument.cpp
Updated by arnova over 13 years ago
- Status changed from In Progress to Closed
- Resolution set to fixed
Sorry about the delay, somehow this one slipped through. Thanks for the fix + ping ;-)
cheers,
Arno
Actions