Simple keybindings to control itunes app from emacs.
Add
itunes.el
to your emacs pathImport as:
(require 'itunes)
Add convenient keybindings. Example may be:
(global-set-key (kbd "C-c i n") 'itunes-next) (global-set-key (kbd "C-c i p") 'itunes-prev)
Add new commands if it may be useful