Arduino iTunes controller

Hi everybody,
I'm trying to create with Arduino a controller for iTunes. Now I just succeded in making the volume up and down. What about skipping songs (next and previous), play and pause songs?

I used Python as a support but I don't know exactly how to use it, do you have any codes? Do you know how I can do this?

Thank you everybody!

You could start by telling us how you made volume up/down work so we know what you are working with.

My best guess, emulate USB-keyboard and send the right keypresses.

// Per.