Help with the script
Posted: 03 Apr 2014, 06:16
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!
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!