Search found 24 matches

by Jsherman
Sun Mar 30, 2025 12:44 pm
Forum: HDHomeRun Software Setup & Troubleshooting (Live & DVR)
Topic: HDHomeRun UI (20250314) feedback
Replies: 77
Views: 75789

Re: HDHomeRun UI (20250314) feedback

I would like to see the option to disable the boot animation. I personally don't want to wait an additional 6 seconds to watch TV or recorded TV.

Thanks!
by Jsherman
Sun Mar 23, 2025 11:31 am
Forum: HDHomeRun Software Setup & Troubleshooting (Live & DVR)
Topic: Feature Request - Start in live
Replies: 0
Views: 4731

Feature Request - Start in live

I apologize if this has been requested before, but could we have an additional option in the "Start in live" option to choose what channel we would like to have it go to rather than default to the last channel used on the device?
by Jsherman
Sun Mar 23, 2025 11:27 am
Forum: HDHomeRun Software Setup & Troubleshooting (Live & DVR)
Topic: HDHomeRun app Splash Screen sound
Replies: 8
Views: 7116

Re: HDHomeRun app Splash Screen sound


I like the new splash screen but PLEASE give us the option to disable that LOUD OBNOXIOUS startup sound. It's the third most annoying sound in history, only slightly behind the TXH "Deep Note" sound and fingernails on a chalkboard. It makes me not want to launch the app at all.


While I ...
by Jsherman
Sun Nov 26, 2023 1:04 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine

[quote0
Any way to verify that the record engines are communicating with each other?
[/quote]

I cannot speak for the other NAS, but on the Unraid server, in docker, when you click on the HDHomerun DVR and click on WebUI, does it show both engines under discovered devices?
by Jsherman
Wed Dec 14, 2022 10:37 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine

[/quote]
For future - just stop the container, and delete the record engine from dvrdata binding then start the container and all should be good.
[/quote]

If I recall correctly, I tried this and it still wasn't updating until I removed it and re-added it. Mind you it was not a huge deal as it took ...
by Jsherman
Tue Dec 13, 2022 9:07 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine


New version 0.2.4 now posted to latest
You may need to force update

Fixed issue where for first time installers there is no current version of the record engine and it caused the version checks to error and not install the engine
Fixed issue where the beta URL download provides the stable driver ...
by Jsherman
Sun Oct 23, 2022 2:39 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine


Posted over in parent forum https://forum.silicondust.com/forum/viewtopic.php?t=77403 that beta link is broken.
This highlights an issue with the scripts. Should recognize a 0 file size and only update if the download is valid.
Will work on a fix.
For now do not restart if you use beta engines, or ...
by Jsherman
Mon Sep 19, 2022 10:36 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine


I cannot say if you have such configured to properly check for betas (or even if the docker has such "option" but have seen it saying it will check such from other posts)

You can check for latest beta with the container.
Set Beta engine to 1 (0 is off) the UI manager or edit the dvr.conf in ...
by Jsherman
Sun Sep 18, 2022 9:43 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine


i read some of these details but am not very familiar with linux. i pulled the command runs and the docker script and command pull command . the script was just the raw data from the page. do I save that as a docker.??? and do i need a specific extension for it like .bin or something? i am trying ...
by Jsherman
Wed Sep 14, 2022 8:56 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine

AnalogBill wrote: Wed Sep 14, 2022 6:43 am Mine had been running 20220303, after restart now showing 20220822
Thanks for that!
by Jsherman
Tue Sep 13, 2022 10:02 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine


the link used is https://download.silicondust.com/hdhomerun/hdhomerun_record_linux_beta

SD is supposed to modify on their server to always pull the latest that way you don't need to specify version number. (when I specified version it did appear to pull the newest)

I cannot say if you have such ...
by Jsherman
Tue Sep 13, 2022 2:25 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine

signcarver wrote: Tue Sep 13, 2022 9:59 am When I checked 5 minutes ago, the linux download for beta did not redirect to that but it does appear to manually be there.
Thanks for that. I will wait to see if it gets updated. I feared my setup was setup incorrectly and that was why I was not getting the update.
by Jsherman
Tue Sep 13, 2022 9:21 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine

Is anyone getting the newest recording engine 20220831beta1? I was under the impression it would pull down newest engines, including betas.

I am using the demonrik/hdhrdvr-docker:latest repository in my docker settings and I am still on 20220822.
by Jsherman
Thu Aug 18, 2022 9:12 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine

[/quote]
You need to add DVRUI_PORT as a Variable rather than a Port . Also, you should probably use 59080 for the UI port. 59090 conflicts with the port used by the Record Engine.
[/quote]

Thank you, that resolved my issue!

Darn my lack of Docker knowledge thinking that a network port should be ...
by Jsherman
Thu Aug 18, 2022 8:27 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 190
Views: 493918

Re: unofficial Docker Container for Record Engine

[/quote]
You need to add an environment parameter or variable in Unraid terminology for DVRUI_PORT and set to an unmapped port. I set things high, hence I use 59080. Generally anything over 32768 is fair game for you to manage yourself
So edit the container and select ' Add another Path, Port ...