I've installed and configured the module, everything went pretty straightforward (using a cck file field, configured my content type in xspf), but when I visit node/**/xspf, I get this error:

Fatal error: Call to undefined function xspf_playlist_create_file_item()

Is this just a typo? I see there is a function called "xspf_playlist_node_create_file_item" in the main module, so I renamed the function in the cck file. The error goes away and it shows a playlist xml file, but I don't see my video files in the playlist

- <playlist version="1" xmlns="http://xspf.org/ns/0/">
  <title>Sample Review</title> 
  <info>Default Playlist Info</info> 
  <link>http://localhost/testsite/</link> 
  <annotation>Default Playlist Info</annotation> 
- <trackList>
  <track /> 
  </trackList>
  </playlist>

Comments

sansui’s picture

To provide more information, selecting attached fields and uploading files that way results in information showing up in that node's xspf playlist. But it doesn't seem to be able to pull anything from my cck file field

arthurf’s picture

Status: Active » Fixed

This is fixed in CVS, will be released in next release

deadrich’s picture

Any ETA on the next release? Having the same problem and need to use the CCK field. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.