First of all, I'm amazed by your work on this - I love it a lot! My light-OCD organizing needs are singing in my heart

Though I might be easy to impress - due to my lacking skills of coding..

I have been reading the forums and stickies, trying to create something for my self and I'm having a bit of trouble. What I am trying to do is nothing too fancy, but I can't find anything that I can adapt from completely. I download anime, TV-shows and movies, and all of them are in separate folders naturally and it would be nice to have them moved and organized correctly with subs. So in short: subbing, renaming and sorting(--Move).
This is what I currently use with uTorrent:
Code: Select all
filebot -script fn:amc --output "D%" --log-file amc.log --log-lock true --action copy --conflict override -non-strict --def music=n subtitles=en artwork=n "seriesFormat=E:/Series/{n}/Season {s}/{n} - {S00E00} - {t}" "animeFormat=E:/Anime/{n} {y} ({vf})" "movieFormat=H:/Movies/{n} {y} ({vf})" "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

Could I at least get a push in the right direction?
Thanks in advance for any help
