Re: [Haskell-cafe] ANN: wavconvert 0.1.1

2008-08-19 Thread Ketil Malde
Duncan Coutts [EMAIL PROTECTED] writes: The other distros are following a similar course though not yet quite as successfully as Don has demonstrated for Arch. There are similar translation tools for Gentoo, Debian and RPM-based distros What is the current recommended way to build debian

Re: [Haskell-cafe] ANN: wavconvert 0.1.1

2008-08-19 Thread Erik de Castro Lopo
Tim Chevalier wrote: The trouble is that .wav files don't have metadata (ID3 tags) that specify artist, album and track names. WAV files can't have ID3 tags, but they most definitely can support metadata including all the ones you mention and much more in an LIST/INFO chunk. libsndfile

Re: [Haskell-cafe] ANN: wavconvert 0.1.1

2008-08-19 Thread Ian Lynagh
On Tue, Aug 19, 2008 at 08:51:04AM +0200, Ketil Malde wrote: What is the current recommended way to build debian packages? I notice there's a step-by-step description at http://www.haskell.org/haskellwiki/Creating_Debian_packages_from_Cabal_package That's the way I recommend. Any

Re: [Haskell-cafe] ANN: wavconvert 0.1.1

2008-08-19 Thread Tim Chevalier
On 8/19/08, Erik de Castro Lopo [EMAIL PROTECTED] wrote: Tim Chevalier wrote: The trouble is that .wav files don't have metadata (ID3 tags) that specify artist, album and track names. WAV files can't have ID3 tags, but they most definitely can support metadata including all the ones

Re: [Haskell-cafe] ANN: wavconvert 0.1.1

2008-08-19 Thread Erik de Castro Lopo
Tim Chevalier wrote: I stand corrected. However, some CD ripping programs don't fill in the metadata when creating WAV files. Its not just some, its the vast majority of them :-). Erik -- - Erik de Castro Lopo

[Haskell-cafe] ANN: wavconvert 0.1.1

2008-08-18 Thread Tim Chevalier
Hi all, I uploaded to Hackage a little program I wrote to organize my music file collection in the hopes that someone else might find it useful too: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wavconvert I had a directory tree full of .wav files that I ripped from CDs at times

Re: [Haskell-cafe] ANN: wavconvert 0.1.1

2008-08-18 Thread Don Stewart
catamorphism: Hi all, I uploaded to Hackage a little program I wrote to organize my music file collection in the hopes that someone else might find it useful too: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wavconvert Tim wins the prize for the 500th Haskell package in

Re: [Haskell-cafe] ANN: wavconvert 0.1.1

2008-08-18 Thread Duncan Coutts
On Mon, 2008-08-18 at 18:22 -0700, Don Stewart wrote: Tim wins the prize for the 500th Haskell package in Arch Linux, http://aur.archlinux.org/packages.php?ID=19205 Which, I should like to note, demonstrates why the original Cabal design[1] was basically right[2] in that it allows this

Re: [Haskell-cafe] ANN: wavconvert 0.1.1

2008-08-18 Thread Don Stewart
duncan.coutts: On Mon, 2008-08-18 at 18:22 -0700, Don Stewart wrote: Tim wins the prize for the 500th Haskell package in Arch Linux, http://aur.archlinux.org/packages.php?ID=19205 Which, I should like to note, demonstrates why the original Cabal design[1] was basically right[2]