Comments

aaron’s picture

Status: Active » Postponed

bump. postpone to d6 though.

alexkessler’s picture

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.

reikiman’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Postponed » Active

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.

#550354: CCK & FeedAPI support ... have created a similar module