JayThomason / Tutti

Tutti is a shared music application for the car being made in conjunction with Audi.
3 stars 1 forks source link

Bug: Unknown Artist showing in artists tab, but no songs displayed when Unknown Artist is selected #199

Closed JayThomason closed 10 years ago

hwray commented 10 years ago

Ahh. Internally, songs with no artist specified have the artist value "</ unknown>" set by the local Android music library. I beautified this to "Unknown Artist" for the browser display. Now, when you click, it's probably pulling that name and searching the DB for "Unknown Artist", failing to return the songs by "</ unknown>" that are actually associated.

JayThomason commented 10 years ago

I also noticed that when you actually view all the songs you can see the unknown artists' music, but not when you click the unknown artists button. So what you said is probably the problem.

hwray commented 10 years ago

This is fixed now.