Re: reading iTunesDB
Re: reading iTunesDB
- Subject: Re: reading iTunesDB
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 5 Dec 2003 08:48:46 -0800
On Dec 5, 2003, at 5:48 AM, Martin Weil wrote:
I want to read out the iTunesDB file from within cocoa, and I have no
clue how to do that.
Is there perhaps some kind of a framework out there, or at least, a
description of the used format?
Umm, simple inspection of the file shows:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
...
Just read it in as an NSDictionary.
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.