Open coderheck opened 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
same as #66, was fixed in 44dbbe6
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.
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%
.
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%
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
Description and repro steps is in the title Component version: v2.0.2 OS: Windows 10