<?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>Gray&#039;s blog &#187; id3</title>
	<atom:link href="http://graysblog.org/tag/id3/feed/" rel="self" type="application/rss+xml" />
	<link>http://graysblog.org</link>
	<description>Web Developer, Platform Coder, Coding Samurai, Person.</description>
	<lastBuildDate>Thu, 06 May 2010 20:06:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>X-ID3 header in modern web servers</title>
		<link>http://graysblog.org/2010/01/18/x-id3-header-in-modern-web-servers/</link>
		<comments>http://graysblog.org/2010/01/18/x-id3-header-in-modern-web-servers/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 14:38:04 +0000</pubDate>
		<dc:creator>Gray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[id3]]></category>
		<category><![CDATA[lighthttpd]]></category>
		<category><![CDATA[x-id3]]></category>

		<guid isPermaLink="false">http://graysblog.org/?p=258</guid>
		<description><![CDATA[I&#8217;ll keep this post short and straight to the point, it just seems like this idea should have followed suit right after streaming media became a common feature in HTTP Servers (e.g. lighthttpd).
With the standard format for online music being MP3 files, and the versatile format of streaming MP3&#8217;s (can be played while downloading), I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll keep this post short and straight to the point, it just seems like this idea should have followed suit right after streaming media became a common feature in HTTP Servers (e.g. lighthttpd).</p>
<p>With the standard format for online music being MP3 files, and the versatile format of streaming MP3&#8217;s (can be played while downloading), I see no reason why we shouldn&#8217;t be able to add some minimal support for these files in the web server.</p>
<p>It seems like a good idea to me to build an apache module in for MP3 metadata. It could be configured / disabled &amp; enabled via the apache.conf file, preferably something that works with ID3 and HTTP headers. Which is why I propose the x-id3 header standard.</p>
<p>It should be simple enough, basically parsed Mp3 metadata in the Id3 format, passed in the HTTP headers in the following format:</p>
<div class="codesnip-container" >x-id3-(id3 field name): Content</div>
<p>Just like every other HTTP header, I don&#8217;t know. Seems pretty basic and overlooked to me. I&#8217;d like to hear your thoughts though, so leave a comment with your opinion / ideas.</p>
<p><em>[Disclaimer: wrote this after pulling an all-nighter, so if it's written poorly, my bad]</em></p>
]]></content:encoded>
			<wfw:commentRss>http://graysblog.org/2010/01/18/x-id3-header-in-modern-web-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
