From 47ec5267ec5e1c934b00746222f72dd8cb03cd0f Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 30 Sep 2025 23:50:27 -0700 Subject: [PATCH] feat: add `HDHomeRun` website page when accessing port `6077` --- tvapp2/www/hdhomerun.html | 530 ++++++++++++++++++++++++++++++++++++++ tvapp2/www/index.html | 7 +- 2 files changed, 533 insertions(+), 4 deletions(-) create mode 100644 tvapp2/www/hdhomerun.html diff --git a/tvapp2/www/hdhomerun.html b/tvapp2/www/hdhomerun.html new file mode 100644 index 00000000..d9f6e15c --- /dev/null +++ b/tvapp2/www/hdhomerun.html @@ -0,0 +1,530 @@ + + + + <%= appName %> | HDHomeRun Tuner | v<%= appVersion %> + + + + + + + + + + + + +
+ +
+ + +
+
+
+
+
+
+
HDHomeRun is a network-attached digital television tuner box, produced by the company SiliconDust USA, Inc. Self-hosted multimedia applications such as Jellyfin allow for you to add IPTV channels either using a M3U8 tuner, or also with the option of specifying a HDHomeRun tuner.
+
The TVApp2 app allows you to host your own HDHomeRun tuner, and then utilize this tuner within apps like Jellyfin in order to stream IPTV using the integrated server. Your HDHomeRun tuner settings are provided below:
+
+
+
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Property + + Value + + Description +
+ FriendlyName + Name of tuner
+ ModelNumber + Virtual tuner model number
+ FirmwareName + Firmware name for tuner
+ FirmwareVersion + Firmware version running on tuner
+ DeviceID + Tuner device id
+ TunerCount + Number of connection slots to view IPTV
+ BaseURL + Base URL where HDHomeRun is hosted
+ LineupURL + URL to IPTV channel & guide lineups
+ Uptime + Duration that tuner has been online
+
+
+ + + + + + + + + + + + + + + + diff --git a/tvapp2/www/index.html b/tvapp2/www/index.html index d30443aa..bf0bedaf 100644 --- a/tvapp2/www/index.html +++ b/tvapp2/www/index.html @@ -318,10 +318,9 @@ const msg = "
Danger \ \ - If you are accessing this page via 127.0.0.1 or localhost, proxying will not work on other devices.Please load \ - this page using your computer's IP address (e.g., 192.168.x.x) and port in order to access the playlist from other \ - devices on your network. \ -

\ + If accessing this page via 127.0.0.1 / localhost, proxying will not work on other devices. Load this page using \ + your computer's IP address (e.g., 192.168.x.x) and port to access the playlist from other devices on your network. \ +
\ Learn how to locate your IP address on Windows \ or Linux.\
";