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

Beta Testing for Windows Products and plugins

Moderator: Gurus

JoJoBAH
Posts: 7
Joined: Sun Nov 11, 2007 8:19 pm

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

Post by JoJoBAH »

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.
KJIACC
Posts: 191
Joined: Sun Oct 11, 2009 5:40 am
Location: Магнитогорск. Россия
Contact:

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

Post by KJIACC »

Yes, I have the same thing (1432). But I did not notice exactly which build of the problem began.
Win7 x64 Intel Core i3 CPU 540 @ 3.07GHz 3.07 GHz 8 GB RAM NVIDIA GeForce GTS 450
4HD: (C:/D:/ - 1TB) (F:/ - 2TB) (G:/ - 2TB) (H:/ - 3TB)
Screen Resolution 1920x1080
MM runs as administrator.
I'm Tired to post messages using google-translator. I look forward to a forum for Russian-speaking users.
PetrCBR
Posts: 1779
Joined: Tue Mar 07, 2006 5:31 pm
Location: Czech
Contact:

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

Post by PetrCBR »

Tracked as 8375.
How to make a debuglog - step 4b: viewtopic.php?f=30&t=86643
Orbi
Posts: 57
Joined: Wed Jun 30, 2010 2:47 am

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

Post by Orbi »

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
Lowlander
Posts: 58850
Joined: Sat Sep 06, 2003 5:53 pm

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

Post by Lowlander »

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.
Orbi
Posts: 57
Joined: Wed Jun 30, 2010 2:47 am

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

Post by Orbi »

\<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
jiri
Posts: 5431
Joined: Tue Aug 14, 2001 7:00 pm
Location: Czech Republic
Contact:

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

Post by jiri »

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

Thanks,
Jiri
rusty
Posts: 8961
Joined: Tue Apr 29, 2003 3:39 am
Location: Montreal, Canada

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

Post by rusty »

We found the bug. Fixed in build 1434.

Thanks.

-Rusty
Post Reply