elibroftw / music-caster

Music Caster is a modern music player with the ability to cast audio files, system audio, and URLs to Google Chromecasts, Google Home/Nest Minis, etc.
https://elijahlopez.ca/music-caster/
Other
148 stars 17 forks source link

NULL ID3 tag strings info when not defined #74

Open mikecarnohan opened 5 months ago

mikecarnohan commented 5 months ago

Rather than displaying "Unknown Album" (or "Unknown Artist" or "Unknown Title"), sub missing strings for NULL, so that they appear cleaner in the app and on the streaming device. If all three are blank, sub the title for "Music Caster" and leave the others NULL for the stream display so that it looks clean. In that case, you can leave all as "Unknown" in the app, so the user is motivated to use the Metadata editor.

(Also, consider changing the order from Album, Title, Artist to Artist, Title, Album in the app, leaving the streaming display as it is.)