Recently with the down of TVGuide support for LatinAmerica Providers, I was looking for alternatives, in Example: Golden Premier which i found on GatoTV.
GatoTV has many of the programmes with only data, so I think about adding description and all other relative fields with MDB postprocess.
The problem is that MDB postprocess will not select movie from candidates if they only have
How can I make it to work?
I'm using WG++ v5.1.3.0 under Windows 10
short answer is u cant.
well you could but you wont get the results you want.
imho if the movie doesnt have atleast the title and year then you have very little chance of getting the correct match.
sure u can change the select/match setting in the mdb.config.xml to make it work with title only.
think about how many remakes of the same movie or a totally different movie with the same name exist.
how many channels are you looking for epg for?
Four channels:
Canal Golden Premier
Canal Golden Premier 2
Canal Golden Multiplex
Canal Golden Plus
Could you please share the right settings to use for only title search?
<selectmovie duration="76" minimum="1" musthave="title" contains="" unselect="" optional="productiondate, director"/>
<matchmovie mustmatch="title" minimum="1" optional="productiondate, director"/>
normally the minimum is set to atleast 2(title and year for example)
the only way to apply this to just those channel you need to list all other channel you use at the bottom of the mdb.config.xml
from the docs
they got at the very bottom before the </setting> tag.