TheQwertiest / foo_discord_rich

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

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

Open coderheck opened 1 week ago

coderheck commented 1 week ago

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

xiiyuki commented 6 days 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 days ago

same as #66, was fixed in 44dbbe6

xiiyuki commented 1 hour 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.