I currently use this
E:\Music$if($neql(%albumartist%,""),$validate(%albumartist%,),$validate(%artist%,))$validate(%album%,)$num(%track%,2) $validate(%title%,)
to rename my files.
I'm trying to figure out a way to replace trailing periods in the artist and album directories with periods.
E:\Music\A.B.C_\X.Y.Z_\01 foo.mp3
instead of
E:\Music\A.B.C.\X.Y.Z.\01 foo.mp3
I'm not having any luck. Is there a way to do this?