Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
24 views

Can php create a xspf file the same way as it writes xml?

I know you can create an xml file with php $doc->save("write.xml") but is it possible to write to another file type, like .xspf ?
1
vote
0answers
89 views

Is it possible to have VLC reread automatically an XSPF file between songs using Lua?

First of I have no experience in Lua, just came by it while searching for an answer to my question here on StackOverflow and the internet. If there is any other method you know of that might work I'd ...
1
vote
2answers
157 views

xspf player - name of object or code that defines current song highlighting?

I'm creating a new look for the xspf player: http://musicplayer.sourceforge.net/ The playlist highlights the current song being played. I'd like to change the color but can't find where that option ...
0
votes
0answers
22 views

Export XSPF Function - Joomla Framework

First of all, I'm pretty new to Joomla and PHP. I'm trying to make a function that allows a user to click on a button and download a XSPF file of a playlist. My current function generates a ...
0
votes
2answers
91 views

xspf player remove album cover

I'm trying to embed this player to a web page: http://musicplayer.sourceforge.net/ It's working fine, but I would like to remove the album cover from the player so it looks like on this page: ...
0
votes
1answer
92 views

RESTful media types for audio/music collection service (with metadata)

I have a large music collection, composed of mp3 files, flac files, and others. I would like to share it with devices on my local network and computers I am using on remote networks. It seems to me ...
0
votes
2answers
629 views

Why is XSPF Player not working on a Mac?

I'm using the XSPF Player (slim) on a new website. The client tells me they cannot hear any music on their Mac in Safari. The player is visible but it just says "Loading playlist..." and never ...
0
votes
3answers
402 views

Is it OK to use XSPF for video content?

Is it OK to use XSPF for video content? If not, what else should be used? I am targeting flash players, including Jeroen Wijering's JW FLV media player.