NextPVR Forums

Full Version: Log file information
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Below is a segment of an overnight update to the guide. I like to check the log to see how the update completed.

Can someone please explain the meaning of the bold-faced lines? Not an error but I enjoy knowing what's really happening.

Thank you.

2017-09-23 04:13:28.984 [INFO][9] UpdateRecurringRecording(205, 'Hawaii Five-0'):
<Rules>
<EPGTitle>Hawaii Five-0</EPGTitle>
<ChannelOID>7410</ChannelOID>
<ChannelName>WCBS-DT</ChannelName>
<StartTime>2017-09-30T01:00:00.0000000Z</StartTime>
<EndTime>2017-09-30T02:00:00.0000000Z</EndTime>
<PrePadding>1</PrePadding>
<PostPadding>1</PostPadding>
<Quality>0</Quality>
<Keep>0</Keep>
<OnlyNewEpisodes>true</OnlyNewEpisodes>
</Rules>

2017-09-23 04:13:29.680 [DEBUG][9] LoadListingsMatchingTitle(channel=7410,title=Hawaii Five-0)
2017-09-23 04:13:29.684 [DEBUG][9] - Potential episode at: 9/29/2017 9:00:00 PM
2017-09-23 04:13:29.684 [DEBUG][9] ...check IsValid()
2017-09-23 04:13:29.685 [DEBUG][9] ...scheduling episode
2017-09-23 04:13:29.685 [DEBUG][9] ScheduleRecording@1
2017-09-23 04:13:29.685 [DEBUG][9] ScheduleRecording@2.0
2017-09-23 04:13:29.685 [DEBUG][9] ScheduleRecording@2.1
2017-09-23 04:13:29.685 [DEBUG][9] CaptureSource.LoadAll()
2017-09-23 04:13:29.686 [DEBUG][9] ScheduleRecording@2.2
2017-09-23 04:13:29.688 [DEBUG][9] ScheduleRecording@2.2
2017-09-23 04:13:29.692 [DEBUG][9] Checking if multi-record possible...
2017-09-23 04:13:29.693 [DEBUG][9] <tuning>
<type>HDHR</type>
<service_id>502</service_id>
<locator>
<sid>502</sid>
<tsid>0</tsid>
<map>0</map>
<chan>0</chan>
<name>WCBS-DT</name>
</locator>
</tuning>

2017-09-23 04:13:29.693 [DEBUG][9] <tuning>
<type>HDHR</type>
<service_id>507</service_id>
<locator>
<sid>507</sid>
<tsid>0</tsid>
<map>0</map>
<chan>0</chan>
<name>WABC-DT</name>
</locator>
</tuning>


2017-09-23 04:13:29.693 [DEBUG][9] ScheduleRecording@2.2
2017-09-23 04:13:29.694 [DEBUG][9] ScheduleRecording@2.3
2017-09-23 04:13:29.694 [DEBUG][9] ScheduleRecording@2.4
2017-09-23 04:13:29.694 [DEBUG][9] ScheduleRecording@3
2017-09-23 04:13:29.767 [DEBUG][9] ScheduleRecording@4
2017-09-23 04:13:29.767 [DEBUG][9] ScheduleRecording@5
2017-09-23 04:13:29.767 [DEBUG][9] - Potential episode at: 10/6/2017 9:00:00 PM
2017-09-23 04:13:29.767 [DEBUG][9] ...check IsValid()
2017-09-23 04:13:29.767 [DEBUG][9] ...scheduling episode
2017-09-23 04:13:29.767 [DEBUG][9] ScheduleRecording@1
2017-09-23 04:13:29.767 [DEBUG][9] ScheduleRecording@2.0
2017-09-23 04:13:29.767 [DEBUG][9] ScheduleRecording@2.1
2017-09-23 04:13:29.767 [DEBUG][9] CaptureSource.LoadAll()
2017-09-23 04:13:29.769 [DEBUG][9] ScheduleRecording@2.2
2017-09-23 04:13:29.771 [DEBUG][9] ScheduleRecording@2.2
2017-09-23 04:13:29.775 [DEBUG][9] Checking if multi-record possible...
2017-09-23 04:13:29.776 [DEBUG][9] <tuning>
<type>HDHR</type>
<service_id>502</service_id>
<locator>
<sid>502</sid>
<tsid>0</tsid>
<map>0</map>
<chan>0</chan>
<name>WCBS-DT</name>
</locator>
</tuning>

2017-09-23 04:13:29.776 [DEBUG][9] <tuning>
<type>HDHR</type>
<service_id>507</service_id>
<locator>
<sid>507</sid>
<tsid>0</tsid>
<map>0</map>
<chan>0</chan>
<name>WABC-DT</name>
</locator>
</tuning>

2017-09-23 04:13:29.776 [DEBUG][9] <tuning>
<type>HDHR</type>
<service_id>507</service_id>
<locator>
<sid>507</sid>
<tsid>0</tsid>
<map>0</map>
<chan>0</chan>
<name>WABC-DT</name>
</locator>
</tuning>


2017-09-23 04:13:29.777 [DEBUG][9] ScheduleRecording@2.2
2017-09-23 04:13:29.778 [DEBUG][9] ScheduleRecording@2.3
2017-09-23 04:13:29.778 [DEBUG][9] ScheduleRecording@2.4
2017-09-23 04:13:29.778 [DEBUG][9] ScheduleRecording@3
2017-09-23 04:13:29.867 [DEBUG][9] ScheduleRecording@4
2017-09-23 04:13:29.868 [DEBUG][9] ScheduleRecording@5
There is one of these <tuning> blocks for each type of device, and the carry the information the application needs to tune the requested channel on that device. In the case of the HDHR Prime / DCR-3250, it only really needs the channel number for tuner. For other types of tuners, you get frequency, symbol rate, video input, satellite selection etc.
also looks like NextPVR is checking resources to make sure simultaneous recordings will not conflict.

Thank you, sub. Good info.