You create folders by adding slahes to the script. Currently you have a condition that adds the disc number and a hyphen if there is more than one disc: $if($gt(%totaldiscs%,1),%discnumber%-,)
. Update that to be $if($gt(%totaldiscs%,1),Disc %discnumber%/,)
and it should do what you want.
3 Likes