
Here's what i'm using:
filebot -script fn:amc --output "H:/Media" -non-strict "H:/New" --log-file amc.log --action copy --def artwork=y "seriesFormat=H:/Media/TV/{n} [{certification}, {genre}, {y}]/{'Season '+s}/{n} - {s00e00} - {t}" "animeFormat=H:/Media/Anime/{n} ({certification}, {genre}, {y})/{fn}" "movieFormat=H:/Media/Movies/{n} {y} ({certification} {Genre})/{n}" "musicFormat=H:/Media/Music/{n}/{fn}" excludeList=amc.txt
Why is it not renaming the file now?
Using this: {n} [{certification}, {genre}, {y}]/{'Season '+s}/{n} - {s00e00} - {t} in the GUI works fine and it renames the files and folder.
Thank in advance.