2021-08-17, 07:40 PM
The reason it didn't fail is NextPVR scheduled it but didn't start it yet, it will eventually fail. The addon is likely treating this as in progress because of the start date.
Martin
Code:
<recording>
<id>1175</id>
<name>WBTVDT</name>
<desc>WBTVDT</desc>
<start_time>1/1/1970 1:40:00 PM</start_time>
<start_time_ticks>67200</start_time_ticks>
<duration>00:05</duration>
<duration_seconds>300</duration_seconds>
<status>Pending</status>
<reason></reason>
<quality>QUALITY_DEFAULT</quality>
<pre_padding>0</pre_padding>
<post_padding>0</post_padding>
<red>False</red>
<blue>False</blue>
<green>False</green>
<yellow>False</yellow>
<channel>WBTVDT</channel>
<channel_id>7148</channel_id>
<recurring>false</recurring>
<recurring_parent>0</recurring_parent>
</recording>
Martin