using DVBGuide I noticed the following information being pulled down
where the crid type 0x31 is the episode ID (1RE8PG in this case) and the crid type 0x32 is the series ID (KCIEX8). As this is grabbed directly from the onair EPG is it possible to pull this directly with TV-Server?
I've done some C# programming before so don't mind having a go myself, if im pointed in the direction of EPG grapper source file. I'm hoping this would be relatively easy as the DB is already setup for series/eps info and the info must be already pulled, but just not stored.
Code:
<programme channel="X1088" start="20081221190000 +0000" stop="20081221200000 +0000">
<!--event id="46973" -->
<!--crid type="0x31" uri="crid://fp.bbc.co.uk/1RE8PG" -->
<!--crid type="0x32" uri="crid://fp.bbc.co.uk/KCIEX8" -->
<title lang="en">Top Gear</title>
<desc lang="en">Motoring news and views, with examinations of the Honda Clarity and the Tesla,
a battery-powered super-car, and an affectionate look back at 50 years of Touring Car racing. [S]</desc>
.
.
where the crid type 0x31 is the episode ID (1RE8PG in this case) and the crid type 0x32 is the series ID (KCIEX8). As this is grabbed directly from the onair EPG is it possible to pull this directly with TV-Server?
I've done some C# programming before so don't mind having a go myself, if im pointed in the direction of EPG grapper source file. I'm hoping this would be relatively easy as the DB is already setup for series/eps info and the info must be already pulled, but just not stored.