Hello, I have read so many different posts that I'm seeing double. All I need to do is prevent the AMC script from processing torrents with "other" label. I do not want the files moved, matched, nothing. I want them left in the BitTorrent\_Completed folder as downloaded. I have several older cartoon torrents that I would like to manually match using the GUI and I would like to simply label them individually so they don't get processed. For some reason every torrent I've tested gets processed and moved. I'm sure there is something wrong with my code but I am unsure what.
C:\Windows\system32>filebot -script fn:sysinfo
FileBot 4.8.5 (r6224)
JNA Native: 5.2.2
MediaInfo: 18.12
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2019-05-15 (r565)
Groovy: 2.5.6
JRE: OpenJDK Runtime Environment 11.0.2
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 7 GB Max Memory / 39 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI
License: FileBot License LICENSE(Valid-Until: 2021-01-11)
I tried --def ut_label=other but got the same result. Would I replace "ut_label=%L" with --def ut_label=other? I honestly don't know what "ut_label=%L" does and have failed to find any info on it so I have just kept it in place. I also assumed that --def ut_label=other would label all files "unsorted" and process them with unsorted behavior. Am I correct in assuming that? I only wanted to ignore those that I actually label within the torrent app because they are alongside movies/TV shows that I want sorted normally. My alternative has been to use a separate torrent app without AMC script that I send those files I don't want sorted to. Either that, or manually revert within the GUI when those items are completed. It's really just a minor inconvenience but I would love to be able to prevent the script from matching/renaming/sorting with "other" label in order to automate the process.
Well, let's all use the latest release to make sure we're on the same page.
%L is a variable that uT will replace with an actual value before making the filebot call. Please read the Troubleshooting section in the amc script manual for details.