2015-01-17, 09:47 PM
I noticed in the latest version of NPVR that episode number is no longer present in the event_detail column in the scheduled_recording table. Was this change intentional? I believe the episode number was present in the previous version although it was rarely accurate (not NPVR's fault though). Anyways, I was just curious, thanks.
Here's an example from the scheduled_recording table:
And here's the matching EPG data:
Here's an example from the scheduled_recording table:
Code:
<Event>
<OID>2795421</OID>
<Title>Glee</Title>
<SubTitle>Jagged Little Tapestry</SubTitle>
<Description>Kurt and Rachel are faced with struggles as they try to rebuild and co-direct the glee club; Becky brings her new boyfriend to town, leaving Sue feeling concerned.</Description>
<ChannelOID>7165</ChannelOID>
<StartTime>2015-01-17T02:00:00.0000000Z</StartTime>
<EndTime>2015-01-17T03:00:00.0000000Z</EndTime>
<FirstRun>true</FirstRun>
<OriginalAirDate>2015-01-16T00:00:00.0000000</OriginalAirDate>
<Rating>TV-14</Rating>
<Audio>stereo</Audio>
<Aspect>16:9</Aspect>
<Quality>HDTV</Quality>
<Genres>
<Genre>Comedy</Genre>
<Genre>Episodic</Genre>
<Genre>Series</Genre>
</Genres>
<Cast>
<Member>Actor: Lea Michele</Member>
<Member>Actor: Chris Colfer</Member>
<Member>Actor: Darren Criss</Member>
<Member>Actor: Chord Overstreet</Member>
<Member>Actor: Jane Lynch</Member>
<Member>Actor: Matthew Morrison</Member>
<Member>Actor: Dot-Marie Jones</Member>
<Member>Actor: Lauren Potter</Member>
</Cast>
<UniqueID>EP01141389.0117</UniqueID>
</Event>
And here's the matching EPG data:
Code:
<programme start="20150116200000 -0600" stop="20150116210000 -0600" channel="I43.195990776.microsoft.com">
<title lang="en">Glee</title>
<sub-title lang="en">Jagged Little Tapestry</sub-title>
<desc lang="en">Kurt and Rachel are faced with struggles as they try to rebuild and co-direct the glee club; Becky brings her new boyfriend to town, leaving Sue feeling concerned.</desc>
<credits>
<actor>Lea Michele</actor>
<actor>Chris Colfer</actor>
<actor>Darren Criss</actor>
<actor>Chord Overstreet</actor>
<actor>Jane Lynch</actor>
<actor>Matthew Morrison</actor>
<actor>Dot-Marie Jones</actor>
<actor>Lauren Potter</actor>
</credits>
<date>20150116</date>
<category lang="en">Comedy</category>
<category lang="en">Episodic</category>
<category lang="en">Series</category>
<episode-num system="onscreen">603</episode-num>
<episode-num system="ms_progid">1.EP011413890117</episode-num>
<episode-num system="dd_progid">EP01141389.0117</episode-num>
<video>
<aspect>16:9</aspect>
<quality>HDTV</quality>
</video>
<audio>
<stereo>stereo</stereo>
</audio>
<new />
<subtitles type="teletext" />
<rating system="VCHIP">
<value>TV-14</value>
</rating>
</programme>