NextPVR Forums

Full Version: Fandango Broken?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried installing ICL on a new build and am running into some difficulty downloading data.

It looks like much of the data downloads correctly, but:
  • The films.xml is missing much of the data, in particular ALL titles and synopsis
  • The showings.xml looks accurate for each theater input, listing each title and showtime
  • The log doesn't seem to show any hard errors, but it does indicate empty titles.
Attached are the xml and log files.
I havn't looked at the Fandango site for a while so can't remember exactly, but the layout does look different.

I'm away on a xmas break at the moment so I can't check the source code or debug, but I reckon if you edit the sources.xml file, as shown below you should get the film titles back.

change from:
Code:
<filmTitleRegEx><![CDATA[<title>(?<FilmTitle>.*?).Tickets and Showtimes]]></filmTitleRegEx>
to:
Code:
<filmTitleRegEx><![CDATA[<title>(?<FilmTitle>.*?)</title>]]></filmTitleRegEx>

Once the film titles are present you can than make use of the "fill the gaps" tickbox on the IMDB lookup tab of the config app.
Just want to report that the fix works perfectly.

Thanks, McBainUK, you are a wizard!

toboR