Hi folks. Here’s a script that includes the 4 digit year at the front of an album name, for chronological sorting at the folder level. I’m wondering if the script can be modified to output square brackets around the date, rather than round?
The script:
$if2(%albumartist%,%artist%)/ $if(%originaldate%, ($left(%originaldate%,4)),%originaldate%) $if($ne(%albumartist%,),%album%)/$if($gt(%totaldiscs%,1),%discnumber%)$num(%tracknumber%,2) - %title%
The current output:
The Beatles/(1965) Help!/07 - Ticket to Ride.mp3
I can of course batch rename after the fact to replace ( ) with [ ], but thought I’d ask if Picard can do it. I’ve stumbled through some attempts and not gotten it yet.