<?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>Matejunkie &#187; floola</title>
	<atom:link href="http://www.matejunkie.com/tag/floola/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matejunkie.com</link>
	<description>"Look behind you, a Three-Headed Monkey!"</description>
	<lastBuildDate>Thu, 07 Jan 2010 14:26:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>iPod &amp; Linux = Floola</title>
		<link>http://www.matejunkie.com/ipod-linux-floola/</link>
		<comments>http://www.matejunkie.com/ipod-linux-floola/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 10:31:50 +0000</pubDate>
		<dc:creator>Mike Adolphs</dc:creator>
				<category><![CDATA[Binary Talks]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[floola]]></category>
		<category><![CDATA[getlibs]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.matejunkie.net//?p=739</guid>
		<description><![CDATA[Being a Linux/Unix addicted nerd, frequently using an iPod can sometimes be a bit of an iPain (also known as iTunes). Windows user can be more pleased regarding Apple&#8217;s gadget no.1. If they don&#8217;t want to use iTunes they can stick to Winamp&#8217;s built-in iPod support or even better ml_ipod. Linux users arent&#8217;s so spoiled [...]]]></description>
			<content:encoded><![CDATA[<p>Being a Linux/Unix addicted nerd, frequently using an iPod can sometimes be a bit of an iPain (also known as iTunes). Windows user can be more pleased regarding Apple&#8217;s gadget no.1. If they don&#8217;t want to use iTunes they can stick to Winamp&#8217;s built-in iPod support or even better ml_ipod.<br />
Linux users arent&#8217;s so spoiled in the first place. There are numerous projects like gnupod, gtkpod or Amarok&#8217;s iPod integration, but most of them are outdated, don&#8217;t work with newer iPods or lack of features. If you simply want to put files on it, you&#8217;re good to go with these tools, but if you want to make use of the iPod&#8217;s picture, podcast or video features you&#8217;ll be stranded.</p>
<p>To make a long story short: If you&#8217;re a Linux addicted guy having an iPod (no iPhone, no iPod Touch, but all others) who wants to manage his collection in a Linux environment, you probably want to use <a title="Floola" href="http://www.floola.com/" target="_blank">Floola</a>. It&#8217;s a most widely platform independent program with no need to install. It comes within a single binary which makes use of a few dependent libraries, but overall you&#8217;re free to store it directly on your iPod to use it from almost anywhere.</p>
<p>So how to use it in Ubuntu/Debian?</p>
<p>First of all, download the <a title="Floola download" href="http://www.floola.com/modules/wiwimod/index.php?page=download_linux" target="_blank">tar.gz</a> from its website and extract the archive&#8217;s content in a directory you prefer.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>server:~<span style="color: #000000; font-weight: bold;">/</span>Desktop$ <span style="color: #c20cb9; font-weight: bold;">tar</span> xzf Floola-linux.tar.gz
user<span style="color: #000000; font-weight: bold;">@</span>server:~<span style="color: #000000; font-weight: bold;">/</span>Desktop$ <span style="color: #7a0874; font-weight: bold;">cd</span> Floola-linux<span style="color: #000000; font-weight: bold;">/</span>
user<span style="color: #000000; font-weight: bold;">@</span>server:~<span style="color: #000000; font-weight: bold;">/</span>Desktop<span style="color: #000000; font-weight: bold;">/</span>Floola-linux$ <span style="color: #c20cb9; font-weight: bold;">ls</span>
Floola  Readme.txt</pre></div></div>

<p>You might try to run Floola via ./Floola now, but most users, especially 64-Bit OS freaks, need to install additional 32-Bit libraries to get it working:<br />
In case you haven&#8217;t done this yet, download the <a title="Download getlibs" href="http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb" target="_blank">deb</a> of <a title="Ubuntu Forums - getlibs" href="http://ubuntuforums.org/showthread.php?t=474790" target="_blank">getlibs</a> and install it on your system. It&#8217;s a commandline tool to ease the installation of libaries. When this step is done, you&#8217;re ready to install the missing libraries as seen below.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>server:~$ getlibs <span style="color: #660033;">-32</span> libgstbase-0.10.so.0 libxine.so.1
user<span style="color: #000000; font-weight: bold;">@</span>server:~$ getlibs <span style="color: #660033;">-p</span> gstreamer0.10-alsa
user<span style="color: #000000; font-weight: bold;">@</span>server:~$ getlibs <span style="color: #660033;">-p</span> libgstreamer0.10-<span style="color: #000000;">0</span>
user<span style="color: #000000; font-weight: bold;">@</span>server:~$ getlibs <span style="color: #660033;">-p</span> libgstreamer-plugins-base0.10-<span style="color: #000000;">0</span>
user<span style="color: #000000; font-weight: bold;">@</span>server:~$ getlibs <span style="color: #660033;">-p</span> gstreamer0.10-plugins-ugly
user<span style="color: #000000; font-weight: bold;">@</span>server:~$ getlibs <span style="color: #660033;">-l</span> libmad.so.0 libmpeg2.so.0 libdvdread.so.3 liboil-0.3.so.0 libsidplay.so.1
user<span style="color: #000000; font-weight: bold;">@</span>server:~$ getlibs liba52-0.7.4.so libcdio.so.7 libid3tag.so.0</pre></div></div>

<p>After these steps you should be ready to run Floola without problems. In case of a problem you probably want to take a look into Floola&#8217;s <a title="Floola documentation" href="http://www.floola.com/modules/wiwimod/index.php?page=docs" target="_blank">documentation and FAQs</a>. They&#8217;re also running a <a title="Floola forum" href="http://www.floola.com/modules/newbb/" target="_blank">forum</a> over there where you can turn in bug reports or make suggestions for new features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matejunkie.com/ipod-linux-floola/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
