document known limitations in README

This commit is contained in:
Armin 2026-07-09 16:05:06 +02:00
commit 0e37ad6b32
2 changed files with 6 additions and 1 deletions

View file

@ -1160,7 +1160,7 @@ async function processFiles(files, paths) {
if (!isAudioFile(file.name)) continue;
prog++;
const url = URL.createObjectURL(file);
const path = paths ? paths[i] : file.name;
const path = paths ? paths[i] : (file.path || file.name);
const [tags, ainfo, duration] = await Promise.all([readTags(file), readAudioInfo(file), readDuration(file)]);
const name = tags.title || file.name.replace(/\.[^.]+$/, '').replace(/_/g, ' ');
found.push({