getmusicbee.com

Support => Bug Reports => Topic started by: phred on April 26, 2020, 10:05:50 PM

Title: Virtual Tag Error with 3.4
Post by: phred on April 26, 2020, 10:05:50 PM
Not sure how far back this goes, but when using 3.4.7421 P and 3.4.7414 P with this virtual tag
Code
$If(<Disc Count>>1,$IsNull(<Disc#>,Null,"Disc "<Disc#>),)
the results are not what I get with any 3.3 version. If there is only one disc, it should not show a disc number nor anything else. With 3.4 if there is only one disc, it shows "unknown disc #" where it should show nothing.

With 3.4 and more than one disc:
(http://i.imgur.com/o5bommSl.jpg) (https://i.imgur.com/o5bommS.jpg)

With 3.4 and only one disc:
(http://i.imgur.com/58lLTvnl.jpg) (https://i.imgur.com/58lLTvn.jpg)

With 3.3 and only one disc:
(http://i.imgur.com/2DqeyXJl.jpg) (https://i.imgur.com/2DqeyXJ.jpg)
Title: Re: Virtual Tag Error with 3.4
Post by: hiccup on April 26, 2020, 10:35:48 PM
I notice a discrepancy between "Disc#" and "Disc #" in your screenshot/formula.
(notice the space)

Any chance the issue is related to that somehow?
Title: Re: Virtual Tag Error with 3.4
Post by: phred on April 26, 2020, 10:53:44 PM
I notice a discrepancy between "Disc#" and "Disc #" in your screenshot/formula.
(notice the space)
Any chance the issue is related to that somehow?
None whatsoever.
a) If that was part of the issue, why would it work as expected with 3.3 but not with 3.4. The virtual tag hasn't changed.
b) "Disk#" is the original, stock, built-in tag from MB. The Virtual Tag references it, but it can't be named the same.
c) Thanks for trying.
Title: Re: Virtual Tag Error with 3.4
Post by: Steven on April 26, 2020, 11:24:04 PM
I am not able to reproduce this ie. nothing shows when disc count is not > 1
Where are you displaying or using this virtual tag?
I can see from your screenshot its the Artwork view/ Expanded Panel and yes I did make some changes for handling custom text formatting so i will look to fix it
Title: Re: Virtual Tag Error with 3.4
Post by: phred on April 27, 2020, 01:01:00 AM
I can see from your screenshot its the Artwork view/ Expanded Panel and yes I did make some changes for handling custom text formatting so i will look to fix it
Yes, that's correct. Looking forward to the fix as I'm trying to use 3.4 exclusively in an attempt to shake it down. Thanks
Title: Re: Virtual Tag Error with 3.4
Post by: Steven on April 27, 2020, 08:49:48 AM
The albums view should be fixed now:
http://www.mediafire.com/file/rkx9mn38mybdpaa/MusicBee.zip/file
Title: Re: Virtual Tag Error with 3.4
Post by: phred on April 27, 2020, 02:01:23 PM
The albums view should be fixed now:
Now working as expected. Thanks very much.