itunes not uptodate?
Moderators: snarkout, Patrick, dann
-
Anonymous
itunes not uptodate?
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
the feed i'm trying to use is http://feeds.feedburner.com/TheLinuxLinkTechShowMp3Feed
That is from the piss poor quality control when designing the rss feed.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?
-
Tsuroerusu
- Posts: 2551
- Joined: Mon Sep 05, 2005 8:51 am
- Location: Silkeborg, Denmark
- Contact:
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.dann wrote:That is from the piss poor quality control when designing the rss feed.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?
-
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
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
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.
Shared pain is lessened, shared joy is increased; thus do we refute entropy.
--Spider Robinson
--Spider Robinson
-
Anonymous
Thought the show was cancelled
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!

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!
-
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!
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!
New feed with PHP
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, 

