@Niklas Fiekas, Have you been following #1033202: [Meta] Generic entity processor?
Or looked at the branch of Feeds @twistor recently added? http://drupal.org/node/583948/git-instructions/1033202-entity-processoro
I've been using the Feeds Entity Processor to creating other entities. It is now working pretty well now. The Processor can target all entities including files. It supports mapping some core fields and any additional fields added to entity. Unfortunately that is not enough to import an RSS feed of video from a site like YouTube.
I'm thinking about working on directly importing RSS -> media entity instead of RSS -> Node -> Field -> media entity.
Is that a feature you'd be interesting in including in media_feeds? If so, I can start a branch for that. I would leave the existing functionality and add a Media Processor that extends Entity Processor. User could then map a URL to a field of a node using the node processor or map the URL directly to the file.
Comments
Comment #1
Niklas Fiekas commentedThe last time I checked the entity processor didn't work for me, but much seems to have changed lately. Currently I don't have time to help you with that, but - yes, please :) - it would be an awesome feature.