2023-11-01, 09:38 PM
Some of my recurring recordings are not detecting new episode and scheduling recording of them.
For example, this show is set to record only new episodes (from recurring-backup.xml)
However, it is not detecting a new episode airing this Sunday night:
As you can see the EPG entry does have an original airdate of 11/5. Is the scheduler using original airdate or some other flag to determine new episodes? Is this an EPG data problem?
For example, this show is set to record only new episodes (from recurring-backup.xml)
Code:
<recurring>
<oid>67</oid>
<name>Rick and Morty</name>
<matchrules>
<Rules>
<EPGTitle>Rick and Morty</EPGTitle>
<ChannelOID>8292</ChannelOID>
<ChannelName>Cartoon Network HD</ChannelName>
<StartTime>2023-11-06T04:00:00.0000000Z</StartTime>
<EndTime>2023-11-06T04:30:00.0000000Z</EndTime>
<PrePadding>1</PrePadding>
<PostPadding>2</PostPadding>
<Quality>0</Quality>
<Keep>0</Keep>
<RecordingDirectoryID>[Default]</RecordingDirectoryID>
<OnlyNewEpisodes>true</OnlyNewEpisodes>
</Rules>
</matchrules>
</recurring>
However, it is not detecting a new episode airing this Sunday night:
Code:
Rick and Morty
11/5/2023 11:00 PM - 11:30 PM
That's Amorte (S07E04) A sociopathic scientist arrives at his daughter's doorstep 20 years after disappearing and moves in with her family, setting up a laboratory in the garage and taking his grandson on wild adventures across the universe.
[Animated, Action, Adventure, Comedy]
Originally Aired: 11/5/2023
As you can see the EPG entry does have an original airdate of 11/5. Is the scheduler using original airdate or some other flag to determine new episodes? Is this an EPG data problem?