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
142 stars 16 forks source link

MP3 tag problem #46

Closed tomhammond closed 2 years ago

tomhammond commented 2 years ago

Music Caster has trouble reading MP3 tags from most of my MP3 files. It reads the cover art on all files, but cannot read the album/artist/title on many of them. Please see the attached screenshot. The 03, 10, 16, etc. represent filenames.

All of my MP3s show the tag information properly in other music programs such as Win 11 Media Player, WinAmp, and VLC.

When I open the “bad” and “good” MP3 files in the “MP3tag” program, they all have ID3v2.3 and ID3v1 tags set (both MP3s that show properly in Music Caster and MP3s that do not show properly). So I don’t know why some MP3s are not showing their MP3 tags in Music Caster while other MP3 files show tag information fine.

Attached are examples of a “good” MP3 and a “bad” MP3, as shown in the screenshot. Can you help?

Thanks, Tom screenshot 06 (bad).zip 01 (good).zip

elibroftw commented 2 years ago

Oh, it might just be because the extension is not lowercase. I had it in my todo to not depend on file extensions, so I will fix that bug now.

tomhammond commented 2 years ago

I hadn’t thought of that. Good idea. I will check other “bad” MP3 files and see if that is the common problem. Thanks so much!

From: Elijah Lopez @.> Sent: Monday, March 7, 2022 10:43 PM To: elibroftw/music-caster @.> Cc: tomhammond @.>; Author @.> Subject: Re: [elibroftw/music-caster] MP3 tag problem (Issue #46)

Oh, it might just be because the extension is not lowercase. I had it in my todo to not depend on file extensions, so I will fix that bug now.

— Reply to this email directly, view it on GitHub https://github.com/elibroftw/music-caster/issues/46#issuecomment-1061374719 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AEVBMB5JED5CVMHPHTXOKWLU63EDTANCNFSM5QE3OZZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AEVBMB7B26DC2LJLNST6XWDU63EDTA5CNFSM5QE3OZZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOH5BUV7Y.gif Message ID: @. @.> >

elibroftw commented 2 years ago

Should be fixed in the latest update