Having problems validating the feed for my podcast. When I run the feed url (http://mysite.com/audio/feed) through the Feed Validator (http://www.feedvalidator.org), I get the following error that prevents my feed from validating:

line 16, column 19: itunes:explicit must be "yes", "no", or "clean": 0 (29 occurrences) [help]

     <itunes:explicit>0</itunes:explicit>

It looks like the coding in the audio_itunes.module is returning an integer (0, 1, 2) for the explicit tag, rather than 'yes', 'no', or 'clean' as is required for a valid feed.

I've tried making adjustments to the code myself without any luck. Frankly I don't have the programming knowledge to figure out where the problem is. I really need this fixed, to get my podcast back up and running.

Thanks.

CommentFileSizeAuthor
#1 audio_itunes_324789.patch881 bytesdrewish

Comments

drewish’s picture

Status: Active » Needs review
StatusFileSize
new881 bytes

please try out the attached patch.

drewish’s picture

Priority: Critical » Normal
ryanbjorn’s picture

That fixed it. Thanks!

drewish’s picture

Status: Needs review » Fixed

thanks for the quick feedback. committed to HEAD.

esbon’s picture

Hi, feed validator is telling me these tags are missing on the last line:

Missing recommended iTunes channel element: itunes:category
Missing recommended iTunes channel element: itunes:explicit
The recommended element is missing

Thanks a million!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.