![]() Completely refactor the way music is grouped up into artists and albums. The issue with previous attempts at implementing better artist management was the reliance on MediaStore IDs in many parts of the program. Dumpster this by merging the hash and ID values into a single field that is garunteed to be unique enough. This allows songs to be adequately grouped into case-insensitive artists while also deduplicating albums that may have been split my MediaStore due to heterogeneous formats. Resolves #66. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
proguard-rules.pro |