[Incorrect Match] Killing Season (2013)

All your suggestions, requests and ideas for future development
Post Reply
verysofttoiletpaper
Posts: 141
Joined: 05 Jul 2012, 09:44

[Incorrect Match] Killing Season (2013)

Post by verysofttoiletpaper »

Code: Select all

Parameter: ut_kind = multi
Parameter: ut_dir = Downloads/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED
Parameter: subtitles = en
Parameter: xbmc = unknown.home
Parameter: movieFormat = Movies/{n} ({y})/{fn}
Parameter: seriesFormat = TVShows/{n}/{episode.special ? "Special" : "Season "+s.pad(2)}/{fn.replaceAll(/[`´‘’ʻ]/, "'").replaceAll(/[!?.]+$/).replacePart(', Part $1')}
Input: /home/user/Downloads/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.mkv
Input: /home/user/Downloads/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.eng.srt
Group: [tvs:Killing] => [Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.mkv, Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.eng.srt]
No missing subtitles
Rename episodes using [TheTVDB]
Auto-detected query: [Killing, Killing 5 1]
Fetching episode data for [The Killing]
Fetching episode data for [Killing Time]
Fetching episode data for [Giant Killing]
[SYMLINK] Rename [/home/user/Downloads/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.mkv] to [/home/user/TVShows/Giant Killing/Season 01/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.mkv]
[SYMLINK] Rename [/home/user/Downloads/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.eng.srt] to [/home/user/TVShows/Giant Killing/Season 01/Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.eng.srt]
Processed 2 files
Notify XBMC: unknown.home
ConnectException: Connection refused
ConnectException: Connection refused
Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Incorrect Match] Killing Season (2013)

Post by rednoah »

Both fixed with the latest filebot/amc. The AMC forced TVS because of "Season 20", with the other one it found matching series a well as 20..26 so I made those rules stricter.

Code: Select all

Locking D:\workspace\filebot\..\output\APPDATA\logs\amc.test.log
Argument: D:\workspace\testdata\AMC-TEST
Input: D:\workspace\testdata\AMC-TEST\charles.darwin.and.the.tree.of.life.720p.hdtv.x264-gothic.mkv
Input: D:\workspace\testdata\AMC-TEST\Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED\Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.mkv
Query TheMovieDB: [charles darwin and the tree of life gothic, charles darwin and the tree of]
charles.darwin.and.the.tree.of.life.720p.hdtv.x264-gothic.mkv [series: charles darwin and the tree of life, movie: Charles Darwin and the Tree of Life (2009)]
--- EPISODE FILTER (POS) ---
false
false
false
false
--- EPISODE FILTER (NEG) ---
false
false
Exclude Series: charles darwin and the tree of life
Query TheMovieDB: [Killing Season 2013]
Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.mkv [series: Killing, movie: Killing Season (2013)]
--- EPISODE FILTER (POS) ---
false
false
false
false
--- EPISODE FILTER (NEG) ---
true
true
Exclude Series: Killing
Group: [tvs:null, mov:Charles Darwin and the Tree of Life (2009), anime:null] => [charles.darwin.and.the.tree.of.life.720p.hdtv.x264-gothic.mkv]
Group: [tvs:null, mov:Killing Season (2013), anime:null] => [Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.mkv]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [D:\workspace\testdata\AMC-TEST\charles.darwin.and.the.tree.of.life.720p.hdtv.x264-gothic.mkv]
Query TheMovieDB: [charles darwin and the tree of life gothic, charles darwin and the tree of]
[COPY] Rename [D:\workspace\testdata\AMC-TEST\charles.darwin.and.the.tree.of.life.720p.hdtv.x264-gothic.mkv] to [D:\workspace\output\Movies\Charles Darwin and the Tree of Life (2009)\Charles Darwin and the Tree of Life (2009).mkv]
Processed 1 files
Rename movies using [TheMovieDB]
Auto-detect movie from context: [D:\workspace\testdata\AMC-TEST\Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED\Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.mkv]
Query TheMovieDB: [Killing Season 2013]
[COPY] Rename [D:\workspace\testdata\AMC-TEST\Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED\Killing.Season.2013.720p.BluRay.AC3-5.1.x264-AXED.mkv] to [D:\workspace\output\Movies\Killing Season (2013)\Killing Season (2013).mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
:idea: Please read the FAQ and How to Request Help.
Post Reply