Development Changelog

Want to write your own code to work with a HDHomeRun or work with the HDHomeRun DVR? We are happy to help with concepts, APIs, best practices.
Locked
nickk
Silicondust
Posts: 20156
Joined: Tue Jan 13, 2004 9:39 am
x 374

Development Changelog

Post by nickk »

Changelog thread for HDHomeRun related development.

Future home of documentation:
https://github.com/Silicondust/documentation/wiki

libhdhomerun repo:
https://github.com/Silicondust/libhdhomerun

nickk
Silicondust
Posts: 20156
Joined: Tue Jan 13, 2004 9:39 am
x 374

Re: Development Changelog

Post by nickk »

DVR Services:
* Add AfterOriginalAirdateOnly option to recording rules. See documentation.

nickk
Silicondust
Posts: 20156
Joined: Tue Jan 13, 2004 9:39 am
x 374

Re: Development Changelog

Post by nickk »

Guide Services:
We are moving all guide services to require HTTPS using TLS 1.2 or TLS 1.3.
Starting 2022 any HTTP request will return a redirect to HTTPS.
Starting 2023 all HTTP requests will be rejected.
Please upgrade any HTTP links to services to HTTPS.
Windows 7 supports TLS 1.2 but may default to TLS 1.0. The HTTPS socket may be need to explicitly configured for TLS 1.2 on Windows 7.

Locked