Open Clementine-Issue-Importer opened 10 years ago
From davidsansome on August 01, 2012 13:06:58
This is happening because Organise re-reads the tags for each song instead of using the data that's stored in the library. The tags it reads from disk don't contain the "Show/Don't show in Various Artists" flag (that's only in the library), which is why this is_compilation() check is returning the wrong thing.
From kelle...@gmail.com on July 31, 2012 07:35:11
What steps will reproduce the problem? 1. Import tracks that are classified as "Various Artists"
value = song.is_compilation() ? song.effective_albumartist() : song.effective_albumartist();
The Organiser now always uses the tags, and works for my purposes.
Original issue: http://code.google.com/p/clementine-player/issues/detail?id=3085