Search found 674 matches

by demonrik
Sat Jul 09, 2022 2:37 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 210500

Re: unofficial Docker Container for Record Engine

New version pushed to dockerhub https://hub.docker.com/r/demonrik/hdhrdvr-docker Changes Fixed the logfile parsing Added support for changing the NGINX port to one of your choosing through environment var DVRUI_PORT Moved the configuration files for nginx and php out to the same data folder as the d...
by demonrik
Sat Jun 25, 2022 3:14 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 210500

Re: unofficial Docker Container for Record Engine

Stuck with this error: DVRMgr: ** Starting the DVR Engine as user dvr ash: /HDHomeRunDVR/data/hdhomerun_record: Permission denied 2022-06-23 15:01:10,003 INFO exited: dvr (exit status 126; not expected) Gotta be a permissions problem, but I'm not understanding where. -rwxrwxrwx+ 1 dvr 1000 80 Jun 1...
by demonrik
Sat Jun 18, 2022 12:02 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 210500

Re: unofficial Docker Container for Record Engine

Progress: Installed Docker on Synology, container running, and see the record engine in /dvrdata. Nothing else happening. Logs show the dvr engine attempts to start as user dvr, permission denied. Yep, dvr user doesn't exist. Also: nginx: [emerg] 17272#17272: bind() to 0.0.0.0:80 failed (98: Addres...
by demonrik
Thu May 19, 2022 12:45 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 210500

Re: unofficial Docker Container for Record Engine

TBlankenheim wrote: Sun May 15, 2022 10:30 pm Any plans to provide the ability to specify the WebUI port to avoid potential conflicts with other Docker containers?

Thx!
Good request. Adding it to list
by demonrik
Sun May 15, 2022 7:16 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 210500

Re: unofficial Docker Container for Record Engine

To be clear, to perform the chown command we just need to do the following for both directories? chown 1000 <config_folder> chown 1000 <recorded_TV_Folder> Don't forget the -R to apply to all files, i.e. chown -R 1000 ... Once I have the UID/GID thing working again it'll default back to nobody, but...
by demonrik
Sat May 14, 2022 7:17 am
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 210500

Re: unofficial Docker Container for Record Engine

[*]chown all the recordings in /dvrrec to UID 1000 [*]and for safety the files in /dvrdata to UID 1000 [*]then start the container and should be good. [/list] To be clear, to perform the chown command we just need to do the following for both directories? chown 1000 <config_folder> chown 1000 <reco...
by demonrik
Thu May 12, 2022 12:46 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 210500

Re: unofficial Docker Container for Record Engine

It's back! Updated version of the container is now live on dockerhub https://hub.docker.com/r/demonrik/hdhrdvr-docker Apologies for the 2yr delay in doing any updates - but then again - yay it's been solidly working for 2 years :) Main update at this point is to add the DVR Manager UI I had in the N...
by demonrik
Sun Mar 13, 2022 3:17 pm
Forum: Downloads & Instructions
Topic: QNAP QPKG for DVR Record Engine
Replies: 815
Views: 573304

Re: QNAP QPKG for DVR Record Engine

I upgrade the QNAP software on my NAS and seems to be unstable now. Recordings stopped and record engine seemed like it was working in NAS. Noticed that if stopped and restarted engine the DVR manager would see record engine again. I seem to be stuck on version 1.0.4. From messages on the forum it ...
by demonrik
Thu Mar 03, 2022 2:40 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 210500

Re: unofficial Docker Container for Record Engine

I just noticed that nothing has recorded since the end of February. The news is set to record on two different channels every night at 6:30pm. The last time anything recorded was February 28th. I tried to start a manual recording and it would not work. I was able to timeshift and watch the channel ...
by demonrik
Wed Mar 02, 2022 2:58 pm
Forum: Downloads & Instructions
Topic: Synology SPK for DVR Record Engine
Replies: 661
Views: 453760

Re: Synology SPK for DVR Record Engine

You can set the const DVRUI_DEBUG to 'true' instead of 'false' in /volume1/web_packages/HDHomeRunDVR/vars.php to get more debug information pushed to /tmp/php-hdhomerundvr-ui.log It might help identify where exactly stuff is going wrong. I suspect the json_decode() of the returned JSON is failing, ...
by demonrik
Wed Mar 02, 2022 2:30 pm
Forum: Downloads & Instructions
Topic: QNAP QPKG for DVR Record Engine
Replies: 815
Views: 573304

Re: QNAP QPKG for DVR Record Engine

I upgrade the QNAP software on my NAS and seems to be unstable now. Recordings stopped and record engine seemed like it was working in NAS. Noticed that if stopped and restarted engine the DVR manager would see record engine again. I seem to be stuck on version 1.0.4. From messages on the forum it ...
by demonrik
Wed Feb 23, 2022 5:03 pm
Forum: Downloads & Instructions
Topic: Synology SPK for DVR Record Engine
Replies: 661
Views: 453760

Re: Synology SPK for DVR Record Engine

Updated one of my DS to 7.1 beta today and it looks like this breaks the recording engine. Tried all the standard steps of open base path, permissions, http group, config resets, etc. with no success. I know there are some changes in webstation in the new beta that are probably affecting this. Anyo...
by demonrik
Sat Feb 19, 2022 2:06 pm
Forum: Downloads & Instructions
Topic: QNAP QPKG for DVR Record Engine
Replies: 815
Views: 573304

Re: QNAP QPKG for DVR Record Engine

Just a quick question, can I upgrade firmware thru the IP on my HDHR without breaking the HDHomerun Record server on my QNAP NAS? Also does the DVR auto update the firmware when there's new versions available? Currently on version 1.0.5 on QTS 4.3. My firmware on my HDHR is 20210210 and record engi...
by demonrik
Sat Feb 19, 2022 2:03 pm
Forum: Downloads & Instructions
Topic: unofficial Docker Container for Record Engine
Replies: 179
Views: 210500

Re: unofficial Docker Container for Record Engine

mropincar wrote: Fri Feb 18, 2022 4:29 pm has anyone had any luck running the docker version on an Asustor with an ARM processor?
It won't run.
Needs a specific docker build for ARM to be created.
If someone wants to create and get it working and generate pull request back on the github - I'm all ears...
by demonrik
Sat Feb 19, 2022 2:02 pm
Forum: Downloads & Instructions
Topic: Asustor APK for DVR Record Engine
Replies: 26
Views: 35239

Re: Asustor APK for DVR Record Engine

APK should support install to ARM based Asustor NASes I am unable to verify - and for longest time they didn't have anything but x86 NASes. However, I did set the architecture to ANY so it should install and work. The docker container will not work on ARM based NASes since it's built on an x86 linux...