<?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/"
		>
<channel>
	<title>Comments on: Insignia Sport, My Best Podcast Player So Far</title>
	<atom:link href="http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/</link>
	<description>A journal of geekery, music and joy</description>
	<lastBuildDate>Thu, 11 Mar 2010 17:00:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dave</title>
		<link>http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/comment-page-1/#comment-58561</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Tue, 12 Aug 2008 02:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/#comment-58561</guid>
		<description>Patrick, here is the script I use to create the .m3u. It&#039;s a ruby script although it could be duplicated in many languages with a tiny effort:

&lt;pre&gt;
#!/usr/bin/ruby

print &quot;#EXTM3U\r\n&quot;

while ((line= gets) != nil) 
  line.chomp!
  line.gsub!(&#039;/&#039;, &#039;\\&#039;)
  print &quot;#EXTINF: 1,#{line}\r\n#{line}\r\n&quot;


&lt;/pre&gt;

I invoke it like this:

&lt;pre&gt;
ls -rt /Volumes/Insignia_SP/JuiceFiles/*/*.mp3 &#124; ~/create_m3u.rb &gt; /Volumes/Insignia_SP/podcast.m3u
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Patrick, here is the script I use to create the .m3u. It&#8217;s a ruby script although it could be duplicated in many languages with a tiny effort:</p>
<pre>
#!/usr/bin/ruby

print "#EXTM3U\r\n"

while ((line= gets) != nil)
  line.chomp!
  line.gsub!('/', '\\')
  print "#EXTINF: 1,#{line}\r\n#{line}\r\n"
</pre>
<p>I invoke it like this:</p>
<pre>
ls -rt /Volumes/Insignia_SP/JuiceFiles/*/*.mp3 | ~/create_m3u.rb > /Volumes/Insignia_SP/podcast.m3u
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/comment-page-1/#comment-58560</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 11 Aug 2008 21:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/#comment-58560</guid>
		<description>Dave, Would you please post your scripts &quot;...I wrote simple scripts to handle the moving of files from my podcatcher directory to the device and then write an M3U file to create a playlist of oldest to newest file.&quot;

My only complaint with both of my Insignia players is my inability to create playlists.  I&#039;ve tried unsuccessfully with .m3u and .plp types.

TIA, Patrick</description>
		<content:encoded><![CDATA[<p>Dave, Would you please post your scripts &#8220;&#8230;I wrote simple scripts to handle the moving of files from my podcatcher directory to the device and then write an M3U file to create a playlist of oldest to newest file.&#8221;</p>
<p>My only complaint with both of my Insignia players is my inability to create playlists.  I&#8217;ve tried unsuccessfully with .m3u and .plp types.</p>
<p>TIA, Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pj</title>
		<link>http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/comment-page-1/#comment-58508</link>
		<dc:creator>pj</dc:creator>
		<pubDate>Mon, 28 Jul 2008 14:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/#comment-58508</guid>
		<description>i went from an rca (God knows what) to the ipod shuffle, through 2 creative zens (a 2gb that was stolen, then replaced it with a 4b). as all zens do, it died a mysterious death. i now have the insignia 4g and am insanely happy with it (esp. at the clearance price!). however, do you have any tips on how a non-programmer can get podcasts downloaded easily? any other tricks would be awesome, too. one more thing, my phone bluetooth doesn&#039;t seem to work with the device. did you have to buy a headphone bluetooth instead?</description>
		<content:encoded><![CDATA[<p>i went from an rca (God knows what) to the ipod shuffle, through 2 creative zens (a 2gb that was stolen, then replaced it with a 4b). as all zens do, it died a mysterious death. i now have the insignia 4g and am insanely happy with it (esp. at the clearance price!). however, do you have any tips on how a non-programmer can get podcasts downloaded easily? any other tricks would be awesome, too. one more thing, my phone bluetooth doesn&#8217;t seem to work with the device. did you have to buy a headphone bluetooth instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/comment-page-1/#comment-58325</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sun, 15 Jun 2008 03:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/#comment-58325</guid>
		<description>Rob, I haven&#039;t used the Zune in a while. Unless the firmware has been updated recently having audio marked with genre &quot;Podcast&quot; meant that it went into the special podcast section and wasn&#039;t able to be put in a playlist or played sequentially. That means navigating from episode to episode which is a drag and you can&#039;t do while driving. I just want to listen to all my shows in order. The whole &quot;Podcast&quot; functionality on the device is worse than having them just recognized as songs.

The Zune is great as a video watching device, but as a podcast listening device I found the $60 Insignia 100X more usable.</description>
		<content:encoded><![CDATA[<p>Rob, I haven&#8217;t used the Zune in a while. Unless the firmware has been updated recently having audio marked with genre &#8220;Podcast&#8221; meant that it went into the special podcast section and wasn&#8217;t able to be put in a playlist or played sequentially. That means navigating from episode to episode which is a drag and you can&#8217;t do while driving. I just want to listen to all my shows in order. The whole &#8220;Podcast&#8221; functionality on the device is worse than having them just recognized as songs.</p>
<p>The Zune is great as a video watching device, but as a podcast listening device I found the $60 Insignia 100X more usable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Greenlee</title>
		<link>http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/comment-page-1/#comment-58324</link>
		<dc:creator>Rob Greenlee</dc:creator>
		<pubDate>Sat, 14 Jun 2008 23:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/#comment-58324</guid>
		<description>Dave, Please explain why you think that the Zune is unusable as a podcast catcher and portable video/audio player. Have you used or seen the Zune 80 player with a 3.2 inch screen and an 80 GB hard drive? I work on it everyday and use it everyday. It works great for me and thousands of other people. 

The Zunes WiFi support also allows users to wirelessly send/share video podcasts from Zune to Zune directly. Then the same user can subscribe or unsubscribe to that same podcast right on the device. The next time you wirelessly sync with the Zune Marketplace client software it automatically sends you new episodes. You don&#039;t have to do anything else. 

None of these other players including the iPod can do that. We will keep innovating with the Zune and will make it the best platform for podcasts available. Our content catalog is growing every day and getting better all the time.

Rob Greenlee
Zune Podcast &amp; Video Programming Lead</description>
		<content:encoded><![CDATA[<p>Dave, Please explain why you think that the Zune is unusable as a podcast catcher and portable video/audio player. Have you used or seen the Zune 80 player with a 3.2 inch screen and an 80 GB hard drive? I work on it everyday and use it everyday. It works great for me and thousands of other people. </p>
<p>The Zunes WiFi support also allows users to wirelessly send/share video podcasts from Zune to Zune directly. Then the same user can subscribe or unsubscribe to that same podcast right on the device. The next time you wirelessly sync with the Zune Marketplace client software it automatically sends you new episodes. You don&#8217;t have to do anything else. </p>
<p>None of these other players including the iPod can do that. We will keep innovating with the Zune and will make it the best platform for podcasts available. Our content catalog is growing every day and getting better all the time.</p>
<p>Rob Greenlee<br />
Zune Podcast &amp; Video Programming Lead</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Deja</title>
		<link>http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/comment-page-1/#comment-58321</link>
		<dc:creator>Tom Deja</dc:creator>
		<pubDate>Sat, 14 Jun 2008 02:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/#comment-58321</guid>
		<description>You know--I still own a 2GB Insignia that works after almot two year&#039;s hard service, and I bought the 4GB Sport on the strenth of that one....

It&#039;s very, very wonky.  It&#039;s highly sensitive to static electricity, and I found mine had to be rebooted a LOT.  And when the first real hot day happened here in NY. it literally fritzed out on me.

So just be careful with it, okay?</description>
		<content:encoded><![CDATA[<p>You know&#8211;I still own a 2GB Insignia that works after almot two year&#8217;s hard service, and I bought the 4GB Sport on the strenth of that one&#8230;.</p>
<p>It&#8217;s very, very wonky.  It&#8217;s highly sensitive to static electricity, and I found mine had to be rebooted a LOT.  And when the first real hot day happened here in NY. it literally fritzed out on me.</p>
<p>So just be careful with it, okay?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Kennedy</title>
		<link>http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/comment-page-1/#comment-58320</link>
		<dc:creator>Ken Kennedy</dc:creator>
		<pubDate>Fri, 13 Jun 2008 20:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/#comment-58320</guid>
		<description>Excellent review, Dave. Thanks for doing that. I live in the cheap MP3 player world as well, and they all have their little weird pros and cons...this will be an excellent reference for the next time I&#039;m in the market. 

I probably should do a similar writeup.</description>
		<content:encoded><![CDATA[<p>Excellent review, Dave. Thanks for doing that. I live in the cheap MP3 player world as well, and they all have their little weird pros and cons&#8230;this will be an excellent reference for the next time I&#8217;m in the market. </p>
<p>I probably should do a similar writeup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/comment-page-1/#comment-58317</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 13 Jun 2008 04:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilgeniuschronicles.org/wordpress/2008/06/12/insignia-sport-my-best-podcast-player-so-far/#comment-58317</guid>
		<description>I continue to be impressed by how such a seemingly simple task is failed by the vast majority of devices out there.  I think the biggest force keeping me on the iPod track for so many years has been that the entire lineup (outside of the Shuffles) has made for great Podcast and audiobook playback.

Knowing that there&#039;s an MSC device out there that I can count on makes me feel better about loosening my grip on the iPod-per-year replacement cycle.

I&#039;m not ready to give up my iPod Touch soon, but Apple could win a lot of loyalty back if they&#039;d let me sync Podcasts over Wifi.</description>
		<content:encoded><![CDATA[<p>I continue to be impressed by how such a seemingly simple task is failed by the vast majority of devices out there.  I think the biggest force keeping me on the iPod track for so many years has been that the entire lineup (outside of the Shuffles) has made for great Podcast and audiobook playback.</p>
<p>Knowing that there&#8217;s an MSC device out there that I can count on makes me feel better about loosening my grip on the iPod-per-year replacement cycle.</p>
<p>I&#8217;m not ready to give up my iPod Touch soon, but Apple could win a lot of loyalty back if they&#8217;d let me sync Podcasts over Wifi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
