Re: [Banshee-List] Mirage - Automatic Playlist Generation Plugin



tir, 04 09 2007 kl. 05:25 +0200, skrev David Nielsen:
> man, 03 09 2007 kl. 15:53 +0200, skrev Dominik Schnitzer:
> 
> > you're right.. At the moment the "mirage-decoder" shellscript only
> > handles  ogg/mp3/aac/wav files - so your songs were not analyzed. You
> > could rewrite it to handle FLAC too.
> 
> I okay I hacked up mirage-decoder to suit flac
> 
> Relevant entry seems to be:
>     flac -o "$wavtmp" -d "$1" && \

On second thought that is wrong, since we first create the tmp file then
write to it flac fails as it refuses to overwrite an existing file.

flac -f -d -o "$wavtmp" "$1" && \

Would force it to shut up and get a life.

- David




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]