Auxio/app
OxygenCobalt 50a2305f63
music: respect individual artist names [#66]
Modify the music loader to use the normal artist name when using song
titles while still retaining album artist functionality.

Oftentimes music files will be tagged as to use the artist tag to
specify performers, collaborators, and others, and then use the album
artist tag to group them up into a single artist. Previously, Auxio
would only use the album artist tag, which flattened the collaborator
information out for consistency. Resolve this by implementing a sort
of "resolved artist name" for songs that is used in the UI and nowhere
else. This seems to work well, but at the same time further ruins the
API surface for handling music objects. An acceptable price to pay
for a better UX.
2022-01-30 16:46:11 -07:00
..
src music: respect individual artist names [#66] 2022-01-30 16:46:11 -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