Incorrect matching: Real Time with Bill Maher

Support for Ubuntu and other Desktop Linux distributions
Post Reply
User avatar
ashfallen0
Power User
Posts: 32
Joined: 14 Jan 2012, 10:44

Incorrect matching: Real Time with Bill Maher

Post by ashfallen0 »

I just recently added "Real Time with Bill Maher" to my RSS system, and after a couple episodes, I noticed that the rename isn't firing properly via AMC. Manual attempt fails with both TVDB and TVRAGE.
Xubuntu 14.04 LTS
3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Effects: Filebot 4.5.6 and Filebot 4.6

Link to TVDB:http://thetvdb.com/?tab=episode&seriesi ... 5970&lid=7
Link to TVRAGE:https://www.tvrage.com/Real_Time_With_B ... 1065815942

Processing log output:

Code: Select all

Parameter: seriesFormat = tv/{n.replaceAll(":", replacement = " -")}/{"Season ${s.pad(2)}"}/{n.replaceAll(":", replacement = " -")} - {episode.special ? S00E+special.pad(2) : s00e00} - {t.replaceAll(":", replacement = " -")} {[hpi]}{di}{'['+resolution} {' '+vc}{'-'+ac+']'}
Parameter: animeFormat = anime/{n.replace(":"," -").replaceAll(/[?]/, )}/{n.replace(":"," -").replaceAll(/[?]/, )} - {episode.special ? S+special.pad(2) : 'EP'+absolute.pad(3)} - {t.replace(":"," -").replaceAll(/[?]/, )} {[hpi]}{'['+resolution} {' '+vc}{'-'+ac+']'}
Parameter: movieFormat = movies{'/'+fn.match(/3D/).upper()}/{norm = (n.replaceAll(":", replacement = " -"))} - {y}/{norm = (n.replaceAll(":", replacement = " -"))} - {y} {[hpi]}{'['+resolution}][{vc}{'-'+ac+']'}{'.'+fn.match(/3D/).upper()+'.'+fn.match(/HSBS/).upper()}
Parameter: music = n
Parameter: clean = y
Parameter: xbmc = 127.0.0.1
Parameter: artwork = n
Parameter: ut_dir = /home/mount/iso/Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV[rarbg]
Parameter: ut_label = tv
Parameter: ut_kind = multi
Parameter: ut_title = Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV[rarbg]
Input: /home/mount/iso/Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV[rarbg]/Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV.mkv
Exclude: /home/mount/iso/Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV[rarbg]/real.time.with.bill.maher.2015.06.27.720p.hdtv.x264-batv.nfo
Exclude: /home/mount/iso/Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV[rarbg]/RARBG.com.txt
Group: [tvs:real time with bill maher] => [Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Real Time With Bill Maher]
Fetching episode data for [Real Time with Bill Maher]
[MOVE] Rename [/home/mount/iso/Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV[rarbg]/Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV.mkv] to [/home/mount/tv/Real Time with Bill Maher/Season 00/Real Time with Bill Maher - - Overtime - March 16, 2012 [720p][1280x720 x264-AC3].mkv]
Processed 1 files
Notify XBMC: 127.0.0.1
Clean clutter files and empty folders
Delete /home/mount/iso/Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV[rarbg]/RARBG.com.txt
Delete /home/mount/iso/Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV[rarbg]/real.time.with.bill.maher.2015.06.27.720p.hdtv.x264-batv.nfo
Delete /home/mount/iso/Real.Time.With.Bill.Maher.2015.06.27.720p.HDTV.x264-BATV[rarbg]
Done ヾ(@⌒ー⌒@)ノ
Image PHPBB3 hates me.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Incorrect matching: Real Time with Bill Maher

Post by rednoah »

Episode list says Real Time with Bill Maher - 13x21 - June 26, 2015 so I guess if the file is tagged with 2015.06.27 there's no match (same is if SxE was slightly wrong/misleading) and the rest is pretty much random.
:idea: Please read the FAQ and How to Request Help.
User avatar
ashfallen0
Power User
Posts: 32
Joined: 14 Jan 2012, 10:44

Re: Incorrect matching: Real Time with Bill Maher

Post by ashfallen0 »

I guess what I'm asking is: Is there a way to call date as a matching device, or is SxE the basis of all matching?
Image PHPBB3 hates me.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Incorrect matching: Real Time with Bill Maher

Post by rednoah »

The date is used. But if the files says 2015.06.27 and the online data says 2015.06.26 then that doesn't match, doesn't matter if it's off by a day or off by a year.
:idea: Please read the FAQ and How to Request Help.
underrepresented
Posts: 15
Joined: 15 Nov 2015, 21:38

Re: Incorrect matching: Real Time with Bill Maher

Post by underrepresented »

Sorry to necro this thread, but....

The date format might be part of the issue; but, one of the files you are trying to rename (Real Time with Bill Maher - - Overtime - March 16, 2012) is considered a special. Therefore will not show up in your file list as a separate file but as the original. Filebot thinks your trying to duplicate it.

I don't know if you can script an if/then statement for the "Overtime". Maybe via command line and then add "overtime" to the title. I myself am not very script capable.
Post Reply