kbuffington / Georgia

Dynamic foobar2000 theme
286 stars 16 forks source link

Lyrics won't show up #107

Closed Rafee-M closed 3 years ago

Rafee-M commented 3 years ago

Keep getting "For %LYRICS% or %UNSYNCED LYRICS% to always display properly you edit LargeFieldsConfig.txt and comment out or remove those specific entries under 'fieldSpam' "

After removing the entries the error keeps popping up and yes the lyrics are in the file itself image image image

Rafee-M commented 3 years ago

Edit: After editing LargeFieldsConfig.txt again and adding the lyrics tags under 'List of basic meta fields' -

fieldBasic=lyrics

fieldBasic=unsynced lyrics

The lyrics show up, but they aren't synced i.e it doesn't highlight the current line it's playing. According to the wiki, Georgia seems to look at the file first of lyrics and there's no way to force the .lrc files

kbuffington commented 3 years ago

If there's no timestamps in the lyrics, there's no way to highlight the currently playing line. It's just gonna scroll as it goes.

Are you saying you've got embedded lyrics, and also .lrc files for the same songs, and the .lrc's aren't being used?

Rafee-M commented 3 years ago

Yes, exactly. I want to use the external .lrc files instead of the embedded lyrics image

Rafee-M commented 3 years ago

Changed the lyricFilenamePatterns array's 4th pattern a bit and it works now "%title%", "%artist% - %title%", "%artist% -%title%", "%tracknumber% - %title%", "%tracknumber%. %artist% - %title%"