[1428-32] Masks for Filename Formattting Broken [#8375]

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: [1428-32] Masks for Filename Formattting Broken [#8375]

Re: [1428-32] Masks for Filename Formattting Broken [#8375]

by rusty » Mon Sep 19, 2011 11:09 am

We found the bug. Fixed in build 1434.

Thanks.

-Rusty

Re: [1428-32] Masks for Filename Formattting Broken [#8375]

by jiri » Mon Sep 19, 2011 4:29 am

We can't reproduce the issue, please try to test whether you have any problem with the mask in Auto-Organize dialog.

Thanks,
Jiri

Re: [1428-32] Masks for Filename Formattting Broken [#8375]

by Orbi » Sat Sep 17, 2011 10:27 am

\<Album Artist> - <Album> - $if(<Disc#>,CD<Disc#> - ,)<Year> - <Track#:2> - $if(<Artist>=<Album Artist>,,<Artist> - )<Title>$if(<Original Date>, (<Original Date>$),)

MM only adds the $ after the original date

Re: [1428-32] Masks for Filename Formattting Broken [#8375]

by Lowlander » Sat Sep 17, 2011 9:49 am

What mask do you use?

I discovered that (<Genre>$) will give (Rock$) so escaping is only needed when in an $if statement. I didn't expect that as normally escape characters aren't conditional (if you wanted $ in the filename you'd use $$. Using $if(<Genre>,(<Genre<$)) it gave me (Rock) as expected.

Re: [1428-32] Masks for Filename Formattting Broken [#8375]

by Orbi » Sat Sep 17, 2011 7:14 am

I can confirm this has not been fixed in build 1433. I didn't have this issue in previous build though.

About 500 songs have been re-added to the library, resulting in double entries ending with the $ sign.

Warning: debug log is huge.

http://www.fayloobmennik.net/982084

Re: [1428-32] Masks for Filename Formattting Broken

by PetrCBR » Wed Sep 14, 2011 1:35 pm

Tracked as 8375.

Re: [1428-32] Masks for Filename Formattting Broken

by KJIACC » Wed Sep 14, 2011 11:55 am

Yes, I have the same thing (1432). But I did not notice exactly which build of the problem began.

[1428-32] Masks for Filename Formattting Broken [#8375]

by JoJoBAH » Wed Sep 14, 2011 9:17 am

For instance:

Album Artist: The Beatles

"$if(<Album Artist>=Various Artists, etc." returns
"The Beatles=Various Artist"

another example:
Original Date: {empty}
Date: 2004

"$if(<Original Date>,(<Original Date>$),(<Date:4>$))" returns
"(2004$)"

I can confirm that this was working correctly as of 1426, but has since been broken.

Top