BUG: UI 20250326b

Help and support for HDHomeRun DVR and HDHomeRun software for Windows 10, Mac, Android, XBox, etc.
Post Reply
Señor Bob
Posts: 51
Joined: Sat Jul 27, 2024 8:51 am
x 14

BUG: UI 20250326b

Post by Señor Bob »

Yet another bug that should have been caught during a proper beta testing cycle, but instead is being found in production.

I'm currently recording individual episodes of the series American Housewife. I have most of them all ready, so I'm deliberately not recording the whole series.

At the moment, I have one episode queued up:
Image

Now I want to add a second episode:
Image

So I tap the button Apr 10 at 2:00 AM - Ch 4.2, set the particulars I want:
Image

After tapping Set Recording, it has added the new episode I want to record but has removed the previous episode!
Image

If I go back and attempt to set the episode The Minivan to record, it will then remove the recording for Bigger Kids, Bigger Problems. So at the moment, apparently only one episode can be configured to record.

Clearly this has had little to no proper testing. Bring back the interface that works, and put this back in beta and test it properly before putting it into production.

Señor Bob
Posts: 51
Joined: Sat Jul 27, 2024 8:51 am
x 14

Re: BUG: UI 20250326b

Post by Señor Bob »

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
    },

Post Reply