Hello,
I save my ripped CDs in a folder named after the year and month they were ripped.
for Example: Music\202105\AlbumArtist_Album\Yadda Yadda
I am trying to setup a dynamic naming template to do just that.
Currently I have:
[now_year][Grab],1,2,[date][]\[album_artist]_[album]\etc...
Since the format of [date] is M-D-YYYY..., I am getting "5-" for May. I tried to do a [REPLACE] on the [date] values to replace 5- with 05, so i could then [GRAB] it. That didn't work.
Is there a variable for current Month that i should use? Is there another way to do this, that I'm missing.
Thanks
I save my ripped CDs in a folder named after the year and month they were ripped.
for Example: Music\202105\AlbumArtist_Album\Yadda Yadda
I am trying to setup a dynamic naming template to do just that.
Currently I have:
[now_year][Grab],1,2,[date][]\[album_artist]_[album]\etc...
Since the format of [date] is M-D-YYYY..., I am getting "5-" for May. I tried to do a [REPLACE] on the [date] values to replace 5- with 05, so i could then [GRAB] it. That didn't work.
Is there a variable for current Month that i should use? Is there another way to do this, that I'm missing.
Thanks
Comment