<?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>nerdnotes.org &#187; mt-daapd</title>
	<atom:link href="http://nerdnotes.org/tag/mt-daapd/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdnotes.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 17 Dec 2010 22:55:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>mt-daapd</title>
		<link>http://nerdnotes.org/2010/01/mt-daapd/</link>
		<comments>http://nerdnotes.org/2010/01/mt-daapd/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 23:07:15 +0000</pubDate>
		<dc:creator>Bram</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[nerdnotes]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[logfile]]></category>
		<category><![CDATA[mt-daapd]]></category>

		<guid isPermaLink="false">http://nerdnotes.org/?p=128</guid>
		<description><![CDATA[Mt-daapd is an &#8216;iTunes&#8217; server that you can run on a linux system holding your music collection. When fiddling around with configuration, I came accros the following error message in the syslog: Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so: plugin declined to load I was trying to setup a custom transcoding script. That required to load the &#8216;ssc-script.so&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Mt-daapd is an &#8216;iTunes&#8217; server that you can run on a linux system holding your music collection.<br />
When fiddling around with configuration, I came accros the following error message in the syslog:</p>
<blockquote><p>Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so: plugin declined to load
</p></blockquote>
<p>I was trying to setup a custom transcoding script. That required to load the &#8216;ssc-script.so&#8217; plugin first.<br />
When increasing the log level, it gave a more descriptive hint to what is going on:</p>
<blockquote><p>No codectypes specified for script transcoder.<br />
Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so: plugin declined to load
</p></blockquote>
<p>After uncommenting the following line in /etc/mt-daapd.conf:</p>
<pre class="brush: plain; title: ; notranslate">ssc_codectypes = ogg,flac,alac
</pre>
<p>&#8230;it showed no error messages anymore:</p>
<blockquote><p>Loaded plugin /usr/lib/mt-daapd/plugins/ssc-script.so (ssc-script/svn-1696)
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://nerdnotes.org/2010/01/mt-daapd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

