Closed (fixed)
Project:
XSPF Playlist
Version:
5.x-1.20-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2009 at 22:04 UTC
Updated:
18 Mar 2009 at 01:00 UTC
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
Comment #1
sansui commentedTo 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
Comment #2
arthurf commentedThis is fixed in CVS, will be released in next release
Comment #3
deadrich commentedAny ETA on the next release? Having the same problem and need to use the CCK field. Thanks!