<?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>Dr Mahbob Blog &#187; extract iTunesDB</title>
	<atom:link href="http://DR-Mahbob.com/blog/tag/extract-itunesdb/feed/" rel="self" type="application/rss+xml" />
	<link>http://DR-Mahbob.com/blog</link>
	<description>articles about technology, computers, internet, Jewellery</description>
	<lastBuildDate>Thu, 06 Oct 2011 06:44:57 +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>jailbreak ipod touch 32GB second generation</title>
		<link>http://DR-Mahbob.com/blog/2009/01/26/jailbreak-ipod-touch-32gb-second-generation/</link>
		<comments>http://DR-Mahbob.com/blog/2009/01/26/jailbreak-ipod-touch-32gb-second-generation/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 00:18:01 +0000</pubDate>
		<dc:creator>Mahbob</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[extract iTunesDB]]></category>
		<category><![CDATA[iphonebrowser]]></category>
		<category><![CDATA[ipod touch 32gb]]></category>
		<category><![CDATA[ipod touch jailbreak]]></category>
		<category><![CDATA[ipod touch manzana]]></category>
		<category><![CDATA[ipodmediaextractor]]></category>
		<category><![CDATA[manzana]]></category>

		<guid isPermaLink="false">http://DR-Mahbob.com/blog/2009/01/26/jailbreak-ipod-touch-32gb-second-generation/</guid>
		<description><![CDATA[I just bought the new ipod touch 32GB and I have list of files mp3s that I&#8217;m collecting and archiving with my own db . so I want to search to them through my pc and listen to them through my ipod . so I&#8217;m making VB.Net 2008 code to do that for me. First [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FDR-Mahbob.com%2Fblog%2F2009%2F01%2F26%2Fjailbreak-ipod-touch-32gb-second-generation%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FDR-Mahbob.com%2Fblog%2F2009%2F01%2F26%2Fjailbreak-ipod-touch-32gb-second-generation%2F&amp;source=DrMahbob&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src='http://DR-Mahbob.com/blog/wp-content/uploads/2009/01/iphone.JPG' alt='iphone' /></p>
<p>I just bought the new ipod touch 32GB and I have list of files mp3s that I&#8217;m collecting and archiving with my own db . so I want to search to them through my pc  and listen to them through my ipod . so I&#8217;m making VB.Net 2008 code to do that for me. </p>
<p><strong>First Step</strong></p>
<p>I need to search in my database and check the file description this is easy for developers (programmers) </p>
<p><strong>Second Step</strong></p>
<p>When I select the mp3 from the list and play it . It will connect to my ipod touch and check for me if the file exist in my ipod or not. </p>
<p>Sln : I will connect to my ipod touch and copy the itunes database which is located &#8220;/iTunes_Control/iTunes/iTunesDB&#8221; and download it to my pc so I can search where is the file is located easily . In this case I read to project the main is <a href='http://code.google.com/p/manzana/'>manzana</a> which my project based on it , The second project <a href='http://code.google.com/p/iphonebrowser/'>iphonebrowser</a> which I read it to see the example how I can use the functions in <a href='http://code.google.com/p/manzana/'>manzana</a> .</p>
<p><strong>Third Step</strong></p>
<p>I will need to read the iTunesDB file which I copied on my pc and extract the information from it .</p>
<p>Sln : So I used on of the project called <a href='http://code.google.com/p/ipodmediaextractor/'>ipodmediaextractor</a> I used &#8220;System.IPod.dll&#8221; library so it can extract the data from iTunesDB (its easy) .</p>
<p><strong>Fourth Step</strong></p>
<p>I will need to search in the list I extract it previously from <a href='http://code.google.com/p/ipodmediaextractor/'>ipodmediaextractor</a> and if the files is there I will use again <a href='http://code.google.com/p/iphonebrowser/'>iphonebrowser</a> functions to get my mp3 and TADA finish .</p>
<p><strong>Finally</strong> </p>
<p>you can download my source code from here [<a href='http://DR-Mahbob.com/blog/wp-content/uploads/2009/01/drmahbob_ipod.zip'>link</a>]</p>
<p>PS: I faced some problems when first I used the <a href='http://code.google.com/p/iphonebrowser/'>iphonebrowser</a></p>
<p>It didn&#8217;t work for me. Downloaded n installed the program but when I open the program , a message pop up saying &#8220;An error has occurred during load. Error text: AMDeviceNotificationSubscribe failed with error -402653180. The program will now exit, sorry. Please report this online.&#8221;</p>
<p>Answer</p>
<p>Make sure you have iTunes installed properly, with the latest (or close to latest version).</p>
<p>hint so you can&#8217;t run the project without iTunes installed on the machine .</p>
<p><strong>References</strong> </p>
<p><a href="http://code.google.com/p/manzana/">http://code.google.com/p/manzana/</a><br />
<a href="http://code.google.com/p/iphonebrowser/">http://code.google.com/p/iphonebrowser/</a><br />
<a href="http://code.google.com/p/ipodmediaextractor/">http://code.google.com/p/ipodmediaextractor/</a><br />
<a href="http://www.ipodtouchfans.com/forums/showthread.php?p=967300">http://www.ipodtouchfans.com/forums/showthread.php?p=967300</a><br />
<a href="http://www.codeproject.com/KB/vb/mp3id3v1.aspx">http://www.codeproject.com/KB/vb/mp3id3v1.aspx</a><br />
<a href="http://www.itunessdk.com/blog/itunesdb-library/">http://www.itunessdk.com/blog/itunesdb-library/</a><br />
<a href="http://www.iconspedia.com/icon/ipod-touch-menu-4423.html">http://www.iconspedia.com/icon/ipod-touch-menu-4423.html</a><br />
<a href="http://www.everythingicafe.com/forum/50185-post3.html">http://www.everythingicafe.com/forum/50185-post3.html</a><br />
<a href="http://www.iphone-hacks.com/downloads/file/46">http://www.iphone-hacks.com/downloads/file/46</a></p>
]]></content:encoded>
			<wfw:commentRss>http://DR-Mahbob.com/blog/2009/01/26/jailbreak-ipod-touch-32gb-second-generation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.257 seconds -->

