jmcree

Members
  • Posts

    2
  • Joined

  • Last visited

jmcree's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks man. I'll give it a shot. I chose hardlink though because I've read that it will create a copy of the files, then I could delete the original set and they would still seed. Will they still seed if i use --action move?
  2. Thanks for all of your hard work on this. I can't get the qbit docker to execute on completed files though. Can someone verify the string I am using? For what it's worth, I dont' see an opt/filebot/filebot in the appdata folder, so did i install it wrong? Also, is the amc script built into Filebot or is that something i need to download and drop into the appdata folder? My goal is to be able to have completed files moved into my real storage locations and named like the rest while still be able to seed them. docker exec FileBot /opt/filebot/filebot -script fn:amc --action hardlink -non-strict "/storage/Media/Unsorted/" --conflict skip -non-strict --log-file amc.log --def movieFormat="/storage/Media/Movies/{ny}/{ny}" --def seriesFormat="/storage/Media/TV Shows/{n}/{'Season '+s}/{n} - {s00e00} - {t}" --def unsorted=y music=n artwork=n --def clean=y --def excludeList=/config/amc-exclude-list.txt --def deleteAfterExtract=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"