I'd probably do something like this: (pseudo)

if md5(image) in tag != md5(file):
    write image using filename
else:
    continue

Aubin

On Wed, Jan 14, 2004 at 09:31:11PM +0100, Dirk Meyer wrote:
> Aubin Paul wrote:
> > On Wed, Jan 14, 2004 at 08:03:13PM +0100, Dirk Meyer wrote:
> >> > Also, would it be possible to put the embedded id3 image in there?
> >> 
> >> put it as folder.png in the dir or overlaydir. 
> >
> > Seems easy enough, except for the case where different files have
> > different images. Of course, we could just save them all individually,
> > named as the file, but that would waste a lot of space, on the other
> > hand, not saving them individually would overwrite the image if there
> > were multiple covers for multiple files.
> 
> I have no images to test, but maybe you can string compare them. If
> they are the same, write it to cover.png, but don't override an
> existing one. 
> 
> 
> Dischi
> 
> -- 
> My operat~1 system unders~1 long filena~1 , does yours?


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to