josephrmoore / mp3player

An AJAX MP3 player to add to your site.
http://josephrogermoore.com
14 stars 7 forks source link

Add fallback to filename when no ID3v1 or ID3v2 is present #5

Open Invictaz opened 8 years ago

Invictaz commented 8 years ago

Previously I used flashmp3player.org which uses a fallback to filename when no ID3v1 or ID3v2 is present (without .mp3 behind it). I checked it out and the function is at the moment in getsongs.php and states that if no ID3 is present it says "Unknown artist". But I hope it can display the filename then otherwise it would be quite unclear which file is which. Other option is to download all songs, ID3 them and re-upload them, but it's quite a hassle.

Invictaz commented 7 years ago

Joseph, any updates on this?