Closed (fixed)
Project:
XSPF Playlist
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 May 2010 at 10:04 UTC
Updated:
26 Oct 2010 at 16:50 UTC
In the same way than in xspf_playlist_cck we use file_create_url to complete the url of the cck filefield files, for thumbnails we should do the same.
Using file_create_url() would allow to alter the local path in order to use CDN's, this could be done using the CDN Integration module or Pressflow. In the case of Drupal 7 that is integrated.
| Comment | File | Size | Author |
|---|---|---|---|
| xspf_playlist_thumb_file_create_url.patch | 590 bytes | jcmarco |
Comments
Comment #1
jcmarco commentedThis patch requires another patch that fixes a bug when using full url for files.
#800224: Using full url paths for files doesn´t return anything in xspf
Comment #2
aaron commentedcommitted, thanks!