Slimming down AMC
Posted: 02 Feb 2015, 15:32
I just stumbled across this pretty awesome looking program.
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
wouldn't be enough right? (i know the code is not correct. haven't had time to read into it too much but i thought i'd just ask this before setting of in either direction.
thanks for the help!
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!