<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Ripping NPR to MP3 for an iPod</title>
	<atom:link href="http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/</link>
	<description>Refenestration Daily.</description>
	<lastBuildDate>Sat, 20 Mar 2010 14:47:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JLed</title>
		<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/comment-page-1/#comment-120670</link>
		<dc:creator>JLed</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://test.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/#comment-120670</guid>
		<description>Here is a way to add a date to the end of your file using just the batch program. 

Put this bit of code at the very top of your batch file:

set year=%date:~-4,10%
set day=%date:~-10,-8%
set month=%date:~-7,-5%
set datefile=%year%-%month%-%day%

Then, when you get to the portion of the batch file where you enter the path and name of the file you are creating just add %datefile% before the file extension.

Example: D:\Ipod\NPR\AllThingsConsidered_%datefile%.mp3

Then your file will be named like AllThingsConsidered_10052009.mp3 whenever it records.</description>
		<content:encoded><![CDATA[<p>Here is a way to add a date to the end of your file using just the batch program. </p>
<p>Put this bit of code at the very top of your batch file:</p>
<p>set year=%date:~-4,10%<br />
set day=%date:~-10,-8%<br />
set month=%date:~-7,-5%<br />
set datefile=%year%-%month%-%day%</p>
<p>Then, when you get to the portion of the batch file where you enter the path and name of the file you are creating just add %datefile% before the file extension.</p>
<p>Example: D:\Ipod\NPR\AllThingsConsidered_%datefile%.mp3</p>
<p>Then your file will be named like AllThingsConsidered_10052009.mp3 whenever it records.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/comment-page-1/#comment-120407</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Mon, 01 Dec 2008 16:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://test.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/#comment-120407</guid>
		<description>@Susan

http://www.npr.org/templates/xanadu/xplayer.php?t=1&amp;id=

get the  from that page and use this:
http://download.npr.org/anon.npr-mp3/</description>
		<content:encoded><![CDATA[<p>@Susan</p>
<p><a href="http://www.npr.org/templates/xanadu/xplayer.php?t=1&amp;id=" rel="nofollow">http://www.npr.org/templates/xanadu/xplayer.php?t=1&amp;id=</a></p>
<p>get the  from that page and use this:<br />
<a href="http://download.npr.org/anon.npr-mp3/" rel="nofollow">http://download.npr.org/anon.npr-mp3/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Carol</title>
		<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/comment-page-1/#comment-120279</link>
		<dc:creator>Jack Carol</dc:creator>
		<pubDate>Thu, 14 Aug 2008 11:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://test.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/#comment-120279</guid>
		<description>This what i looking for. Thank for the info.</description>
		<content:encoded><![CDATA[<p>This what i looking for. Thank for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayank</title>
		<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/comment-page-1/#comment-119824</link>
		<dc:creator>Mayank</dc:creator>
		<pubDate>Sat, 05 Jan 2008 04:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://test.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/#comment-119824</guid>
		<description>Open the *.pls file and you should find a link like this 
{example of kqedradio.pls} 
[playlist]
NumberOfEntries=1
File1=http://kqedsc01.streamguys.us/listen.pls
after that you can use commands like this
streamripper.exe http://kqedsc01.streamguys.us/listen.pls -a C:\Temp\try\try2.mp3 -s -l 270

Thanks for the great help Alex!!</description>
		<content:encoded><![CDATA[<p>Open the *.pls file and you should find a link like this<br />
{example of kqedradio.pls}<br />
[playlist]<br />
NumberOfEntries=1<br />
File1=http://kqedsc01.streamguys.us/listen.pls<br />
after that you can use commands like this<br />
streamripper.exe <a href="http://kqedsc01.streamguys.us/listen.pls" rel="nofollow">http://kqedsc01.streamguys.us/listen.pls</a> -a C:\Temp\try\try2.mp3 -s -l 270</p>
<p>Thanks for the great help Alex!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/comment-page-1/#comment-71612</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 16 Dec 2006 20:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://test.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/#comment-71612</guid>
		<description>Thank you! Worked with just a little effort on my part. Thanks also to Andy (12-1-2005): The &quot;renTS&quot; program you recommended works great.

Here is a sample batch file for anyone just getting started (what appears as the first two lines is actually a single line of the batch file, it&#039;s just long):
-------------------------
c:\NPR_Streams\streamripper\streamripper.exe http://wksu1.streamguys.com:8020/ -a c:\NPR_Streams\Programs\CarTalk.mp3 -s -l 3700 -o always -d c:\NPR_Streams\temp\CarTalk\

del c:\NPR_Streams\Programs\*.cue

del c:\NPR_Streams\temp\CarTalk\*.* /s /q

c:\npr_streams\rents\rents.exe /f=c:\NPR_Streams\Programs\CarTalk.mp3 /d=yyyy-mm-dd

-------------------------</description>
		<content:encoded><![CDATA[<p>Thank you! Worked with just a little effort on my part. Thanks also to Andy (12-1-2005): The &#8220;renTS&#8221; program you recommended works great.</p>
<p>Here is a sample batch file for anyone just getting started (what appears as the first two lines is actually a single line of the batch file, it&#8217;s just long):<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
c:\NPR_Streams\streamripper\streamripper.exe <a href="http://wksu1.streamguys.com:8020/" rel="nofollow">http://wksu1.streamguys.com:8020/</a> -a c:\NPR_Streams\Programs\CarTalk.mp3 -s -l 3700 -o always -d c:\NPR_Streams\temp\CarTalk\</p>
<p>del c:\NPR_Streams\Programs\*.cue</p>
<p>del c:\NPR_Streams\temp\CarTalk\*.* /s /q</p>
<p>c:\npr_streams\rents\rents.exe /f=c:\NPR_Streams\Programs\CarTalk.mp3 /d=yyyy-mm-dd</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tansu</title>
		<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/comment-page-1/#comment-65026</link>
		<dc:creator>Tansu</dc:creator>
		<pubDate>Tue, 31 Oct 2006 13:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://test.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/#comment-65026</guid>
		<description>Worked for me.. 
Great work, I appreciate your effort in putting this together.</description>
		<content:encoded><![CDATA[<p>Worked for me..<br />
Great work, I appreciate your effort in putting this together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish</title>
		<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/comment-page-1/#comment-64764</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Sat, 28 Oct 2006 15:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://test.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/#comment-64764</guid>
		<description>Hi All,
The Streamer is not stoping after ripping the stream. Its sort of in a loop. Basically after downloading the file its downloading again and again without Stop.

At the bottom there are two links I’m interested in from All India Radio. Another thing I notice is that these (links) are already contains complete Mp3 which I can download the whole MP3 by right click and so I guess there may not be of streamer at all. 
Can you please fix this BAT for me.
C:\tmp\pod\streamripper-win32-1.61.7\streamripper.exe http://www.newsonair.com/listennews/HindiNews.mp3 -a C:\tmp\pod\podmp3\name-of-the-show.mp3 -s -l 3000 -o 
del C:\tmp\pod\podmp3*.cue

[link1—&gt;www.newsonair.com](http://www.newsonair.com/listennews/HindiNews.mp3) 
[link2—&gt;www.newsonair.com](http://www.newsonair.com/listen_news/English_News.mp3)</description>
		<content:encoded><![CDATA[<p>Hi All,<br />
The Streamer is not stoping after ripping the stream. Its sort of in a loop. Basically after downloading the file its downloading again and again without Stop.</p>
<p>At the bottom there are two links I’m interested in from All India Radio. Another thing I notice is that these (links) are already contains complete Mp3 which I can download the whole MP3 by right click and so I guess there may not be of streamer at all.<br />
Can you please fix this BAT for me.<br />
C:\tmp\pod\streamripper-win32-1.61.7\streamripper.exe <a href="http://www.newsonair.com/listennews/HindiNews.mp3" rel="nofollow">http://www.newsonair.com/listennews/HindiNews.mp3</a> -a C:\tmp\pod\podmp3\name-of-the-show.mp3 -s -l 3000 -o<br />
del C:\tmp\pod\podmp3*.cue</p>
<p>[link1—&gt;www.newsonair.com](http://www.newsonair.com/listennews/HindiNews.mp3)<br />
[link2—&gt;www.newsonair.com](http://www.newsonair.com/listen_news/English_News.mp3)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/comment-page-1/#comment-60248</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Wed, 27 Sep 2006 02:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://test.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/#comment-60248</guid>
		<description>Very cool!

Now what I really want to do is download an archived NPR stream as an .mp3... for example: http://www.npr.org/templates/story/story.php?storyId=1838668

I&#039;m wondering if anyone has tried to do this?</description>
		<content:encoded><![CDATA[<p>Very cool!</p>
<p>Now what I really want to do is download an archived NPR stream as an .mp3&#8230; for example: <a href="http://www.npr.org/templates/story/story.php?storyId=1838668" rel="nofollow">http://www.npr.org/templates/story/story.php?storyId=1838668</a></p>
<p>I&#8217;m wondering if anyone has tried to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/comment-page-1/#comment-46564</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Tue, 25 Jul 2006 05:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://test.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/#comment-46564</guid>
		<description>I&#039;m tryng to rip &quot;This American Life&quot; using the command line below using a length of 10 just to test, but it doesn&#039;t write out a file.  I&#039;m using  XP.  Any idea what&#039;s wrong?

C:\Program Files\Streamripper\streamripper-win32-1.61.24&gt;streamripper.exe http:/
/wbez-tal.streamguys.us/content/7.mp3 -a C:\temp\7.mp3 -s -l 10</description>
		<content:encoded><![CDATA[<p>I&#8217;m tryng to rip &#8220;This American Life&#8221; using the command line below using a length of 10 just to test, but it doesn&#8217;t write out a file.  I&#8217;m using  XP.  Any idea what&#8217;s wrong?</p>
<p>C:\Program Files\Streamripper\streamripper-win32-1.61.24&gt;streamripper.exe http:/<br />
/wbez-tal.streamguys.us/content/7.mp3 -a C:\temp\7.mp3 -s -l 10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vianney Kang</title>
		<link>http://www.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/comment-page-1/#comment-16295</link>
		<dc:creator>Vianney Kang</dc:creator>
		<pubDate>Tue, 07 Mar 2006 20:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://test.handcoding.com/archives/2005/03/20/ripping-npr-to-mp3-for-an-ipod/#comment-16295</guid>
		<description>Alex or others,

I think I am almost there in getting this script to work, but I am one problem: the streaming starts when I want it to, but it doesn&#039;t seem to end--even though I have indicated the time in secs in the script.  Please help.  vianneyk@yahoo.com</description>
		<content:encoded><![CDATA[<p>Alex or others,</p>
<p>I think I am almost there in getting this script to work, but I am one problem: the streaming starts when I want it to, but it doesn&#8217;t seem to end&#8211;even though I have indicated the time in secs in the script.  Please help.  <a href="mailto:vianneyk@yahoo.com">vianneyk@yahoo.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
