Search found 36 matches

by TBlankenheim
Thu Dec 14, 2023 6:57 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

This is fixed in today's release. If you restart the containers they should pull the new version. Thank you for the update! Record engines have been updated and we'll see what happens with the recordings scheduled for later this evening. To satisfy my own curiosity, is it possible to summarize what...
by TBlankenheim
Sun Nov 26, 2023 9:32 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

NedS wrote: Sun Nov 26, 2023 9:24 pm Dev team will look into this. We've had a couple of reports where multiple DVRs on the same network aren't always preventing duplicates.
Thank You!
by TBlankenheim
Sun Nov 26, 2023 2:34 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

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? Yes. Both instances of the WebUI show both record engines and my two Connect Quatro tuners under Discovered HDHomeRun De...
by TBlankenheim
Sun Nov 26, 2023 2:06 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

Record engines have to detect each other so either something is blocking that (can be via ipv4 or ipv6, I've seen some vpn's play nicely with ipv4 for local traffic, but need to exclude apps if detected via ipv6 as it will send all nonbroadcast traffic out the vpn connection) or occasionally I thin...
by TBlankenheim
Sat Nov 25, 2023 8:16 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

This may not be the correct topic to post this question, but I figure I would start here. I am running two instances of this Docker container. One on my unRAID server, and the other on my Synology NAS. Both are running version 2.1.0 of the HDHomeRun DVR Manager, and Record Engine Version 20231020. A...
by TBlankenheim
Thu Aug 18, 2022 11:40 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

Jsherman wrote: Thu Aug 18, 2022 8:27 am I added that variable, but perhaps I added it incorrectly?

https://imgur.com/a/bXKvgk0
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.
by TBlankenheim
Sat Aug 06, 2022 5:28 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

NEW VERSION Latest version pushed to DockerHub along with a tag for 0.2.1 This release will allow you to choose a PUID and PGID that already exist in the container, removing the constraint if the container has existing users or group IDs like 100, etc. and thus you can ensure that the user matches ...
by TBlankenheim
Mon Aug 01, 2022 3:16 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

Looked in to this and I believe I can do this pretty easily by adding the dvr user through useradd and not adduser. This would allow me to reuse a UID/GID and would simplify the script quite a bit too Is not a problem to have duplicate IDs - just needed a way to create them :) I'll work on this for...
by TBlankenheim
Sun Jul 31, 2022 9:47 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

I've found a bit of a hiccup in the UID/GID implementation. Both of my NAS's (UNRAID & Synology) like to assign users a GID=100. Most shares on UNRAID have a UID=99 (nobody), and a GID=100 (users). If I try to use these values for the environment parameters (PUID=99, PGID=100), the docker will n...
by TBlankenheim
Fri Jul 29, 2022 8:58 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

I finally got around to bringing up this docker on my Synology NAS (DS918+) as a failover to my UNRAID server. I followed the procedure posted here: https://forum.silicondust.com/forum/viewtopic.php?p=384521#p384521 The record engine was not starting due to a permission problem. Ownership for hdhome...
by TBlankenheim
Sun May 15, 2022 10:30 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

Any plans to provide the ability to specify the WebUI port to avoid potential conflicts with other Docker containers?

Thx!
by TBlankenheim
Tue Sep 08, 2020 7:35 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

Out if curiosity did it update to the new engine?
Yes, when I restarted the container.
by TBlankenheim
Tue Sep 08, 2020 7:22 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

Is there some way to check which version is currently installed on my system then?
Not exactly sure how to check the version of the container, but you could always CHECK FOR UPDATES on the Docker tab and see if hdhrdvr-docker is up-to-date and update if necessary.
by TBlankenheim
Tue Sep 08, 2020 10:30 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

If I'm running this on unRaid and I grabbed your docker via Community Apps / DockerHub will it recognize that you pushed an update? I know the dockers installed from Community Apps recognize an update but I'm not so sure if Community Apps+DockerHub works that way... Probably a question better direc...
by TBlankenheim
Mon Aug 10, 2020 3:42 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 186921

Re: unofficial Docker Container for Record Engine

Posted a new version on DockerHub That did the trick. Thanks! Still working on the PUID/PGID.. Thought I had something working, but once I pop the script into the Alpine container it doesn't work. Will continue working it. On unRAID, I can easily pass in the --user=" <PUID> : <PGID> " par...