2017-12-18, 09:58 PM
Can someone with more experience confirm to me that this was my error.
I have many PBS stations from 3 regions (I luckily live in an area and place where I get channels from 3 TV regions).
Some play shows others don't for some reason. I wanted to catch the new Father Brown when it starts.
I wanted to create an 'all channel' only, new Father Brown recording as there is no 'all channels, new episode' option.
My first attempt failed, and still was recording at least 1 episode on all Father Browns.
My second attempt doesn't mark anything, so I'm sure if it will work when the new Father Brown in the US.
Will my second attempt record the new Father Brown on any channel when it hits the guide?
THX.
First Attempt:
(I think the placement of </Rules> was wrong.
2nd Attempt
I moved the placement of </Rules>.
I have many PBS stations from 3 regions (I luckily live in an area and place where I get channels from 3 TV regions).
Some play shows others don't for some reason. I wanted to catch the new Father Brown when it starts.
I wanted to create an 'all channel' only, new Father Brown recording as there is no 'all channels, new episode' option.
My first attempt failed, and still was recording at least 1 episode on all Father Browns.
My second attempt doesn't mark anything, so I'm sure if it will work when the new Father Brown in the US.
Will my second attempt record the new Father Brown on any channel when it hits the guide?
THX.
First Attempt:
(I think the placement of </Rules> was wrong.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<recurrings>
<recurring>
<oid>344</oid>
<name>Father Brown</name>
<matchrules>
<Rules>
<ChannelOID>0</ChannelOID>
<ChannelName>All Channels</ChannelName>
<StartTime>2017-12-22T03:00:00.0000000Z</StartTime>
<EndTime>2017-12-22T04:00:00.0000000Z</EndTime>
<PrePadding>1</PrePadding>
<PostPadding>1</PostPadding>
<Quality>0</Quality>
<Keep>0</Keep>
<RecordingDirectoryID>[PBS]</RecordingDirectoryID>
<AdvancedRules>title like 'Father Brown'</AdvancedRules>
<OnlyNewEpisodes>true</OnlyNewEpisodes></Rules>
[SIZE=4] [B] </Rules>[/B][/SIZE]
</matchrules>
</recurring>
</recurrings
2nd Attempt
I moved the placement of </Rules>.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<recurrings>
<recurring>
<oid>344</oid>
<name>Father Brown</name>
<matchrules>
<Rules>
<ChannelOID>0</ChannelOID>
<ChannelName>All Channels</ChannelName>
<StartTime>2017-12-22T03:00:00.0000000Z</StartTime>
<EndTime>2017-12-22T04:00:00.0000000Z</EndTime>
<PrePadding>1</PrePadding>
<PostPadding>1</PostPadding>
<Quality>0</Quality>
<Keep>0</Keep>
<RecordingDirectoryID>[PBS]</RecordingDirectoryID>
[SIZE=4][B]</Rules>[/B][/SIZE]
<AdvancedRules>title like 'Father Brown'</AdvancedRules>
<OnlyNewEpisodes>true</OnlyNewEpisodes>
</matchrules>
</recurring>
</recurrings>
~Paul
If you haven't broken it at least once, you're not doing it right. :eek:
If you haven't broken it at least once, you're not doing it right. :eek: