I'm looking for something that can parse the iTunesDB file.
On an iPod: E:\iPod_Control\iTunes\iTunesDB
It contains a list of all the MP3 and their locations on the iPod in \iPod_Control\Music\
I wanna make a parser to pull files back and forth from it. Any know what the DB is stored in? Some sort of SQL? It's definitely not flat file.
So, anyone who can provide an open-source parser in any language, it would be highly appreciated.
Results 1 to 5 of 5
Thread: [Request] iTunesDB Parser
- 03 Dec. 2009 11:29pm #1
[Request] iTunesDB Parser
- 03 Dec. 2009 11:48pm #2
Well Share pod is something worth looking into.
They have some free samples of their codes:
SharePodLib - Sample Code
or pay $300 for the full C# source code (I don't recommend doing).
I will keep looking and post more information as I get it for you. ^^Last edited by Eternal Darkness; 03 Dec. 2009 at 11:53pm.
- 04 Dec. 2009 12:00am #3
Yeah, there are a lot of programs that you can pay to do this with, but I want to make my own.
Unfortunately the sample code doesn't tell how to get the list of tracks, which is the only part I'm interested in.
Also, thank you.
- 04 Dec. 2009 12:12am #4
- 04 Dec. 2009 02:22am #5
What? I wanna know the code to read the iTunesDB file so I can use that to find music files on my iPod. I wanna write the program myself. I know I could just download someone else's program to do it for me, and I can just click Search while in the \iPod_Control\Music\ folder. I just wanna make the program, not use someone else's.