I followed the steps to set up XSPF Playlist and set it up for my content type. My content type has a multiple value CCK filefield. I add a bunch of mp3s and save the node. I navigate to /node/nid/xspf and I get nothing, just a totally blank page. Do I have to do something to tell the module to create a playlist from my CCK fields? XSPF Playlist CCK module is enabled.

Thanks

Comments

VM’s picture

you may have to investigate the views.module and feed a view to the player. angrydonuts.com has some documentation on this I believe.

jrefano’s picture

Ok, so it does not create a playlist for each node's filefields by default? The description makes it seem like it's a feature...

VM’s picture

you're right I had the wrong module in mind. My apologies. I'd have to walk through the documentation page listed on the project to see if there is an issue. I won't have time tonight. Maybe tomorrow.

Mike Serafin’s picture

I have the same issue, though with a cck file field containing an flv video. I navigate to my node/XX/xspf and get a blank page.

Node:
http://drleeonhealth.com/content/video-2

XSPF:
http://drleeonhealth.com/node/86/xspf

edit: I was able to fix this by applying the patch from here: http://drupal.org/node/374238

jrefano’s picture

i wrote a module to pull my filefields into an xspf playlist since this module doesnt seem to work. im gonna try my best to convert it to something contrib-able soon. ill link it here when it's ready.

jsulmar’s picture

Although I have enabled modules "Filefield" and "XSPF Playlist CCK", I notice that in XSPF Playlist Settings only CCK text fields are offered in the "Build Playlist From Files". Filefield is not offered as one of the options from which playlists can be generated. Have I set this up wrong?

I'm using Drupal 6.14, XSPF Playlist 6.x-1.x-dev

jrefano, I am interested in trying your module when it is ready. Thanks very much.

Anonymous’s picture

After setting up everything, you still need to go to admin/settings/xspf_playlist again to setup content type specific settings, including selecting the CCK field to build an xspf list from. I can confirm it works fine then.

aaron’s picture

arthurf’s picture

Status: Active » Closed (fixed)

The fixes in #681858 have been committed that should resolve this issue. If you do have any additional problems, please post them on that ticket. Thanks!