<?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>Jon&#039;s Blog &#187; id3</title>
	<atom:link href="http://bombdiggity.net/blog/tag/id3/feed/" rel="self" type="application/rss+xml" />
	<link>http://bombdiggity.net/blog</link>
	<description>Ramblings of a php coder</description>
	<lastBuildDate>Fri, 14 May 2010 17:36:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Zend_Id3</title>
		<link>http://bombdiggity.net/blog/2008/10/05/zend_id3/</link>
		<comments>http://bombdiggity.net/blog/2008/10/05/zend_id3/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 14:44:18 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[id3]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=46</guid>
		<description><![CDATA[So while working with out dated libraries to fetch id3 tags I deiced to try and write my own Id3 Tag parser and of course I figured why not share it with the Zend Framework Community.  I have crated the Zend_Id3 Proposal and I have started initial coding on it.]]></description>
			<content:encoded><![CDATA[<p>So while working with out dated libraries to fetch id3 tags I deiced to try and write my own Id3 Tag parser and of course I figured why not share it with the Zend Framework Community.  I have crated the <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Id3+-+Jon+Whitcraft ">Zend_Id3 Proposal</a> and I have started initial coding on it.</p>
<p>Currently it only parses out Id3v1 and Id3v1.1 tags but I&#8217;m working on the Id3v2.x support now.  If you want to see the source I am publishing it to <a href="http://github.com/sidhighwind/zend_id3/tree/master">github.com</a>.</p>
<p>Current usage is like this:</p>
<pre lang="php">$id3 = new Zend_Id3();

$tags = $id3->analyze('/Id3/_files/demo.mp3');
print_r($tags);
</pre>
<p>It only returns an array for right now but I&#8217;m considering having it return an object so you have easy detection of which variables are there and which ones are not.</p>
<p>I&#8217;ll post more when I get more done.</p>
]]></content:encoded>
			<wfw:commentRss>http://bombdiggity.net/blog/2008/10/05/zend_id3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
