Thanks so much for this program. I am having somewhat of an issue and I have tried various variations of the script. Below is what has gotten me to the closest I want. The problem is the outcome, a new folder called 'TV Shows' was created.
filebot -script fn:amc --output "M:\TV Shows" --log-file amc.log --action copy --conflict override -non-strict --def subtitles=n artwork=n "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
I have M:\TV Shows as the parent folder and would like all my shows to go into their own folders within M:\TV Shows, instead the above script created a new folder called TV Shows within M:\TV Shows so it looks like M:\TV Shows\TV Shows. This makes it very hard to organize on Plex. What am I doing wrong and why doesn't it recognize my parent drive to create the show folders within it. Also my shows are being downloaded from uTorrent into M:\TV Shows\ZZZZZFinished. The script is supposed to (at least what I want) is for it to be renamed and moved (I changed --action copy to --action move) to M:\TV Shows\XXX (Show Name).
I would also like to know to to create a log so I can see what is happening or stop the program from closing the CMD window?
Thanks so much for the help!
Help with the script
Re: Help with the script
The amc script doesn't just do TV Shows you know, therefore:
Secondly logs:
Where does it put amc.log then? Just look at the very first line of the cmdline output.
Code: Select all
--output "M:"
Code: Select all
--log-file amc.log
Re: Help with the script
rednoah
Thanks for your help. I now have an automated media center. Thank you so much as I have been racking my brains on this for a while now. Have you used TVTrigger? Sometimes ShowRSS doesn't automatically download the shows in uTorrent but TVTrigger seems to work out. Just asking if you have had the same issue with uTorrent not auto downloading the shows?
Thanks for your help. I now have an automated media center. Thank you so much as I have been racking my brains on this for a while now. Have you used TVTrigger? Sometimes ShowRSS doesn't automatically download the shows in uTorrent but TVTrigger seems to work out. Just asking if you have had the same issue with uTorrent not auto downloading the shows?
Re: Help with the script
I don't actually download anything, even if automated, I wouldn't have the time to watch anything anyway. Nowadays I'm only developer, not user. 
