i use different programs to pass to Qbit which downloads to the a temp folder which amc usually process to the output but id like to separate out anything usually process via animeformat my plan is to allow amc to place regular movies directly to a different output if i can rather than manually move as i do now.
qbit downloads to F:\torrents
qbit temp is a sub folder which i suspect i need to move currently F:\torrents\temp
current amc process folder F:/Filebot-qbit
Proposed idea move regular TV series using tvdb {order.airdate.plex} and Movies using themoviedb to F:\Media\{plex} but if anime id like it to remain in the filebot-qbit folder using animedb {order.airdate.plex}
im sure my code below is missing something if possible or broke after i fixed the old (copy) to (duplicate) which fixed the speed issue it was painfully slow.
Code: Select all
cmd /c START /MIN cmd /c filebot -script fn:amc --output "F:/Filebot-qbit" --action duplicate --conflict skip -non-strict "F:\torrents" --log-file "F:/Filebot-qbit/reports/amc.log" --def excludeList="F:/Filebot-qbit/Reports/amc-exclude.txt" --def skipExtract=y --def movieDB=TheMovieDB seriesDB=TheTVDB animeDB=AniDB --def animeFormat=Anime"{order.airdate.plex}" --def unsorted=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L""