Hi,
I would like to see a functionality as follows:
- select one or more external podcast feeds
- for each of these external feeds, set a default publish or unpublish policy
- podcasts feeds get updated by cron
- user can publish or unpublish individual items
- result: a new podcast feed / playlist, composed from 'internal' nodes, and items from external feeds
i saw the publish/unpublish feature in the v2v.module
- http://trac.v2v.cc/cgi-bin/trac.cgi/log/trunk/v2v-drupal-module/v2v.modu...
- http://svn.v2v.cc/trunk/v2v-drupal-module/v2v.module
Comments
Comment #1
zirafa commentedcool idea. the tough part about that idea is getting the new feed items to turn up as nodes, specifically as audio nodes. perhaps someone can look into aggregator2.module as an option?
Comment #2
zirafa commentedThis should probably be a separate module that makes use of the playlist.module API.