So I'm trying to rename all the episodes from 'Transformers Prime Beast Hunters' and that's the series I pick using TVRage, but Filebot won't use it, it just uses 'Transformers'
I did a search on forcing how to pick a series name, but none of it makes any sense to me. Could someone explain it to me simply?
Picking right series, Filebot grabs the wrong one
Re: Picking right series, Filebot grabs the wrong one
What's the filenames?
Even in fully automated mode using TheTVDB data that doesn't even match exactly, it'll still work:
Even in fully automated mode using TheTVDB data that doesn't even match exactly, it'll still work:
Code: Select all
Parameter: ut_kind = multi
Parameter: ut_dir = D:\testdata\AMC-TEST
Parameter: ut_title = AMC-TEST
Input: D:\testdata\AMC-TEST\Transformers Prime Beast Hunters s01e01.avi
Group: [tvs:Transformers Prime] => [Transformers Prime Beast Hunters s01e01.avi]
Rename episodes using [TheTVDB]
Auto-detected query: [Transformers Prime, Transformers, Transformers Beast Hunters]
Fetching episode data for [Transformers: Prime]
Fetching episode data for [Transformers]
Fetching episode data for [Transformers: Zone]
Fetching episode data for [Transformers Armada]
Fetching episode data for [Transformers Energon]
Fetching episode data for [Transformers: Victory]
Fetching episode data for [Transformers: Animated]
Fetching episode data for [Transformers: Cybertron]
Fetching episode data for [Transformers: Masterforce]
Fetching episode data for [Transformers: Rescue Bots]
Fetching episode data for [Transformers: Galaxy Force]
Fetching episode data for [Transformers: Cyber Missions]
Fetching episode data for [Transformers: The Headmasters]
Fetching episode data for [Transformers Robots In Disguise]
Stripping invalid characters from new path: TV Shows/Transformers: Prime/Season 01/Transformers: Prime - S01E01 - Darkness Rising, Part 1
[TEST] Rename [D:\testdata\AMC-TEST\Transformers Prime Beast Hunters s01e01.avi] to [D:\output\TV Shows\Transformers Prime\Season 01\Transformers Prime - S01E01 - Darkness Rising, Part 1.avi]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
Re: Picking right series, Filebot grabs the wrong one
Here are the filenames:
What is strange is that under the Episodes search, it does return the proper series. I'm not understanding what the problem is.
Code: Select all
Transformers.Prime.S01E01.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E02.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E03.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E04.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E05.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E06.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E07.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E08.Con.Job.BDRip.XviD-DEiMOS.avi
Transformers.Prime.S01E08.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E09.Convoy.BDRip.XviD-DEiMOS.avi
Transformers.Prime.S01E09.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E10.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E11.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E12.DVDRip.XviD-RAWNiTRO.avi
Transformers.Prime.S01E13.DVDRip.XviD-RAWNiTRO.avi
Re: Picking right series, Filebot grabs the wrong one
Well, short answer: file don't match what's in the database. Your files are called "Transformers Prime" but on TV Rage it's "Transformers Prime Best Hunters".
That'll result in two searchs for each of those terms. The search "Transformers" auto-select the show of the same name, the search for "Transformers Prime" doesn't match anything so it'll ask you. So FileBot will continue to match with episode data of both of these shows. Basically it's thinking "Transformers Prime" matches better with "Transformers".
Solution:
(A) SHIFT-click datasource to force manually input, select "Transformers Prime Best Hunters". Now it'll really only work with episode data of that one show and it'll work.
(B) Use TheTVDB. On there series name matches your files so it'll naturally match everything correctly.
That'll result in two searchs for each of those terms. The search "Transformers" auto-select the show of the same name, the search for "Transformers Prime" doesn't match anything so it'll ask you. So FileBot will continue to match with episode data of both of these shows. Basically it's thinking "Transformers Prime" matches better with "Transformers".
Solution:
(A) SHIFT-click datasource to force manually input, select "Transformers Prime Best Hunters". Now it'll really only work with episode data of that one show and it'll work.
(B) Use TheTVDB. On there series name matches your files so it'll naturally match everything correctly.
Re: Picking right series, Filebot grabs the wrong one
Okay, the first one worked! Thanks! I'll watch for that next time.