Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cover art - Art Uploading: Modifications to 'Art pin query' aren't saved upon foobar2000 restart #77

Open
coderheck opened this issue Sep 9, 2024 · 6 comments

Comments

@coderheck
Copy link

Description and repro steps is in the title
Component version: v2.0.2
OS: Windows 10

@xiiyuki
Copy link

xiiyuki commented Sep 10, 2024

Same here, latest dev build from here

Even making the config file read-only doesn't enforce the plugin to read what's in the config. Or at least, partially: Art pin query always reverts to %artist%|%album%, but I've been able to sucessfully keep custom text fields in the main tab (Top being $meta(title,0), and Middle being $if($meta(album artist),$meta(album artist,0),$if($meta(artist),$meta(artist,0),)). It seems like everything except Art pin query gets saved properly

@julcioo
Copy link

julcioo commented Sep 14, 2024

same as #66, was fixed in 44dbbe6

@xiiyuki
Copy link

xiiyuki commented Sep 17, 2024

same as #66, was fixed in 44dbbe6

It seems that this commit happened after compiling of the latest dev build of the plugin, or it didn't get fixed if it was compiled with that commit.

@julcioo
Copy link

julcioo commented Sep 26, 2024

It seems that this commit happened after compiling of the latest dev build of the plugin, or it didn't get fixed if it was compiled with that commit.

nope, check if youre running the same dev build version as me, which is v2.0.3-dev+44dbbe6. the art pin query thing works, and i have succesfully changed it to %album artist%|%album%.

@xiiyuki
Copy link

xiiyuki commented Sep 26, 2024

nope, check if youre running the same dev build version as me, which is v2.0.3-dev+44dbbe6. the art pin query thing works, and i have succesfully changed it to %album artist%|%album%.

I'm using the exact mentioned version and again, there's no issue with not being able to modify "Art pin query". The issue is that it's not possible to keep the modified entry after foobar2000 is restarted. Everytime the value for "Art pin query" returns to %artist%|%album%

@julcioo
Copy link

julcioo commented Sep 30, 2024

The issue is that it's not possible to keep the modified entry after foobar2000 is restarted. Everytime the value for "Art pin query" returns to %artist%|%album%

it works for me, even after a restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants