issue when 2 files for same episode

Any questions? Need some help?
Post Reply
belgarth
Posts: 30
Joined: 25 Jan 2012, 09:19

issue when 2 files for same episode

Post by belgarth »

belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ ls
psych.s06e11.720p.hdtv.x264-compulsion.mkv the.soup.2012.03.07.720p.hdtv.x264-momentum.mkv
psych.s06e11.720p.hdtv.x264-orenji.mkv
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ rm "/home/belgarth/Downloads/TV-Shows/The Soup/The Soup - 9x10 - March 7.mkv"
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ filebot -non-strict -rename --db thetvdb --format "/home/belgarth/Downloads/TV-Shows/{n}/{n} - {s}x{e} - {t}" /home/belgarth/Downloads/TV-Shows/Unsorted/*
Rename episodes using [TheTVDB]
Auto-detected query: [the soup, psych]
Fetching episode data for [The Soup]
Fetching episode data for [Psych]
[MOVE] Renamed [/home/belgarth/Downloads/TV-Shows/Unsorted/psych.s06e11.720p.hdtv.x264-compulsion.mkv] to [/home/belgarth/Downloads/TV-Shows/The Soup/The Soup - 6x11 - March 13th, 2009.mkv]
[MOVE] Renamed [/home/belgarth/Downloads/TV-Shows/Unsorted/psych.s06e11.720p.hdtv.x264-orenji.mkv] to [/home/belgarth/Downloads/TV-Shows/Psych/Psych - 6x11 - Heeeeere's Lassie!.mkv]
[MOVE] Renamed [/home/belgarth/Downloads/TV-Shows/Unsorted/the.soup.2012.03.07.720p.hdtv.x264-momentum.mkv] to [/home/belgarth/Downloads/TV-Shows/The Soup/The Soup - 9x10 - March 7.mkv]

I'm not sure what the proper behavior should be when something like the above is done, but renaming the file to a completely different show, doesn't seem like the right answer.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: issue when 2 files for same episode

Post by rednoah »

I see your problem...In strict-mode that can't happen. But then you enable fuzzy logic for multiple shows but that also opens you up to problems like this.

If your files are well-named (name+sxe|date) you can just handle things file-by-file with this script:
sortivo.groovy => http://filebot.sourceforge.net/forums/v ... 4&t=5#p512
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: issue when 2 files for same episode

Post by rednoah »

Added some special handling for cases like this to the r946 build.
:idea: Please read the FAQ and How to Request Help.
Post Reply