onetagger icon indicating copy to clipboard operation
onetagger copied to clipboard

Auto tag won't find any matches when source is m3u playlist

Open 99Probl3ms opened this issue 1 year ago • 4 comments

As the title says, I'm unable to match any tracks when I try to use a playlist as a source, even tracks that have been previously matched when the source was the folder that the tracks were in.

Here are the errors I got on a single run: image

image

image

And here is the metadata for the track that says it's missing an artist tag: image

99Probl3ms avatar Jul 26 '22 19:07 99Probl3ms

Maybe the paths in the m3u file are relative and therefore pointing to invalid file. Could you please share the m3u file and onetagger log? Thank you

Marekkon5 avatar Jul 26 '22 20:07 Marekkon5

@99Probl3ms In order to find the log file do like this:

https://youtu.be/RMxt0bom63k (windows) or https://youtu.be/z9HbNycEbGM (macOS)

bascurtiz avatar Jul 26 '22 20:07 bascurtiz

Here you go: onetaggerlog.txt Test.m3u.txt

99Probl3ms avatar Jul 26 '22 21:07 99Probl3ms

The files inside the m3u playlist have relative paths (only filenames). Therefore 1T is looking for them in the directory it's opened in, and can't find them.

You either have to open onetagger inside the folder with the songs, or fix your m3u files to contain the full paths to the audio files.

Marekkon5 avatar Jul 26 '22 21:07 Marekkon5