Closed (fixed)
Project:
XSPF Playlist
Version:
5.x-1.20-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2009 at 18:10 UTC
Updated:
26 Oct 2010 at 17:20 UTC
Hello,
I am unclear on how the $config parameter value is set for hook_xspf_playlist_use.
I have a node type, Film, which each have three associated FLV url's: trailer, full standard version, and full HD version. Accordingly, I want to have three different playlist views (created programatically with views_create_view).
I guess the question is, in my view how do I tell xspf_playlist which $config to use in hook_xspf_playlist_use?
Thanks for assistance!
reuben
Comments
Comment #1
arthurf commentedWhile there are ways that you could do this by code, the version that you're using doesn't support this. However, it is obviously needed functionality, so I wrote it. There is a new module called xspf_playlist_views which contains this filter, along with some updates to the existing filters. Should give you what you need.
This still needs porting to D6.
Comment #2
aaron commented