INTERACT FORUM

More => Old Versions => JRiver Media Center 23 for Windows => Topic started by: edbro on August 24, 2017, 09:17:30 pm

Title: Rename with Disc Number
Post by: edbro on August 24, 2017, 09:17:30 pm
I would like to set a rename scheme as such: [Disc #]-[Track #]. [Name]. However, if an album doesn't contain a disc number then it would simply be named as [Track #]. [Name]. All of my single disk albums are blank for the disk number. When I apply the rename scheme it will rename all of my single disc albums to Unknown Disc #-[Track #]. [Name]. Is there a way to have a conditional rename so that if there is no disk number then it will only use track and name?
Title: Re: Rename with Disc Number
Post by: ferday on August 24, 2017, 09:20:56 pm
Code: [Select]
if(isequal([disc #],0,5),[disc #]-[Track #]. [Name],[Track #]. [Name])
Title: Re: Rename with Disc Number
Post by: edbro on August 24, 2017, 09:27:52 pm
Beautiful. Thank you!
Title: Re: Rename with Disc Number
Post by: glynor on August 24, 2017, 09:47:19 pm
https://wiki.jriver.com/index.php/Rename,_Move,_and_Copy_Files#Empty_Fields