-
Notifications
You must be signed in to change notification settings - Fork 2
How do we deal with broken albums??? #17
Comments
The issue: defaulting to "Artist" for "Album artist" if "Album artist" was not present. I suspect this would cause a problem if 2 albums have the same name without "Album artist" set. For now I've removed the "Artist" default -- it's now "Various artists" A possible solution is to hash the cover art if the "Album artist" is not set and use that to sort. Not sure how I will do that yet. |
It looks like we'll have to do a few tricks in order to solve this problem. As far as I can see:
Aside from manual curation (which we want to minimise) I think that we should index Audiofiles as-is (we can replace/deprecate to improve) and then derive a separate album (etc) from this. Thoughts? |
Oh, and these "Broken albums" tend to be compilations of various artists -- some set the album artist to the individual artist. |
Going to make a classmethod on Album that tries to match or create an album: Try desperately to match a current album, and as a last resort create a new one by:
Also, possible filter on the Album name: Using a regex, remove substrings like:
....that's assuming it's not useful to split by physical disk. It might be useful. |
Implemented. Ha! It worked |
"Fast jungle music" from Hospital (no less) identifies as about 15 separate albums. It appears the album artist field is not used.
iTunes has the same problem!
Really, Hospital Records should get their act together; but I suspect we'll see this again.
@jimjibone any ideas?
Some of mine:
The text was updated successfully, but these errors were encountered: