jacquesh / foo_openlyrics

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

Can't find settings for album art, text alignment, fonts, or colors #366

Closed lnmiltz closed 3 months ago

lnmiltz commented 3 months ago

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

From the foobar2000 component page:

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:

Screenshot

Steps to reproduce

  1. Install plugin
  2. Configure -> Tools -> OpenLyrics
  3. It looks like this: image

Expected behavior

I think there are supposed to be more settings. Here is a screenshot I found on another issue that looks right: image

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

lnmiltz commented 3 months ago

Sorry, I'm a little dumb lol

The caret to open the settings was right there, it's just hard to see on foobar2000's dark theme.