[AMC] Force Detection Logic
Posted: 29 Jul 2014, 03:04
One thing I didn't see in the AMC documentation or forums, but found by looking at the code was a way to help force the script to use specific detection logic. Very useful for forcing stuff to be ignored, or if TV shows are being renamed live movies (or vica-versa)
First of all your script that gets run has to have the following in the --def parameters: "ut_label=%L"
Example:
Secondly you want to add a few Persistent Labels to make your life easier (in µTorrent)
Movie will force Movie detection logic
TV & Kids Shows will force Series detection logic
Anime is pretty self explanatory
Audio, Music, & Music Video force Audio detection logic
and all the rest will just ignore detection all together
Finally, after you've added a torrent to µTorrent, rt-click on it, select the Labels option, and pick the best label that matches which detection type you'd like.
First of all your script that gets run has to have the following in the --def parameters: "ut_label=%L"
Example:
Code: Select all
filebot -script fn:amc --output "E:/Upload/FileBot" --action copy --def "ut_label=%L" "ut_file=%F" "ut_dir=%D"
- Options
- Preferences
- Advanced
- UI Extras
Code: Select all
Movie|TV|Kids Shows|Anime|Audio|Music|Music Video|Games|Ebook|Other|Ignore
TV & Kids Shows will force Series detection logic
Anime is pretty self explanatory
Audio, Music, & Music Video force Audio detection logic
and all the rest will just ignore detection all together
Finally, after you've added a torrent to µTorrent, rt-click on it, select the Labels option, and pick the best label that matches which detection type you'd like.