I'm trying to import a podcast using Feed API. I'm pretty sure I have all of the right modules activated. The Audio node type in Open Publish is using Emfield so it should receive audio from Feed API.
I created the FEED, input the URL, deselected "refresh feed on creation", select PROCESSORS and make the "node type of feed item:" = AUDIO.
When I attempt to MAP the parsed feed to my AUDIO node it shows me what it has found in the feed (including the mp3), but does not allow me to map to the audio emfield.
In the Description of Available Mappers, it only shows:
(node module)
Maps a feed element to the title, created date, published state or body of a node. Note that standard field mapping by FeedAPI still applies. For example if there is no feed element mapped to the node body you will still find the description in node body because that is how FeedAPI stores nodes.
(taxonomy module)
Maps a string or an array of strings to taxonomy terms. Chose a vocabulary from sub options.
(content module)
Maps a string or a number to this CCK field.
In Sean Eifel's screencast on using Feed API, when he proceeds to MAP, the information shows:
field_emfield (video_cck module), as one of the available mappers.
Does anyone know why I am not able to MAP to a my audio cck field?
Thank you.