The bugs in UI 20250326b appear to be
mostly fixed with UI 20250327. Both recordings can now be selected/programmed, without one removing the other.
What's broken now appears to be mostly cosmetic. After pressing the
> button, choosing the top option to record at a specific time, I set
Record 2 Minutes Early and
Record 2 Minutes Extra then press
Save. Go back to check it again by pressing the
> button, choosing the top option to record at a specific time, it shows
Record 30 Seconds Early and
Record 30 Seconds Extra instead of 2 Minutes.
However, checking the JSON from the API at the recording_rules URL, indicates that
StartPadding and
EndPadding are set to 120 seconds, for both recordings.
Code: Select all
{
"RecordingRuleID": "8100672",
"SeriesID": "C12906970ENQB0K",
"Title": "American Housewife",
"Synopsis": "Katie pushes Cooper to share his passion for the culinary arts and ambition of becoming a chef with his autocratic father; Greg and Principal Ablin go head-to-head when the election results offer an interesting twist; the Otto family gets a surprise.",
"Category": "series",
"ImageURL": "https://img.hdhomerun.com/titles/C12906970ENQB0K.jpg",
"DateTimeOnly": 1744182000,
"ChannelOnly": "4.2",
"StartPadding": 120,
"EndPadding": 120
},
{
"RecordingRuleID": "8102147",
"SeriesID": "C12906970ENQB0K",
"Title": "American Housewife",
"Synopsis": "Katie pushes Cooper to share his passion for the culinary arts and ambition of becoming a chef with his autocratic father; Greg and Principal Ablin go head-to-head when the election results offer an interesting twist; the Otto family gets a surprise.",
"Category": "series",
"ImageURL": "https://img.hdhomerun.com/titles/C12906970ENQB0K.jpg",
"DateTimeOnly": 1744268400,
"ChannelOnly": "4.2",
"StartPadding": 120,
"EndPadding": 120
},