[clue-tech] Music library player/manager on Linux?
Jed S. Baer
cluemail at jbaer.cotse.net
Sun Mar 29 09:50:17 MDT 2009
On Sun, 29 Mar 2009 09:33:08 -0600
Jed S. Baer wrote:
> If you don't care about tags, you can do something simple like:
>
> ls *wav | awk '{
> printf ("oggenc --quality=8 -o %s %s\n",gensub("wav$","ogg",1,$1),$1)
> }' | sh
Note that this will fail on filenames having embedded spaces or other
non-shell-friendly characters. That doesn't bother me, because I don't
use any such filenames.
jed
More information about the clue-tech
mailing list