2012-01-25, 02:51 AM
An example of the 'event_details' data of a pending scheduled recording from my npvr.db3 (I've cut the actual element values for clarity)...Are these the only elements ever stored in the event_details field or is it based purely on what is available in the EPG_EVENT table?
For instance, I don't have any data for my star_rating column as the RT site isn't currently providing it. If I did, would the <Event> include a <StarRating></StarRating> element (for example)?
Code:
<Event>
<OID></OID>
<Title></Title>
<SubTitle></SubTitle>
<Description></Description>
<ChannelOID></ChannelOID>
<StartTime></StartTime>
<EndTime></EndTime>
<FirstRun></FirstRun>
<Aspect></Aspect>
<Genres>
<Genre></Genre>
</Genres>
</Event>
For instance, I don't have any data for my star_rating column as the RT site isn't currently providing it. If I did, would the <Event> include a <StarRating></StarRating> element (for example)?