Removing single from Album string and moving to a new folder in same subdirectory

Hi, I’m trying to find a way to automate this.
Over 70% of my music collection is composed of singles from anime and videogames, so I find it weird to have that clarification in the Album field. I manually remove it every time but I was wondering if there is a way to automatically remove this from the tag, and thus, replicating this in the renaming script.

On this note I have my files sorted in this way

Music\Anime\AnimeTitle[YYYY.MM.DD] SingleTitle

I found a way to rename files this way like this

$replace([%date%],-,.) $if(%album%,%album%)/

$if($gt(%totaldiscs%,1),%discnumber%-,)$if($and(%albumartist%,%tracknumber%),$num(%tracknumber%,2),).%title%

But I want to create that folder in the same directory I have the files at the moment and I don’t know if that is possible.