emms-help
[Top][All Lists]
Advanced

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

Re: New emms-info-native


From: Fran Burstall (Gmail)
Subject: Re: New emms-info-native
Date: Wed, 17 Feb 2021 21:16:06 +0000

Hi,

I did 

(benchmark-run
    (dolist (filename (map-keys emms-cache-db))
      (condition-case nil
        (emms-info-native--decode-info-fields filename)
      (error (message "Error while processing %s" filename)))))

which read tags from 14051 files (mostly mp3 with some flac and ogg) in 710 seconds and only errored out on 75 files.  Not too bad!

The errors were of the form 

id3v2 tag or frame size 3832965 is invalid

Let me know what more data I can provide to help debug...

---Fran

On Wed, 17 Feb 2021 at 17:31, Petteri Hintsanen <petterih@iki.fi> wrote:
Yoni Rabkin <yoni@rabkins.net> writes:

> Can you please merge this so that people living with the main branch of
> the git repo can give it a go?

Merged and pushed.

Thanks,
Petteri



reply via email to

[Prev in Thread] Current Thread [Next in Thread]