I (as so many others) am planning to use it to sort my utorrent downloads.
Looking at the AMC script i find it does a little too much for my liking. (dont need subtitles or artwork)
All I want it to do is extract the downloaded file, rename it and place it in a folder.
All files should go into the same folder not in subfolders for series or sth similar.
I then have another program automatically do the sorting from there and add the stuff to my library.
Now my question:
can I actually slim down the AMC script or am i better off creating a new script? AMC has all the nice added extras of recognizing the differently named files and formats so i would like to take advantage of that.
just having
Code: Select all
filebot -extract --output "X:/Path" --rename
thanks for the help!