playing media files within Emacs

Well Emacs itself can’t play media files, it can call an external program to play them. I like have some music as the background when programming, so I have this (stealed from the net)
;;;; A little function that plays marked files in dired with xmms
(defun dired-xmms-play-mp3 (&optional arg)
"play mp3 files marked in dired buffer with […]

Close
E-mail It