jacquesh / foo_openlyrics

An open-source lyric display panel for foobar2000
MIT License
432 stars 24 forks source link

If you have 2 lyric files saved (or a lyric file and a text file, or two text files, whatever), which one will your plugin prioritize? The alphabetical one? #285

Closed DitherMan420 closed 1 year ago

DitherMan420 commented 1 year ago

Just curious!

jacquesh commented 1 year ago

It will prefer .lrc files over .txt files. You can't have two .lrc or two .txt files with the exact same name, so it will use the one that exactly matches the tags on your track. There isn't really support for having multiple lyric files for the same track, there's just the one that it loads and possibly others (which are ignored and may as well not exist).

DitherMan420 commented 1 year ago

That makes sense. Thank you!