I had a nice train ride during which I started an update of the audio_itunes module for views2. There's no upgrade path (and probably won't be one). You'll need to apply the patch from #338632: Make RSS feeds easier override and enhance to the latest -dev version of view2.

But it seems to work pretty well and gets rid of probably 80% of the code. It also makes me feel better about getting the audio_feed module updated.

Comments

drewish’s picture

Status: Needs review » Active

I'm going to go ahead and commit this but leaving the .info file marked as incompatible with D6 until the views patch gets figured out.

drewish’s picture

StatusFileSize
new18 KB

Here's a follow up that does a few things:

  • Added categories to the channel.
  • iTunes specific data can now be recorded for any node type.
  • Fixed PHP warning notices.
  • Cleaned up the whole delete/delete revision code and added an nid field to the audio_itunes_item table.

Committing this to HEAD.

servantleader’s picture

This is just what I needed. Great work. The only problem is that you removed the ability to edit the regular (non iTunes) description.

drewish’s picture

yeah it seemed like an un-necessary duplication. what's the use case for having them separate?

drewish’s picture

Status: Active » Fixed

#338632: Make RSS feeds easier override and enhance got committed so this will work with the latest views2 -dev release.

esbon’s picture

Hi, I don't see the Itunes description when viewing the feed with Itunes player. Is there a way to put it back?

Thanks

drewish’s picture

esbon, read #4 and reply in a new issue.

Status: Fixed » Closed (fixed)

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