Ticket #150 (new task)

Opened 7 months ago

Last modified 6 weeks ago

rss2 broken in itunes

Reported by: and Owned by: andycat
Priority: major Milestone: 0.3 - Plone 3
Component: Vodcasting Version:
Keywords: Cc:

Description

Itunes doesn't recognise the plumi rss2 feed.

(sorry, short on details here but thought it should be added - please edit to include more technical details)

Attachments

Change History

Changed 7 months ago by datakid

From last weeks IRC there was this report from andycat

<andycat> itunes is fucked, i seem to remember something about this from way back last time
<andycat> http://www.apple.com/itunes/store/podcaststechspecs.html#rss
<andycat> (im going to bed realsoon)
<andycat> basically, i have the sneaky that the urls we use is fucking itunes.
<andycat> that url gives the hint they look at file extensions inside the url path for enclosures!!
<andycat> idiots
<andycat> our urls need to end with "/download" to get the filedownload view
<andycat> morons
<andycat> <enclosure>
<andycat> The <enclosure> tag has three attributes: URL, length, and type. An enclosure from the example feed above:
<andycat> <enclosure url="http://example.com/podcasts/everything/AllAboutEverythingEpisode2.mp3" length="5650889" type="audio/mpeg"/>
<andycat> The file extension of the URL attribute of this tag is used to determine if an item should appear in the Podcast directory. Supported extensions include "m4a", "mp3", "mov", "mp4", "m4v", and "pdf".
<andycat> ...

I think that this means we need andy or dave to make a judgment call or time analysis on how long it would take to implement this, or if it's even feasible/possible, and then to either leave it in 0.3, reassign it to 0.3.x or move it further down the development chain.

Changed 7 months ago by davo

now that's a bit of a pain as andycat said ... because the default download view is /download in Plone, with no extension, it's breaking.

Would take quite a bit of hacking and working out the methodology on how to deal with this, I can't think of a clean way atm, other than hacking the /download link to append the file extension .. hacky at best .. a lot of rewriting stuff at worst.

Changed 6 weeks ago by and

  • priority changed from blocker to major

Add/Change #150 (rss2 broken in itunes)

Author



Action
as new
 
Note: See TracTickets for help on using tickets.