(noob alert) why doesn't this work?

2005-03-22 Thread Bouke Woudstra
Hi, I'm a bit stuck with this python script. It's aim is to encode all flac files to wav and then to mp3. The only problem I have is to preserve the tags. The code works when there's just one flac file in a directory but fails for more. I can't see why the for loop fails here (flactags). The

Re: (noob alert) why doesn't this work?

2005-03-22 Thread Bouke Woudstra
that some flac files have tags like Artist=artistname and others have artist=artistname. Therefore it couldn't find the artist! So now I just look for 'rtist=' which works great. Thanks for all the help! Op dinsdag 22 maart 2005 12:18, schreef Simon Brunning: On Tue, 22 Mar 2005 12:10:50 +0100, Bouke