Page 1 of 2

itunes not uptodate?

Posted: Thu Sep 21, 2006 1:24 am
by Anonymous
Trying to subscribe to your mp3 rss feed in itunes and it's only showing up to ep 156 even though 158 is clearly in your feed and 157 has been there for a week. any idea what's going on?

the feed i'm trying to use is http://feeds.feedburner.com/TheLinuxLinkTechShowMp3Feed

Posted: Thu Sep 21, 2006 9:12 am
by Gomer_X
<Pat>
Another superior Apple product!
</Pat>

Hint: TLLTS does not contrul iTunes.

Episode 157 is when they started using the mirrored feed, so my guess is iTunes can't handle the redirect.

Posted: Thu Sep 21, 2006 9:26 am
by coolfrood
Yes, looking at the XML it seems like the episodes which have the mirror.php redirect are not handled by iTunes correctly.

However, I also noted that ep. 158 is wrongly tagged as audio/ogg instead of audio/mp3. Is this some feedburner problem or something wrong with TLLTS?

Posted: Thu Sep 21, 2006 10:55 am
by dann
coolfrood wrote:Yes, looking at the XML it seems like the episodes which have the mirror.php redirect are not handled by iTunes correctly.

However, I also noted that ep. 158 is wrongly tagged as audio/ogg instead of audio/mp3. Is this some feedburner problem or something wrong with TLLTS?
That is from the piss poor quality control when designing the rss feed.

Posted: Thu Sep 21, 2006 12:49 pm
by Gomer_X
dann wrote: That is from the piss poor quality control when designing the rss feed.
Piss poor is good enough for me! :D I still got the files OK.

Posted: Thu Sep 21, 2006 1:20 pm
by Patrick
Another case of Apple making up their own 'standards'? Someone please tell me how Apple is considered 'friendly' to F/OSS?

Posted: Thu Sep 21, 2006 1:24 pm
by Tsuroerusu
Patrick wrote:Someone please tell me how Apple is considered 'friendly' to F/OSS?
Because old uncle Steve says so! :lol: :lol: :lol:

Posted: Thu Sep 21, 2006 2:09 pm
by dann
dann wrote:
coolfrood wrote:Yes, looking at the XML it seems like the episodes which have the mirror.php redirect are not handled by iTunes correctly.

However, I also noted that ep. 158 is wrongly tagged as audio/ogg instead of audio/mp3. Is this some feedburner problem or something wrong with TLLTS?
That is from the piss poor quality control when designing the rss feed.
I've looked into this some more on my superior apple product. In iTunes the feed shows up with all the episodes except the last one right now. You can play 157 right out of the feed through itunes. But when I subscribe to the feed, 157 does not show up as a download.

Posted: Thu Sep 21, 2006 10:12 pm
by Anonymous
Apparently iTunes validates the contents of the enclosure in a funny way (using the file extension?). I've seen some sites that say if you do use a redirect, it has to redirect to a full url within the enclosure url for iTunes to use it.

I can't verify this, but you might also want to try using Apache's mod_rewrite to make the link a bit cleaner. Add the following lines to your httpd.conf / vhosts file:
-------------
RewriteEngine On
RewriteRule ^/mirror/(.*) /mirror.php?fname=$1
-------------
The files could then be accessed by going to http://www.tllts.org/mirror/tllts_157-09-13-06.mp3

Posted: Thu Sep 21, 2006 11:15 pm
by snarkout
Most of what I'm running into is the opposite - people putting up fucked up vbr mp3 casts that iTunes likes just fine, but my linux boxen don't. Even using mp3fix, I end up with a file that gets completely screwy if I fast forward or even pause (pauldotcom security weekly, most notably) sometimes. This is diminishing my happiness on the way to and from work, greatly. TLLTS still plays just fine, though, even if there are occasional sound issues. I hope you guys keep on keepin' on.

Thought the show was cancelled

Posted: Sun Sep 24, 2006 12:11 am
by Anonymous
Any luck on fixing the feed?

I thought you guys were taking some well deserved time life off only to find two weeks of episodes I missed on your website!

Crikey!

:o

Posted: Sun Sep 24, 2006 1:07 am
by dann
Hopefully this problem will be resolved within 24 hours. We created a new feed specifically for iTunes and applied the <itunes:new-feed-url> tag to the old feed. They say it will take up to 48 hours to change.

If anyone using iTunes can verify the feed is fixed/changed, please post back.

Posted: Sun Sep 24, 2006 2:57 am
by Anonymous
Wow... that was quick! Thanks!

Episode 158 shows up and was downloaded automatically... I tried to manually "get" episode 157 but iTunes gave me an error.

No worries... I'll just grab 157 from the website... whatever you did for 158 looks to have worked!

Thanks for a great show guys! Keep on keepin' on!

Posted: Sun Sep 24, 2006 10:43 am
by dann
I am hoping the link to 157 is fixed now. I'm not sure how long it will take to propagate through feedburner and then iTunes.

157 is a fantastic guest (well, they all are).

New feed with PHP

Posted: Thu Sep 28, 2006 1:52 am
by jturning
It still messes up my Castpodder. Which seems to be the only decent graphical podcast client I've found in Linux. I guess I'll have to give Linc's Bashpodder a try. But I'm a recent Linux convert, and the switch from graphical GUI to scripting is scary, :lol: