TheQwertiest / foo_discord_rich

foobar2000 component for integration with Discord Rich Presence
https://theqwertiest.github.io/foo_discord_rich/
MIT License
433 stars 43 forks source link

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

Open coderheck opened 2 months ago

coderheck commented 2 months ago

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

xiiyuki commented 2 months ago

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 commented 2 months ago

same as #66, was fixed in 44dbbe6

xiiyuki commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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 commented 1 month ago

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