[Haskell] Re: ANNOUNCE: hmp3, an ncurses mp3 player

John Goerzen jgoerzen at complete.org
Tue Nov 29 16:06:03 EST 2005


On 2005-11-24, Donald Bruce Stewart <dons at 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



More information about the Haskell mailing list