Skip to main content

Libiriver

Released libiriver 0.0.5

This release just adds a couple of cleanups, and initial python bindings. Driving your iriver has never been easier:

import iriver, sys
try:
i = iriver.Iriver()
except iriver.error, e:
print e
sys.exit(1)
i.ls("/")
print "Capacity %s" % (i.capacity)

Now I'm on the verge of rewriting giriver with pygtk and make a dedicated UI for it, instead of relying just on gnome-vfs. An initial screenshot is here

Comments

Comments powered by Disqus