Hi there,
I'm using "WebGrab+Plus/w MDB & REX Postprocess -- version V1.56.24" on a UBUNTU 16.04 box, Mono JIT compiler version 4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4). While grabbing works fine I get an exception during post processing. Attached you can find my logfile and mdb config.
Regards
Hi Funnel
This is a known problem with older mdbini's.
Can you upload your custom mdbini tvdb.com.bing_de.ini ?
Jan
Here you are
Sorry, forgot to ask: I also need your xmltv input file, or at least part of it that contains the shows with the error.
But besides that, and besides that these crashes should not occur, there are a few principle errors in your mdb.config settings.
tvdb.com.ini is meant for series, you got that right. But series episode matching is done by comparing the xmltv sub-title with the episode title in the mdb site.
That can only succeed if there is a sub-title in the xmltv input show ... so selectserie musthave needs a subtitle !!..
<selectserie optional="productiondate,actor,director" contains="serie,soap,thriller,comedy,drama" musthave="title, sub-title" minumum="3" duration="25"/>
Same for mustmatch, it needs a sub-title !!
<matchserie optional="productiondate,actor,director" minimum="2" mustmatch="title, sub-title"/>
As you probably noticed, the latest beta contains an inproved mdb postprocessor V 2.0
I advice you to try that and use the new defaults setting for mdb.config
Jan
Thanks for the advice, I will try it as soon as possible.
Here's my guide.xml
Regards
Thomas
Hi Jan,
today I tried your suggestions but unfortunately the exception still exists. You can find my logfile and some config files in the zip file
Thomas
The exeption is caused by a missing condition in tvdb.com.bing.ini. Use the latest rev 2 http://www.webgrabplus.com/sites/default/files/download/ini/info/zip/MDB...
And ofcourse 56.25, or even better 56.26 which is due very soon.
Jan