Dhun - Minimalist Music Player for OS X
github.com
Dhun - Minimalist Music Player for OS X
1–10 of 17 posts
Re: Dhun - Minimalist Music Player for OS X
#2Re: Dhun - Minimalist Music Player for OS X
#3Re: Dhun - Minimalist Music Player for OS X
#4- system-wide keyboard shortcuts (I believe there is a Carbon API for this that you could use). It'd be great if you could hook the default Pause/Play buttons on the Macbook keyboard, not sure if this is possible
- possibly some kind of current track menu item (I wrote one for iTunes here: http://silentmac.com/?p=470 ), requires Cocoa. Just to display the current song (some of my music has long, quiet intros, and I'm not sure what song is playing in the beginning), this might go against your idea of minimalist though
- shuffle functionality
But it looks great so far!
Re: Dhun - Minimalist Music Player for OS X
#5Other than that, looks interesting.
Re: Dhun - Minimalist Music Player for OS X
#6Edit: "dhun" has U as in 'put', not as in 'gut'.
Re: Dhun - Minimalist Music Player for OS X
#7hm ...
Re: Dhun - Minimalist Music Player for OS X
#8http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki
More work to configure, but also works on Linux. There's a wonderful ncurses interface called ncmpc as well. mpd + ncmpc has been my iTunes in a terminal window for years.
Re: Dhun - Minimalist Music Player for OS X
#9Re: Dhun - Minimalist Music Player for OS X
#10I've been looking for something like this, here are some suggestions: - system-wide keyboard shortcuts (I believe there is a Carbon API for this that you could use). It'd be great if you could hook the default Pause/Play buttons on the Macbook keyboard, not sure if this is possible - possibly some kind of current track menu item (I wrote one for iTunes here: http://silentmac.com/?p=470 ), requires Cocoa. Just to disp…
This worked fine on Leopard, but on Snow Leopard the play button on the MacBook keyboard just launches iTunes. I usually chmod -x /Applications/iTunes.app/Contents/MacOS/iTunes to suppress this annoying behavior (my default music player is Songbird).