Topic: Can't unset disc number.
It appears i can't unset the discnumber and totaldiscs tags in picard 1.0.
I don't need disc numbers for 1 disc releases, so i tried to remove them. I used this tagger script line :
$if($eq(%totaldiscs%,1),$unset(totaldiscs)$unset(discnumber))
but that didn't work.
Other tagger script lines are working, but not this one. As a test, i disabled every plugin but it's still not working.
Did i miss something?
EDIT : Even plain $unset without any condition does not work.