<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mark's Blog &#187; Music Players</title>
	<atom:link href="http://longair.net/blog/category/music-players/feed/" rel="self" type="application/rss+xml" />
	<link>http://longair.net/blog</link>
	<description>(occasional miscellanea)</description>
	<lastBuildDate>Tue, 08 May 2012 15:59:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Replacing my iPod with a Sansa Clip</title>
		<link>http://longair.net/blog/2009/11/18/replacing-my-ipod-with-a-sansa-clip/</link>
		<comments>http://longair.net/blog/2009/11/18/replacing-my-ipod-with-a-sansa-clip/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:06:05 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Music Players]]></category>

		<guid isPermaLink="false">http://longair.net/blog/?p=337</guid>
		<description><![CDATA[<p>Eventually, I reached a point with my long-suffering and much-repaired iPod where it didn&#8217;t seem to be worth continuing to pay to get it fixed up again, especially since I could reasonably switch to a device with solid-state storage instead of a hard disk.  Since I&#8217;m trying to avoid using Apple products because of both [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/mhl20/4111371257/sizes/l/"><img class="alignright" title="Sansa Clip MP3 Player" src="http://farm3.static.flickr.com/2678/4111371257_b9f1e4fc09_m_d.jpg" alt="" width="240" height="197" /></a>Eventually, I reached a point with my long-suffering and <a href="http://www.ukipodrepairs.co.uk/">much-repaired</a> iPod where it didn&#8217;t seem to be worth continuing to pay to get it fixed up again, especially since I could reasonably switch to a device with solid-state storage instead of a hard disk.  Since I&#8217;m trying to avoid using Apple products because of both ideological and pragmatic concerns, I went for the strategy of trying to buy the cheapest option in Dixons (sorry, &#8220;Currys.digital&#8221;) when I was running for a train.  (This approach minimised the amount of time I could spend on the decision and so created extra happiness in itself.)  The device I came away with was an ex-display model of the <a href="http://www.sandisk.com/products/sansa-music-and-video-players/sandisk-sansa-clip-mp3-players.aspx">Sandisk Sansa Clip</a>, with an extra discount because it was actually missing the clip bit.  That came to £30 for an 8 gigabyte device, whereas an iPod nano with the same storage would have been about £140.  (Of course, it doesn&#8217;t have the gorgeous screen of the nano and can&#8217;t play video &#8211; on the other hand, 8GB would get filled up fast if I put any video on it.)  The biggest advantage of this cute little device over the iPod, of course, is that it&#8217;s much less likely that the manufacturer will deliberately prevent the device from working with my computer, as Apple have repeatedly done to GNU/Linux users who&#8217;ve bought their devices.</p>
<p>Anyway, I&#8217;m basically very happy with this replacement. There are a few small user interface problems, e.g. I miss the <a href="http://www.theonion.com/content/video/apple_introduces_revolutionary">click-wheel</a> for seeking within a track &#8211; fast-forward and rewind on the Clip are a bit sluggish initially.  Additionally it takes a couple of seconds to wake up after it&#8217;s been paused for a while, which is surprisingly irritating.  On the other hand:</p>
<ul>
<li>It plays Ogg Vorbis files!</li>
<li>It plays FLAC files!</li>
<li>The little screen is bright and clear</li>
<li>It&#8217;s really small and light</li>
<li>It has a &#8220;sleep&#8221; function</li>
<li>You can use it to take voice notes (although annoyingly you don&#8217;t seem to be able to set the time and date, so the timestamps are useless)</li>
<li>The sound is good</li>
<li>The UI is generally very responsive, so the small screen isn&#8217;t too bad for searching for music</li>
<li>It remembers the point at which you stopped listening to an audiobook, and offers to resume from that point when you return to it later</li>
</ul>
<p>Sadly, gapless playback doesn&#8217;t work, which is basically par-for-the-course for MP3 files (even when they have correct delay and padding in the metadata), but rather surprising in the case of FLAC and Ogg Vorbis files.</p>
<p>The only other problem was getting it to present podcasts in the way that I like, which is probably due to my odd preferences rather than the device itself &#8211; the rest of this post is about that.</p>
<h3>Podcasts</h3>
<p>This may be unusual, but I find the most useful way to go through podcasts on any audio player is to have all of the most recently downloaded episodes from any  source in one playlist, ordered from oldest to newest.  With <a href="http://www.gtkpod.org/">gtkpod</a> and my old iPod, you could easily set up a &#8220;smart playlist&#8221; to do this, but I had to write a short script to create this on the Clip.  It&#8217;s simple enough, apart from one point:</p>
<ul>
<li>I found that very few episodes were actually appearing in the playlist, and it turns out that this was because the Clip cares deeply about that the TCON id3v2 tag, and if this contains &#8220;Podcast&#8221;, it won&#8217;t appear in any playlist under the &#8220;Music&#8221; menu &#8211; it&#8217;ll only appear in the &#8220;Podcasts&#8221; menu. So, there&#8217;s an option (which I always use) to wipe out that tag if it contains &#8220;podcast&#8221;.</li>
</ul>
<p><em>(Incidentally, I heartily recommend <a href="http://software.complete.org/software/projects/show/hpodder">hpodder</a> as a podcatcher &#8211; it&#8217;s the only one I&#8217;ve found that does what I want in its default configuration.) </em></p>
<p>In case it&#8217;s of any use to you, the script is included below &#8211; it&#8217;s hosted as a gist on github, so you can clone it (or download the raw file) from the links below the file.</p>
<p><script src="http://gist.github.com/236933.js">
</script></p>
<p><noscript>&amp;amp;amp;amp;amp;lt;i&amp;amp;amp;amp;amp;gt;You seem to have Javascript turned off (or disallowed for this page) so instead you can get the script from &amp;amp;amp;amp;amp;lt;a href=&#8221;http://gist.github.com/236933&#8243; mce_href=&#8221;http://gist.github.com/236933&#8243;&amp;amp;amp;amp;amp;gt;here&amp;amp;amp;amp;amp;lt;/a&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;/i&amp;amp;amp;amp;amp;gt;</noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://longair.net/blog/2009/11/18/replacing-my-ipod-with-a-sansa-clip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

