mirror of
https://github.com/myronblair/kino-app
synced 2026-07-27 21:18:43 -05:00
cf31a14ae1
Reading embedded ID3/MP4 tags for every file during the scan itself was taking minutes even for a small (146-track) library, since each mutagen open is a slow round trip over the CIFS-mounted NAS share. Scan now uses fast filename/path parsing only; tag reads happen once, only for the tracks actually selected for import.