Auto-Organize mask question?

Get answers about using MediaMonkey 4 for Windows.

Moderator: Gurus

tmf
Posts: 15
Joined: Thu Apr 30, 2020 2:12 pm

Auto-Organize mask question?

Post by tmf »

How do you add parentheses, as text '()', around a <MM data field> in an Auto-Organize mask $if statement? I would think this should be possible, but nothing I've tried seems to work?

So far this seems to work for what I am trying to do, but I would like to add parentheses around the Disc#:2 field:
X:\Music\<Album Artist>\$if(<Conductor>,<Conductor>)\$if(<Conductor>,<Disc#:2> <Album>, <Album>)\<Artist> - <Album> - <Track#> - <Title>

This is what I would like to have (added parentheses around (<Disc#:2>) field):
X:\Music\<Album Artist>\$if(<Conductor>,<Conductor>)\$if(<Conductor>,(<Disc#:2>) <Album>, <Album>)\<Artist> - <Album> - <Track#> - <Title>

Thanks
Lowlander
Posts: 56657
Joined: Sat Sep 06, 2003 5:53 pm
Location: MediaMonkey 5

Re: Auto-Organize mask question?

Post by Lowlander »

It needs to be:

Code: Select all

X:\Music\<Album Artist>\$if(<Conductor>,<Conductor>)\$if(<Conductor>,(<Disc#:2>$) <Album>, <Album>)\<Artist> - <Album> - <Track#> - <Title>
tmf
Posts: 15
Joined: Thu Apr 30, 2020 2:12 pm

Re: Auto-Organize mask question?

Post by tmf »

Lowlander wrote: Mon Oct 23, 2023 11:34 am It needs to be:

Code: Select all

X:\Music\<Album Artist>\$if(<Conductor>,<Conductor>)\$if(<Conductor>,(<Disc#:2>$) <Album>, <Album>)\<Artist> - <Album> - <Track#> - <Title>
Thank You, Lowlander! Works perfectly!
Post Reply