On Fri, Jan 2, 2009 at 7:16 PM, Jervis Whitley <jervisau at gmail.com> wrote: > for fn in files: > base, ext = os.path.splitext(fn) > if ext.lower() in ['.flac', '.mp3', '.mp4']: > > takes into account systems with case sensitive filenames. Thanks! Will throw that in there. I'm getting it ... bit by little bit. > > cheers, > > Jervis > >