<?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: Compiling Firefly Media Server under Ubuntu 7.10 (Gutsy Gibbon)</title>
	<atom:link href="http://rudkin.me.uk/2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/feed/" rel="self" type="application/rss+xml" />
	<link>http://rudkin.me.uk/2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/</link>
	<description>Paul Rudkin&#039;s trials and tribulations with Linux, Mac and technology in general</description>
	<lastBuildDate>Sun, 13 Mar 2011 11:28:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: paul</title>
		<link>http://rudkin.me.uk/2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/comment-page-1/#comment-7413</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 08 Oct 2010 15:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=12#comment-7413</guid>
		<description>&lt;a href=&quot;#comment-7412&quot; rel=&quot;nofollow&quot;&gt;@Chester Kat &lt;/a&gt; 
I have been running svn-1696 for years and have not had any stability issues at all.  If I were you I would go with this on your new machine.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7412" rel="nofollow">@Chester Kat </a><br />
I have been running svn-1696 for years and have not had any stability issues at all.  If I were you I would go with this on your new machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chester Kat</title>
		<link>http://rudkin.me.uk/2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/comment-page-1/#comment-7412</link>
		<dc:creator>Chester Kat</dc:creator>
		<pubDate>Thu, 07 Oct 2010 23:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=12#comment-7412</guid>
		<description>How&#039;s svn-1696 compare to svn-1586 in your opinion?  I had great luck with svn-1586 and had stability issues with some later versions.  I&#039;m setting up a new machine and am very interested in your opinion on this...

Thanks...
Chester</description>
		<content:encoded><![CDATA[<p>How&#8217;s svn-1696 compare to svn-1586 in your opinion?  I had great luck with svn-1586 and had stability issues with some later versions.  I&#8217;m setting up a new machine and am very interested in your opinion on this&#8230;</p>
<p>Thanks&#8230;<br />
Chester</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://rudkin.me.uk/2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/comment-page-1/#comment-3551</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 05 Jan 2010 17:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=12#comment-3551</guid>
		<description>Thanks for the guide

The updated link to the tarball is

http://nightlies.fireflymediaserver.org/nightlies/svn-1696/mt-daapd-svn-1696.tar.gz</description>
		<content:encoded><![CDATA[<p>Thanks for the guide</p>
<p>The updated link to the tarball is</p>
<p><a href="http://nightlies.fireflymediaserver.org/nightlies/svn-1696/mt-daapd-svn-1696.tar.gz" rel="nofollow">http://nightlies.fireflymediaserver.org/nightlies/svn-1696/mt-daapd-svn-1696.tar.gz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iTunes Server (DAAPD) für Linux &#124; bigger.cc</title>
		<link>http://rudkin.me.uk/2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/comment-page-1/#comment-272</link>
		<dc:creator>iTunes Server (DAAPD) für Linux &#124; bigger.cc</dc:creator>
		<pubDate>Sat, 11 Apr 2009 06:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=12#comment-272</guid>
		<description>[...] schicke Installationsanleitung findet sich bei Rudkin on Linux. Hat bei mir mit der aktuellen Ubuntu Server Version einwandfrei funktioniert. Ich habe für das [...]</description>
		<content:encoded><![CDATA[<p>[...] schicke Installationsanleitung findet sich bei Rudkin on Linux. Hat bei mir mit der aktuellen Ubuntu Server Version einwandfrei funktioniert. Ich habe für das [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://rudkin.me.uk/2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/comment-page-1/#comment-8</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Wed, 30 Jul 2008 21:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=12#comment-8</guid>
		<description>Mike, I have Webmin installed and added the startup via the &#039;Bootup and Shutdown Processes&#039; section.  However I have done a quick Google and found this article that looks like it does what Webmin does. 

http://ubuntu.wordpress.com/2005/09/07/adding-a-startup-script-to-be-run-at-bootup/

The script I have on my system is:

#!/bin/sh
# Firefly Media Server

case &quot;$1&quot; in
&#039;start&#039;)
	;;
&#039;stop&#039;)
	;;
*)
	echo &quot;Usage: $0 { start &#124; stop }&quot;
	;;
esac
exit 0

I hope this helps.</description>
		<content:encoded><![CDATA[<p>Mike, I have Webmin installed and added the startup via the &#8216;Bootup and Shutdown Processes&#8217; section.  However I have done a quick Google and found this article that looks like it does what Webmin does. </p>
<p><a href="http://ubuntu.wordpress.com/2005/09/07/adding-a-startup-script-to-be-run-at-bootup/" rel="nofollow">http://ubuntu.wordpress.com/2005/09/07/adding-a-startup-script-to-be-run-at-bootup/</a></p>
<p>The script I have on my system is:</p>
<p>#!/bin/sh<br />
# Firefly Media Server</p>
<p>case &#8220;$1&#8243; in<br />
&#8216;start&#8217;)<br />
	;;<br />
&#8216;stop&#8217;)<br />
	;;<br />
*)<br />
	echo &#8220;Usage: $0 { start | stop }&#8221;<br />
	;;<br />
esac<br />
exit 0</p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://rudkin.me.uk/2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/comment-page-1/#comment-7</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 30 Jul 2008 17:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=12#comment-7</guid>
		<description>Works great on U 8.04, but how about running at startup?</description>
		<content:encoded><![CDATA[<p>Works great on U 8.04, but how about running at startup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasse Melbye</title>
		<link>http://rudkin.me.uk/2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/comment-page-1/#comment-6</link>
		<dc:creator>Lasse Melbye</dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=12#comment-6</guid>
		<description>This is how to get flac work on Firefly:
1. Install libflac
2. when configuring firefly also add --enable-flac
3. Add .flac under extensions in mt-daapd.conf
Please note that flac won&#039;t work with iTunes, but it works with Rhythmbox</description>
		<content:encoded><![CDATA[<p>This is how to get flac work on Firefly:<br />
1. Install libflac<br />
2. when configuring firefly also add &#8211;enable-flac<br />
3. Add .flac under extensions in mt-daapd.conf<br />
Please note that flac won&#8217;t work with iTunes, but it works with Rhythmbox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Ludwig</title>
		<link>http://rudkin.me.uk/2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/comment-page-1/#comment-4</link>
		<dc:creator>Bernd Ludwig</dc:creator>
		<pubDate>Fri, 25 Apr 2008 15:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=12#comment-4</guid>
		<description>Thanks very much!  Installed ff on Ubuntu 8.04 without problems!

Bernd</description>
		<content:encoded><![CDATA[<p>Thanks very much!  Installed ff on Ubuntu 8.04 without problems!</p>
<p>Bernd</p>
]]></content:encoded>
	</item>
</channel>
</rss>

