I started using openlyrics recently and it works great, but I didn't find any settings besides enabling debug logging. I thought that was normal, but based on the readme and the changelog I don't know if I am missing something or if the settings aren't showing up. It's not a huge issue but I would like to mess with these settings if they're available somewhere.
From README.md:
Supports using album art or any other image as the panel background, with optional transparency and blur
Fonts & colours are fully configurable
Add support for album art or a custom image file as the panel background
Add support for gradients to the background colour preferences
Add support for showing already-passed lyric lines in a different colour
Add configuration for horizontal and vertical text alignment
I did see the right click menu and it has some useful settings for finding and editing lyrics, but it doesn't have everything I'm looking for:
I also tested with a 64-bit install but it looked the same
OpenLyrics version: foo_openlyrics 1.8
Debug logs
Here's what appears in the debug log when I play a song with embedded .jpeg album art and a lyrics file (the lyrics show up correctly):
Details
INFO-OpenLyrics: LyricPanel::compute_background_image took 192us
Opening track for playback: "C:\Users\user\Music\Music\Victor Love\2016 - Technomancy\03 - Cocaine feat Deflore.mp3"
INFO-OpenLyrics: LyricPanel::compute_background_image took 123us
INFO-OpenLyrics: No search avoidance info available for track
INFO-OpenLyrics: Searching for lyrics for artist='Victor Love', album='Technomancy', title='Cocaine (feat. Deflore)'...
INFO-OpenLyrics: Save file name format '$replace([%artist% - ][%title%],/,-)' with directory class 'ConfigDirectory' evaluated to 'file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore)'
INFO-OpenLyrics: Querying for lyrics in file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore).lrc...
INFO-OpenLyrics: Querying for lyrics in file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore).txt...
INFO-OpenLyrics: Found 2 lyrics in local files: file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore)
INFO-OpenLyrics: Lookup local-file file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore).lrc for lyrics...
INFO-OpenLyrics: Successfully retrieved lyrics from file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore).lrc
INFO-OpenLyrics: Successfully looked-up lyrics from source: Local files
INFO-OpenLyrics: Parsing lyrics text...
INFO-OpenLyrics: Loaded lyrics already form a valid UTF-8 sequence
INFO-OpenLyrics: Parsing LRC lyric text...
INFO-OpenLyrics: Lyric loading complete
INFO-OpenLyrics: Skipping lyric save. Type: 1, Local: yes, Timestamped: yes, Autosave: 1
I started using openlyrics recently and it works great, but I didn't find any settings besides enabling debug logging. I thought that was normal, but based on the readme and the changelog I don't know if I am missing something or if the settings aren't showing up. It's not a huge issue but I would like to mess with these settings if they're available somewhere.
From README.md:
From the foobar2000 component page:
I did see the right click menu and it has some useful settings for finding and editing lyrics, but it doesn't have everything I'm looking for:
Screenshot
Steps to reproduce
Expected behavior
I think there are supposed to be more settings. Here is a screenshot I found on another issue that looks right:
Versions
Debug logs
Here's what appears in the debug log when I play a song with embedded .jpeg album art and a lyrics file (the lyrics show up correctly):
Details
INFO-OpenLyrics: LyricPanel::compute_background_image took 192us Opening track for playback: "C:\Users\user\Music\Music\Victor Love\2016 - Technomancy\03 - Cocaine feat Deflore.mp3" INFO-OpenLyrics: LyricPanel::compute_background_image took 123us INFO-OpenLyrics: No search avoidance info available for track INFO-OpenLyrics: Searching for lyrics for artist='Victor Love', album='Technomancy', title='Cocaine (feat. Deflore)'... INFO-OpenLyrics: Save file name format '$replace([%artist% - ][%title%],/,-)' with directory class 'ConfigDirectory' evaluated to 'file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore)' INFO-OpenLyrics: Querying for lyrics in file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore).lrc... INFO-OpenLyrics: Querying for lyrics in file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore).txt... INFO-OpenLyrics: Found 2 lyrics in local files: file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore) INFO-OpenLyrics: Lookup local-file file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore).lrc for lyrics... INFO-OpenLyrics: Successfully retrieved lyrics from file://C:\Users\user\AppData\Roaming\foobar2000-v2\lyrics\Victor Love - Cocaine (feat. Deflore).lrc INFO-OpenLyrics: Successfully looked-up lyrics from source: Local files INFO-OpenLyrics: Parsing lyrics text... INFO-OpenLyrics: Loaded lyrics already form a valid UTF-8 sequence INFO-OpenLyrics: Parsing LRC lyric text... INFO-OpenLyrics: Lyric loading complete INFO-OpenLyrics: Skipping lyric save. Type: 1, Local: yes, Timestamped: yes, Autosave: 1
Additional information