This is brilliant. Thank you very much.

I use a different approach to images on my personal site. I use CCK, imagefield, imagecache, and views to create "galleries" rather than the Image module. Is it possible (with limited coding, I am not very technical) to create the Media RSS feeds for these views?

My set-up to handle images is loosely based on this post http://drupal.org/node/144725.

Thanks.

CommentFileSizeAuthor
#8 pic.JPG93.77 KBvanderlip

Comments

swentel’s picture

Feature request I was also allready thinking of :)

I think the easiest way to do for me is adding a views handler which exports media rss feeds. I'm not sure when I'll get to this, I'm focusing now on squasing bugs now the first development releases are out. I'll keep you updated in this post!

vanderlip’s picture

Thanks for the quick response and the great module. I will follow the progress here.

mennonot’s picture

I was going to post a feature request for support for acidfree albums, but it may be that the views handler you describe is the best option. But I'm not sure given the way acidfree works.

Would be simpler just to add an acidfree case to the piclens_create_feed() function?

swentel’s picture

A first glance at acidfree looks like it's using the views module (at least 5 does, I'm not going to support 4 anymore though), so the views handler looks like the best option for this module too. More news later.

swentel’s picture

@mennonot
I just added acidfree support in the drupal 5 branch. The development package should be updated soon. Feel free to test!

swentel’s picture

@vanderlip

Support for views + imagecache + imagefield has been added.
It's quite experimental but a first small test did the job here. This is what I did:

- view type: list
- fields: node title and one imagefield with one of my imagecache presets as an option (this one is used for the thumbnail, I use the original image as display image).
- There is an mediaRSS argument you need to turn on and choose an option for it.
Options are no support for Lite, Lite javascript, add link (although I feel this seems to be a bit obsolete) and link + Lite javascript

I chose the last one of course and when going to my views page, the javascript was there and the link worked perfectly. Hope it's going well for you too.

vanderlip’s picture

Most excellent!

Thanks a lot for your efforts on this. I just ran a quick test (will do more), and it works!

Give me a couple days to do some more testing, and I will get back with more feedback.

Thanks again.

vanderlip’s picture

StatusFileSize
new93.77 KB

I'm having a couple challenges, and I am not sure if it is me, or the module. As indicated above I got this working per your instructions. When I click on start slide show, I am taken to the the piclens plug-in, all the pictures are there. When I select one it enlarges (as expected) but rarely runs the blue line across the bottom of the image to refresh. Instead it is displaying a "!" in a triangle (warning sign). On some pictures the blue line runs, on others it does not. Sorry, can't seem to make a screen capture.

I am not sure what is causing this. Any ideas?

When I am in the piclens plugin display interface, I am also not able to switch from the "wall of photo's" to the slide show interface.

I have attached a screen shot of my view.

thanks for any ideas you may have. Again, a great module.

-dennis

vanderlip’s picture

Sorry, one more question.

In your instructions in #6 you write,

- fields: node title and one imagefield with one of my imagecache presets as an option (this one is used for the thumbnail, I use the original image as display image).

It was unclear in the part that says "I use the original image as display image". Do you mean that you wrote that into the module or that I should have 2 imagefield fields in the fields section of my view? I ask because currently, If I used a thumbnail imagefield setting as you have described, it uses those thumbnails in the view AND in piclens display, which obviously does not work well.

You can see my view in an attachment to #8

thanks

swentel’s picture

@vanderlip
Thanks for the report. I'm currently testing a complete overhaul of the module (I did a split of supported image modules in separate sub-modules of piclens). I'll do some tests next week (we have a few days off thanks to some holidays), also on a windows machine, because I don't have the piclens browser plugin on a linux machine (quite ironic heh).

I'll report back next week.

swentel’s picture

Just to let you guys know: first official releases are out and the module has changed a lot. Every supported drupal module is now available as a submodule, so be sure to enable it on the list of modules.

vanderlip’s picture

@Swentel

Just to let you know that your latest May 2, 5.x-1.x-dev update appears to have solved the two issues #8 and #9 above. Originals now appear to load correctly in PicLens. Thanks a lot for resolving this.

- Dennis

swentel’s picture

Status: Active » Closed (fixed)

closing this issue
the strategy will be changed for the media rss argument, cf http://drupal.org/node/256126