INTERACT FORUM

More => Old Versions => JRiver Media Center 22 for Windows => Topic started by: ethereal on January 16, 2017, 04:05:52 am

Title: Filename Rule - I want () around the disc #
Post by: ethereal on January 16, 2017, 04:05:52 am
hello - i am using mediacenter 21.

i am using this filename rule: [Album Artist (auto)] - If(IsEmpty([Disc #],1), [Album], [Album] Disc [Disc #] - [Track #] - [Name])

it works to a certain extent: Adele - 21 Disc 1 - 01 - Rolling in the Deep.flac


what  i want to do is put () round the Disc 1 - i'm sure it is possible.
thank you :)
Title: Re: Filename Rule - I want () around the disc #
Post by: ferday on January 16, 2017, 04:51:05 am
Did you try the escape character?

/



[Album Artist (auto)] - If(IsEmpty([Disc #],1), [Album], [Album] /(Disc [Disc #]/) - [Track #] - [Name])
Title: Re: Filename Rule - I want () around the disc #
Post by: ethereal on January 16, 2017, 06:31:38 am
that works great - thank you.