<?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>Schadenfreude &#187; amarok</title>
	<atom:link href="http://www.ralree.com/tag/amarok/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Sat, 21 Jan 2012 20:10:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Putting Music from Amarok 2 on the iPod Touch</title>
		<link>http://www.ralree.com/2010/02/10/putting-music-from-amarok-2-on-the-ipod-touch/</link>
		<comments>http://www.ralree.com/2010/02/10/putting-music-from-amarok-2-on-the-ipod-touch/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:56:34 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22773</guid>
		<description><![CDATA[In case I ever forget this again, I&#8217;m posting these instructions here.  It&#8217;s actually really easy. Install OpenSSH from Cydia Mount the iPod&#8217;s filesystem: mkdir -p ~/touch &#38;&#38; sshfs -o allow_other root@192.168.1.7:/ ~/touch/ Then, in Amarok 2, go to the collection browser, and find all the songs that match your criteria (I use ratings): Highlight them and right-click drag them into the Dolphin/Nautilus window showing the directory ~/touch/private/var/mobile/Media/Music/ You may have to create the above directory. When you drop them, choose [...]]]></description>
			<content:encoded><![CDATA[<p>In case I ever forget this again, I&#8217;m posting these instructions here.  It&#8217;s actually really easy.</p>
<ul>
<li>Install OpenSSH from Cydia</li>
<li>Mount the iPod&#8217;s filesystem: <span style="font-family: monospace; line-height: 18px; font-size: 12px; white-space: pre;">mkdir -p ~/touch &amp;&amp; sshfs -o allow_other root@192.168.1.7:/ ~/touch/</span></li>
<li>Then, in Amarok 2, go to the collection browser, and find all the songs that match your criteria (I use ratings):</li>
</ul>
<p><img class="aligncenter size-full wp-image-22777" title="snapshot1" src="http://www.ralree.com/newblog/wp-content/uploads/2010/02/snapshot1.png" alt="" width="296" height="206" /></p>
<ul>
<li>Highlight them and <strong>right-click drag them</strong> into the Dolphin/Nautilus window showing the directory ~<code>/touch/private/var/mobile/Media/Music/</code></li>
<li>You may have to create the above directory.</li>
<li>When you drop them, choose <strong>Copy</strong>.  Then, wait, and they&#8217;ll all copy over the wireless to the device.  It&#8217;s awesome.</li>
<li>Get PwnPlayer from Cydia and enjoy!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2010/02/10/putting-music-from-amarok-2-on-the-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing MySQL 1.4 Amarok data into Amarok 2.2 Nightly</title>
		<link>http://www.ralree.com/2009/09/28/importing-mysql-1-4-amarok-data-into-amarok-2-2-nightly/</link>
		<comments>http://www.ralree.com/2009/09/28/importing-mysql-1-4-amarok-data-into-amarok-2-2-nightly/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:15:49 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22704</guid>
		<description><![CDATA[I was having a bunch of trouble today importing my old MySQL amarok database into the new nightly version of amarok I installed.  The Amarok Wiki had a great section on how to convert a MySQL Amarok collection into an SQLlite one.  This was the key to importing my old 1.4 collection into the new 2.2 nightly version of Amarok.]]></description>
			<content:encoded><![CDATA[<p>I was having a bunch of trouble today importing my old MySQL amarok database into the new nightly version of amarok I installed.  <span style="background-color: #ffffff; "><a href="http://amarok.kde.org/wiki/MySQL_HowTo#Amarok_1.4.8_and_MySQL_5.0.45">The Amarok Wiki</a> had a great section on how to convert a MySQL Amarok collection into an SQLlite one.  This was the key to importing my old 1.4 collection into the new 2.2 nightly version of Amarok.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/09/28/importing-mysql-1-4-amarok-data-into-amarok-2-2-nightly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweet SQL queries for Amarok</title>
		<link>http://www.ralree.com/2007/05/11/sweet-sql-queries-for-amarok/</link>
		<comments>http://www.ralree.com/2007/05/11/sweet-sql-queries-for-amarok/#comments</comments>
		<pubDate>Fri, 11 May 2007 08:22:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/sweet-sql-queries-for-amarok</guid>
		<description><![CDATA[I was messing around writing some sweet SQL statements for amarok tonight. You can either run them using the MySQL console or using dcop (google &#8216;amarok dcop&#8217;). Here&#8217;s some examples: # List artists and their average rating and number of ratings ordered by favorite artists first SELECT a.name, avg(s.rating) avg, COUNT(s.rating) count FROM tags t, artist a, statistics s WHERE a.id=t.artist AND t.url=s.url GROUP BY a.name HAVING count &#62; 10 ORDER BY avg DESC;]]></description>
			<content:encoded><![CDATA[<p>I was messing around writing some sweet SQL statements for amarok tonight.  You can either run them using the MySQL console or using dcop (google &#8216;amarok dcop&#8217;).  Here&#8217;s some examples:</p>
<pre><code>
# List artists and their average rating and number of ratings ordered by favorite artists first
SELECT a.name, avg(s.rating) avg, COUNT(s.rating) count FROM tags t, artist a, statistics s WHERE a.id=t.artist AND t.url=s.url GROUP BY a.name HAVING count &gt; 10 ORDER BY avg DESC;
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/05/11/sweet-sql-queries-for-amarok/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

