View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017355 | MMW 5 | Tagging / organizing (properties / auto-tools) | public | 2021-01-08 19:53 | 2022-09-05 14:43 |
Reporter | lowlander | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 5.0 | ||||
Target Version | 5.0.2 | ||||
Summary | 0017355: Closing Parenthesis breaks Auto-Organize (Files) | ||||
Description | Sample: $if(<Custom 2>,(<Custom 2>) ,)a will write ) a when Custom 2 is blank | ||||
Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=98097 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
It seems that the nested parenthesis causes the issue, workaround is to use $if(<Custom 2>,[<Custom 2>] ,)a This has been always issue also in MM2, MM3, MM4 -- so setting target to 5.0.1 to eliminate risk of a regression right before 5.0 release |
|
Any character interfering with our mask characters should be preceded by '$'. I.e. working version of the mask is: $if(<Custom 2>,(<Custom 2>$) ,)a |
|
Closing. Added Bold parts in https://www.mediamonkey.com/wiki/WebHelp:Configuring_Directory_and_File_Formats/5.0#Mask_Reference to make things more clear. |