Auxio/app
OxygenCobalt b121b6428d
music: refactor music grouping
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.
2022-02-04 20:55:48 -07:00
..
src music: refactor music grouping 2022-02-04 20:55:48 -07:00
build.gradle Version 2.1.0 2022-01-28 19:22:18 -07:00
proguard-rules.pro Create dedicated app object 2021-01-14 07:42:56 -07:00