change to xspf playlist needs to be reflected in flv media player
jjbarrows - January 3, 2009 - 04:56
| Project: | XSPF Playlist |
| Version: | 6.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
xspf for D6 has changed the URL to
node/xx/xspf
but flv media player is still using the old format
xspf/node/xx
-joseph

#1
edit line 417 or "xspf_playlist_node.module" to re-arrange 'xspf', 'node' and NID
return xspf_playlist_url('node/'. $node->nid . '/xspf');
#2
moving this into the xspf issue queue. Patch attached.
#3
#4
Forgive me if my (sometimes) ignorance of these topics is showing through, but I'm a bit confused. The issue report is worded as if this URL change was done in the XSPF module (looking at my files seem to confirm this) and that FLV player is the one that's outdated. However this patch is for XSPF so I'm a little confused.
Regardless, when I attatch files to a node I am not able to find a generated playlist either on my node or by navigating to the URL that should be displaying the XML playlist for me. All the necesarry modules should be installed. I'd appreciate someone clearing this up wether or not my issue is related to this thread or not. Am I just missing something in the process required to fix this? Thanks in advance!
#5
This seems to have been fixed in alpha2.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.