Music metadata script

Hi!

%albumartist%/
%date% - %album%/
%tracknumber% - %title%

using this script atm and getting this result at the folder level:
1970-11-06 - Let It Be

how do i edit the script to only show the album year, like this:
1970 - Let It Be

thank you

1 Like

I believe you’d just use the $year() function. haven’t tested this, but it should work:

%albumartist%/$year(%date%) - %album%/%tracknumber% - %title%

edit: welcome to the forums, by the way~

3 Likes