I'm playing around with the Audio Module (thanks moshe, et al) and want to know how to remove the audio-info from the xml output that Drupal generates. I'm trying to make the output cleaner in iTunes and other RSS readers.
This is what the output looks like in iTunes at the moment
Play: Artist: My Test Title: audio test Length: 0:10 minutes (43.51 KB) Format: MP3 Mono 22kHz 32Kbps (CBR) This is the body text
I do want to leave the body text though [i.e. "This is the body text" in the above example]. Is this possible? If so, would someone smarter in this area than me be so kind as to tell me what I need to remove from audio.module?
Just to be clear, I want to leave the audio-info in the Drupal page, but drop it from the RSS output...if possible.
Thanks,
Shayne
Comments
it's a problem with the way
it's a problem with the way drupal builds rss items. you can read more about it here: http://drupal.org/node/41703
Thanks drewish...
Thanks for bringing this back to the develoment table. I'd really love to use the Audio Module for podcast sites. I'll keep checking the other thread.
Thanks again for the module!