
My script:
Code: Select all
filebot -script fn:amc --output "/Volumes/PlexMedia" --action duplicate --conflict auto -non-strict --log-file amc.log --def excludeList=/Users/John/.filebot/amc.excludes --def unsorted=y --def music=y --def subtitles=en --def minFileSize=0 --def minLengthMS=0 --def plex="127.0.0.1":"MyTokenValue" "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
Parameter: ut_dir = /Volumes/PlexMedia/Seeding/BBC.The.Truth.about.Meat.1080i.HDTV.MVGroup.mkv
Parameter: ut_title = BBC.The.Truth.about.Meat.1080i.HDTV.MVGroup.mkv
Input: /Volumes/PlexMedia/Seeding/BBC.The.Truth.about.Meat.1080i.HDTV.MVGroup.mkv
BBC.The.Truth.about.Meat.1080i.HDTV.MVGroup.mkv [series: null, movie: The Truth (2010)]
Group: [tvs:null, mov:the truth 2010] => [BBC.The.Truth.about.Meat.1080i.HDTV.MVGroup.mkv]
No matching subtitles found: /Volumes/PlexMedia/Seeding/BBC.The.Truth.about.Meat.1080i.HDTV.MVGroup.mkv
Auto-detect movie from context: [/Volumes/PlexMedia/Seeding/BBC.The.Truth.about.Meat.1080i.HDTV.MVGroup.mkv]
[DUPLICATE] From [/Volumes/PlexMedia/Seeding/BBC.The.Truth.about.Meat.1080i.HDTV.MVGroup.mkv] to [/Volumes/PlexMedia/Movies/The Truth (2010)/The Truth (2010).mkv]
There are many titles listed this way.
I looked at "--conflict auto -non-strict" and thought it should be changed. Would "--conflict auto -strict" help in this situation

Before using the AMC script I used to name titles manually. I had two scripts, one for TVseries and one for Movies. Since I knew which were which. In Vuze I used tags to determine which folder they downloaded to and I had different scripts for each folder. This was my TVS script:
Code: Select all
TV Shows/{info.network}/{primaryTitle}/Season {s} ({airdate.format('yyyy')})/{n} - {s00e00} - {t}

Thank you all.