sverhagen / mp3-browser

This Joomla plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser
https://www.totaalsoftware.com/products/mp3-browser
GNU General Public License v2.0
5 stars 5 forks source link

Updates mp3 browser for more recent PHP versions (7.4, 8.x) #92

Open jhalexand opened 11 months ago

jhalexand commented 11 months ago

I went through and changed all the uses of curly branches as array index operators to brackets so it would work in newer PHP versions. I also fixed an issue where my absolute paths to mp3 directories were getting an extra "/" at the start of the path and messing up the URLs. I have a regex remove a double slash ("//") at the start of the folder path if there is one. (I did not root-cause this issue)