I am writing a C program to sync my iPod, in the same spirit as gtkpod but for the console. Gtkpod uses their own library, libgpod, for connecting to ipod dbs. I want to know if there are any GObject/GLib-free libraries available that I could use instead of libgpod.
Asked
Active
Viewed 387 times
1 Answers
1
There's libimobiledevice, but that seems to be lower level and more general than libgpod. Maybe it could help you though.

NicolasP
- 765
- 3
- 9
-
libimobiledevice doesn't support music transfer and libgpod does, so you can't replace with it in every situation – voytek Jun 02 '15 at 11:52