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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top