gateship-one / odyssey

Odyssey music player
GNU General Public License v3.0
235 stars 39 forks source link

Ensure non empty track titles, failback to filename #107

Closed raphj closed 6 years ago

raphj commented 6 years ago

Hello,

I just discovered Odyssey and this seems like a Music Player that does what I expect from a Music Player on a phone. Thank you for this nice piece of software!

I have untagged files, and they currently appear blank in the playlist, in the notifications and on the Now Playing screen, which makes Odyssey almost useless for me.

This commit fixes this by failing back to the filename when nothing else is available. I was not sure whether the file extension should be hidden. I decided to keep it, since this gives a hint to the user that their files are not properly tagged and it makes it clear that what is shown is from the name of the file. It also gives more information at no cost (displaying it is not misleading and does not clutter the UI) and requires less code.