August 13th, 2006

Amarok recently released the ability to synchonise music to your iPod, so I was finally able to stop using iTunes to transfer my songs. However I was still stuck using the Mac to sync my addressbook.

Well not anymore, after some quick poking around, and a simple script, I am now able to transfer my complete KDE addressbook (including photo), with a simple command line.

Just mount the ipod, and execute the script, passing the ipod’s root directory as a parameter. That’s it! The script loads your KDE addressbook, makes a few simple modifications the iPod requires, and copies it across.

Download kde_ipod_sync.rb


2 Comments

8:44 am, December 6th 2006

Many thanks for this script!

It took me a lot of effort to free my adress book from Microsoft Outlook pst-format to Outlook Express, then import the contact list to Mozilla Thunderbird, export it to ldif, rebooting in Linux and then import it to KAdressbook.

But then, i just had to type this single line in bash:
“ruby kde_ipod_sync.rb /media/ipod”

… and BINGO all my adresses were neatly listed on my ipod photo 60 gb

Thanks again!

4:21 am, March 1st 2007

Good job…

Post Comment