Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Aaron, i know this is dump and postponed to D6, but i though i post my own temporarily solution, maybe it helps to get it working (maybe for D5 already).
I don't know if i understood the design of rss remote enclosures feeds correctly, but i think at the end it have to include a download link which points to the video file.
I'm using the following setup with Link Views RSS and CCK Link module: http://drupal.org/node/225409.
This setup works perfectly with miro and itunes + i can use views to generate podcasts in form of taxonomy/term which allows users to subscribe by term.
It would be great to use only emfield to generate a link with rss remote enclosures.
Changing version to 6.x ... and changing status to active .. it'd been previously postponed to D6, and we're in the D6 timeframe now.
I wanted to have something like RSS Remote Enclosure but a) acts as a CCK field, b) FeedAPI Mapper can map incoming <enclosure> tags into a field which can also become an <enclosure> on an outgoing field.
I created a new module I'm calling CCK Enclosure .. and it works to do what I wanted .. but there's now the issue of proper display which emfield does so well. I'm wondering whether to start a new project for my module, or merge my module with RSS Remote Enclosure, or maybe merge it with emfield.
Given there's this existing issue other people have had a similar idea, obviously.
One question I have is that emfield is only the URL whereas an <enclosure> has for datums, the URL, the size, the content-type, and the #text ... I dunno how to bridge that mismatch.
Comments
Comment #1
aaron commentedbump. postpone to d6 though.
Comment #2
alexkessler commentedAaron, i know this is dump and postponed to D6, but i though i post my own temporarily solution, maybe it helps to get it working (maybe for D5 already).
I don't know if i understood the design of rss remote enclosures feeds correctly, but i think at the end it have to include a download link which points to the video file.
I'm using the following setup with Link Views RSS and CCK Link module: http://drupal.org/node/225409.
This setup works perfectly with miro and itunes + i can use views to generate podcasts in form of taxonomy/term which allows users to subscribe by term.
It would be great to use only emfield to generate a link with rss remote enclosures.
Comment #3
reikiman commentedChanging version to 6.x ... and changing status to active .. it'd been previously postponed to D6, and we're in the D6 timeframe now.
I wanted to have something like RSS Remote Enclosure but a) acts as a CCK field, b) FeedAPI Mapper can map incoming <enclosure> tags into a field which can also become an <enclosure> on an outgoing field.
I created a new module I'm calling CCK Enclosure .. and it works to do what I wanted .. but there's now the issue of proper display which emfield does so well. I'm wondering whether to start a new project for my module, or merge my module with RSS Remote Enclosure, or maybe merge it with emfield.
Given there's this existing issue other people have had a similar idea, obviously.
One question I have is that emfield is only the URL whereas an <enclosure> has for datums, the URL, the size, the content-type, and the #text ... I dunno how to bridge that mismatch.
#550354: CCK & FeedAPI support ... have created a similar module