Posted by mrfelton on May 18, 2009 at 1:59pm
Jump to:
| Project: | XSPF Playlist |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
This patch builds on the word I did for #354374: Update XSPF Views to Views 2 and adds several options to the Views row style plugin to allow certain items to be omited from the playlist (creator, image, info, and title).
The patch should apply cleanly to CVS, as the code I submitted in #354374: Update XSPF Views to Views 2 has already been commited.
| Attachment | Size |
|---|---|
| xspf_playlist_views_options.patch | 3.88 KB |
Comments
#1
I was interested in checking out what you've got going here....
I wasn't able to apply your first patch, however, on either a alpha1 or alpha2 xspf module (even when I used your -p1 from the modules directory tip). I was able to get your second patch to apply, but it appears to only build on your first patch, in that it doesn't seem to do anything for me.
Any idea when we'll be able to see a release with this improved functionality?
#2
to apply the patch for testing... do a checkout of the alpha2 from the cvs repo.
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -d xspf_playlist-DRUPAL-6--1-0-ALPHA2 -r DRUPAL-6--1-0-ALPHA2 contributions/modules/xspf_playlist/then cd to the directory of the xspf_playlist_views module:
cd xspf_playlist-DRUPAL-6--1-0-ALPHA2/xspf_playlist_views/Then download the above patch into this directory and run one more command at the terminal:
patch -p0 < xspf_playlist_views_options.patchI have this patch successfully applied and I am off to test it now.
#3
This patch is working just fine for nodes. I personally need another style plugin to handle files so this doesn't really do what I need. I want to create a view that grabs a list of all mp3 files on the server and creates an xspf from them. I may try my hand at it if I can find time, but I won't say that I am working on it for sure.
I suggest committing this patch to the current module.
#4
Anyone have any ideas on converting this to work for files instead of nodes? I have tried and my views experience just seems a bit under par.
#5
doesn't apply to the 6.x-1.x-dev version.
#6
I applied the patch manually (please submit to DEV!) and I get a playlist with thumbnails, but:
Would be nice to have the options:
#7
doesn't apply anymore, as the code's been refactored in the second version (and i'm pretty sure we're not going to focus on version 1 anymore). most of this patch is thus obsolete, as we're no longer using xspf_playlist_node.module.
#8