lrkrol / Noctifer-Music

PHP HTML5 music player for self-hosted online libraries
GNU General Public License v3.0
56 stars 16 forks source link

Issue with getid3 #1

Closed StoryHack closed 3 years ago

StoryHack commented 3 years ago

If you install this onto a server that is running php 7.4 or 8.0, the getid3 code throws several errors when you try to play a file.

I swapped in the newest version of getid3 (1.9.20) from http://getid3.sourceforge.net/ and everything started working. So the copy of getid3 here in the repo should probably be updated.

Thanks for releasing this!

lrkrol commented 3 years ago

Thanks @StoryHack for pointing this out -- indeed getid3 was out of date. I have uploaded 1.9.20 to the current branch.