So I have a website that queries a database with information about music, with id3 information and file location information. I would like to use THIS to add a little playable mp3 player beside each of the search results, but I can’t figure out how to do this without generating the xspf file, which would mean I would need an xspf file for every file in the database, which I don’t want to do.
Share
An XSPF file is fairly small. It’s just an XML document with song locations and titles. Just generate it dynamically.