4

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.

PeeHaa
  • 71,436
  • 58
  • 190
  • 262
rhdoenges
  • 709
  • 1
  • 4
  • 4

1 Answers1

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