Question

I'm trying to create a PC (Windows) program to sync the song list (just the titles, not the music files themselves) from an iPod with a remote server. I want to know if it is possible at all. How can I access the iPod music list? Or is there a way for doing this using iTunes? Maybe there is a file where iTunes stores the iPod music list.

Was it helpful?

Solution

You can use the MobileDevice library natively on Windows if you manage to find a reverse engineered header file for it. You may also try to port libimobiledevice from Linux to Windows using MinGW or alike.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top