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 <[email protected]> wrote:

> Yoni Rabkin <[email protected]> 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