More > JRiver Media Center 18 for Mac

simple file renaming preset for album artist

<< < (3/3)

MrC:
The errors in the expression are due to the forward slash escape characters.  JRiver hasn't yet worked out all the niggles.  Forward slash is the escape character, yet is also the path separator character in Unix/Linux/Mac/POSIX file systems.

Until these wrinkles are worked out, you need to write expressions in such a way as to avoid having to use forward slashes.

I'll provide some techniques if you need them.


--- Quote from: javidan on September 13, 2013, 09:00:33 am ---And did you check whether your function was testing for (Multiple Artists) instead of Multiple Artists? The code you pasted looks like it will fail because [Album Artist (auto)] is going to return (Multiple Artist), therefore a isEqual() for Multiple Artist will fail and it is correctly returning [genre2].

--- End quote ---

Mode 7 of IsEqual() means sub-string compare.  We used this mode to avoid having to escape the parens with the problematic forward slash.

Navigation

[0] Message Index

[*] Previous page

Go to full version