• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Writing an XSPF playlist file

ath50

Member
I'm trying to load an xspf file on my website. Currently I have been able to successfully work with ones on other sites, but when I try a basic playlist file I made and uploaded to my webspace it fails to load it.

I'm using EditPadPro to write and save the code, saving as an XML file and I include the .xspf extension in the name...

<?xml version="1.0" encoding= "UTF-8"?>
<playlist version="1" xmlns = "http://xspf.org/ns/0/">
<trackList>
<track><location>http://eldo.goobergunch.net/Files/Sounds/Maria.mp3</location>
</track>

</trackList>
</playlist>
 
Hmm this is odd, I don't know what I'm doing here.

I can load .xspf files from other websites just fine, but when I copy the .xspf file onto my website and I upload it, it still won't load it.
 
Back
Top