The view for playlist.xml generates this result (only the relevant part)

<jwplayer:image>http://my.site.name/sites/default/files/imagecache/playerthumb/testimage.jpg</jwplayer:image>
<jwplayer:file>testfile.mp3</jwplayer:file>

The jwplayer try to access the testfile.mp3 on this url: http://my.site.name/testfile.mp3
And of course not found. (Jwplayer error #2032)
The correct URL would be: http://my.site.name/sites/default/files/testfile.mp3

How can I get this result to the generated playlist?
According to my tests this works:
<jwplayer:file>http://my.site.name/sites/default/files/testfile.mp3</jwplayer:file>

Comments

btopro’s picture

look for a theme called blackleaf and look at the views templates that are in there. Find the one associated with video and/or media (there's a lot of them so you'll have to skim through). Find the correct one and mod the output to your hearts content. You also might be able to tweak the view that's kicking fields over there and make sure that the one related to file has the full path to the file instead of the local reference.

npsoft’s picture

Many thanks! Solved :-)

btopro’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

formatting problem