Trying and failing to parse tags from unsupported files is probably costly (requires reading from SD card), and it probably slows down indexing large collections that include a lot of non-audio files (like cover art, etc). This limits tag parsing to only files that have extensions for supported audio formats. It assumes that folks don't have audio files in supported formats with crazy extensions (e.g. an mp3-formatted file with the extension .lol). Since this hardcodes a list of supported file extensions for tag parsing, it'll need to be maintained later if more formats are supported. The file ext matching is case-insensitive. Fixes #149custom
parent
46f55e3a1f
commit
92908533c4
Loading…
Reference in new issue