ANNOUNCE: hmp3, an ncurses mp3 player
hmp3 0.1 : an ncurses mp3 player hmp3 is a lightweight ncurses-based mp3 player written in Haskell. It uses mpg321 or mpg123 as its decoding backend. It is designed to be simple, fast and robust. A screenshot can be found at: http://www.cse.unsw.edu.au/~dons/hmp3.html The source: darcs get http://www.cse.unsw.edu.au/~dons/code/hmp3 Thanks go to Stefan Wehr and Sam Bronson, who helped a lot with beta testing. In particular Sam, who burnt many cpu cycles. Thanks! Cheers, Don
petersen:
Donald Bruce Stewart wrote:
hmp3 is a lightweight ncurses-based mp3 player written in Haskell. It uses mpg321 or mpg123 as its decoding backend. It is designed to be simple, fast and robust.
Cool, thanks! How about making it ignore non-mp3 files in directories?
On the todo list. mp3 magic bytes seem a bit tricky to pin down. It does currently ignore non-readable files, so you could try that. -- Don
On 2005-11-24, Donald Bruce Stewart <dons@cse.unsw.edu.au> wrote:
petersen:
Donald Bruce Stewart wrote:
hmp3 is a lightweight ncurses-based mp3 player written in Haskell. It uses mpg321 or mpg123 as its decoding backend. It is designed to be simple, fast and robust.
Cool, thanks! How about making it ignore non-mp3 files in directories?
On the todo list. mp3 magic bytes seem a bit tricky to pin down. It does currently ignore non-readable files, so you could try that.
You may find my haskell-magic binding to libmagic useful. darcs get http://darcs.complete.org/haskell-magic -- John
John Goerzen wrote:
You may find my haskell-magic binding to libmagic useful.
"darcs get http://darcs.complete.org/magic-haskell" seems to work. Jens
hmp3 0.2 is released hmp3 is a curses-based mp3 player written in Haskell. It is designed to be simple, fast and robust. This release is mostly a refinement of v0.1. The ui is nicer, space and time performance are improved, some bugs are fixed, the source is cleaner. Once again thanks to Samuel Bronson and Lemmih for hints and suggestions. darcs, tarballs and binaries at: http://www.cse.unsw.edu.au/~dons/hmp3.html Cheers, Don
participants (3)
-
dons@cse.unsw.edu.au -
Jens Petersen -
John Goerzen