<?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>Linux etc. &#187; grip</title>
	<atom:link href="http://promberger.info/linux/category/grip/feed/" rel="self" type="application/rss+xml" />
	<link>http://promberger.info/linux</link>
	<description>my outsourced memory for your perusal</description>
	<lastBuildDate>Thu, 08 Sep 2011 11:06:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>grip: encode to flac with tags</title>
		<link>http://promberger.info/linux/2008/01/23/grip-encode-to-flac-with-tags/</link>
		<comments>http://promberger.info/linux/2008/01/23/grip-encode-to-flac-with-tags/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 17:17:24 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[grip]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/2008/01/23/grip-encode-to-flac-with-tags/</guid>
		<description><![CDATA[The default didn&#8217;t write tags when I encoded to .flac format. This does the trick: --best -V -T "ARTIST=%A" -T "TRACKNUMBER=%t" -T "ALBUM=%d" -T "TITLE=%n" -T "GENRE=%G" -T "DATE=%y" -o %m %w I did this a few weeks ago, so I don&#8217;t really remember, but I think the -T bits were what was missing.]]></description>
			<content:encoded><![CDATA[<p>The default didn&#8217;t write tags when I encoded to .flac format. This does the trick:</p>
<pre>--best -V -T "ARTIST=%A" -T "TRACKNUMBER=%t" -T "ALBUM=%d" -T "TITLE=%n" -T "GENRE=%G" -T "DATE=%y" -o %m %w</pre>
<p>I did this a few weeks ago, so I don&#8217;t really remember, but I think the <code>-T</code> bits were what was missing.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2008/01/23/grip-encode-to-flac-with-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

