TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Dhun - Minimalist Music Player for OS X

22 pointsby deepakjoisover 15 years ago

8 comments

dehowellover 15 years ago
Anyone who likes this should also check out mpd:<p><a href="http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki" rel="nofollow">http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki</a><p>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.
评论 #986155 未加载
sil3ntmacover 15 years ago
I've been looking for something like this, here are some suggestions:<p>- 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<p>- possibly some kind of current track menu item (I wrote one for iTunes here: <a href="http://silentmac.com/?p=470" rel="nofollow">http://silentmac.com/?p=470</a> ), 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<p>- shuffle functionality<p>But it looks great so far!
评论 #985765 未加载
评论 #985870 未加载
ianbooover 15 years ago
$ gem install dhun Bulk updating Gem source index for: <a href="http://gems.rubyforge.org" rel="nofollow">http://gems.rubyforge.org</a> Bulk updating Gem source index for: <a href="http://gemcutter.org" rel="nofollow">http://gemcutter.org</a> ERROR: could not find dhun locally or in a repository<p>hm ...
评论 #986524 未加载
shrikantover 15 years ago
In response to TomasSedovic (I don't see "reply" links for some reason): "dhun" is the Hindi word for "tune". So I believe some thought <i>did</i> go into the name :)<p>Edit: "dhun" has U as in 'put', not as in 'gut'.
toisanjiover 15 years ago
Why would anyone want to use this over mpg123? It is already "minimalist" running from the command line and can donwhatever you need it to do. I use mpg123 all the time, it's great
评论 #986044 未加载
TomasSedovicover 15 years ago
Wish you put more thought into the name, it being commandline and all. Hard to type on qwerty AND dvorak...<p>Other than that, looks interesting.
piranhaover 15 years ago
Hm, seems that using `mdfind` is rather slow. Probably using Spotlight's API via RubyCocoa/MacRuby will be faster?
评论 #985863 未加载
nimbupaniover 15 years ago
A commandline interface for playing music in Mac OS X