Questions tagged [xspf]

XSPF is a XML based playlist format. It is intended to be open, moderately simple, and carefully engineered.

24 questions
0
votes
1 answer

Is it possible to write a .xspf automatically from a form? I'm thinking C#

I see it is possible to write an xml file in C#, but can I change the extension to .xspf? The syntax is very similar when you do it manually I want the user to fill a form with the attributes and a .xspf file to be exported. Example, I want the…
0
votes
2 answers

C# Parsing XML (.xspf file)

i have a playlist(s) that i need to parse and i need to do stuff like set them in list box etc. here is the .xspf
0
votes
2 answers

array to xml or xspf make xspf file for embed vlc lugin playlist

i am trying input check box list current folder .mp3 get using gob function glob_grace list the audio files using check box then get array check box values make xspf file using php i write code all for array to xml but small error please anyone…
stalin wesley
  • 165
  • 5
  • 13
0
votes
3 answers

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.
Christopher Mahan
  • 7,621
  • 9
  • 53
  • 66
0
votes
0 answers

XSPF Playlist Player not loading image

I am using a XSPF Player for my website its working well, but the only problem is, the Image is not loading by default, I need to play one track to display image. Here's my code.
markyeoj
  • 359
  • 2
  • 6
  • 17
0
votes
1 answer

Generating text files

My apologies but this is a How to Question. I have limited knowledge of PHP and need figure out if PHP can do this I have a list of video files that I need tagged with xspf files. And there are thousands of them all in the same directory! How to…
Cavemanharris
  • 185
  • 2
  • 14
0
votes
0 answers

xspf disable Javascript

My HTML code has a XSPF player that that autoplays:
-1
votes
2 answers

How to copy all files in an xspf playlist to a directory?

I have created an XSPF playlist of songs that I need to copy to a specific directory, how does one do that? Preferably Python. EDIT: I have posted this questions several years ago, back when I didn't know much about how things worked. I have managed…
Rohan Bojja
  • 655
  • 1
  • 16
  • 35
-1
votes
1 answer

C# parsing .XSPF (XML) Playlist

i need to get the value of the "title"(the folder) attribute and all "tid"(the id) numbers in every title in the playlist(s) here is the .xspf
1
2