Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] urlxl - HDHomeRun DVR [20210501beta1]

Featured Replies

wow, no help here.  Anyone point me in the right direction please?

 

  • Replies 132
  • Views 52k
  • Created
  • Last Reply
  • Author

I'm not sure why that is happening.

I haven't run unraid in a while.

 

Updated docker to 20180802beta1

You need to upgrade the firmware on your device.

Edited by Yoshiofthewire

Thank you Yoshiofthewire !!  Much appreciate you keeping this docker updated.

Wow!  You rock!   Thank you so much!

?  Thank you!

  • 1 month later...

I am having the same issue some others have had, just wondering if there is something simple I am overlooking.

 

When I attempt to use network storage and click on "NAS install" UNraid does not show as an option.  

 

Any ideas?

You need to install and use binhex-minidlna.  You will then see the Linux icon, select that, login, and save.  Assuming you have your directory path set correctly, should work.  Of course you also need to setup a share.  To help you with the minidnla settings, see mine below.

image.thumb.png.08a726b401fbc70a19b30b0e46414932.png

Just use the docker.  No need to do the nas install. 

I used the minidnla docker as well as the hdhomerun docker, and it works as expected.  You still have to link the the two together to record shows.

 

On 9/29/2018 at 9:46 AM, Switchblade said:

You need to install and use binhex-minidlna.  You will then see the Linux icon, select that, login, and save.  Assuming you have your directory path set correctly, should work.  Of course you also need to setup a share.  To help you with the minidnla settings, see mine below.

 

Thanks a ton, now I can give the DVR service a try!

  • 3 months later...

I installed this docker and was unable to get the dvr service to work. Manual recording worked fine. Installing the miniDLNA docker and then using the NAS install from the windows hdhomerun utility enabled the dvr service properly, however, the service needs to be restarted at every reboot of the miniDLNA docker. After a bit of digging, I found that supervisord could be used within the miniDLNA docker.

Start the miniDLNA console and add :

 

[program:hdhomerun_record]
command = /media/hdhomerun_record foreground --conf = /media/hdhomerun.conf
autorestart = False
user = nobody
umask = 000

 

to a file called hdhomerun_record.conf in

/etc/supervisor/conf.d/

 

I used vi to do this.

 

I had to delete my previous record tasks and re-add them after getting miniDLNA installed and working.

Not sure if a miniDLNA docker update will wipe this or not...perhaps a path setting in docker config could be set to preserve this file if so?

  • 3 months later...

Hi - I have been using this for the past year or so, any plans to update the container to the latest release 20190417?

 

Thanks!

On 4/30/2019 at 4:31 PM, broskier said:

Hi - I have been using this for the past year or so, any plans to update the container to the latest release 20190417?

 

Thanks!

Been hoping for an update too.

  • Author

Just pushed 20190417

For whatever reason, my DVR service is not showing up any longer.  This WAS working fine.... now it just stopped working.  I just checked and my record engine has an IP of 172.17.0.3 but my Tuner is reporting 192.168.86.31 (which is on my actual LAN - the 172 is not)

Not sure how to fix this?

 

I installed the miniDLNA docker to try and "work around" whatever issue is happening.  I set up my docker from the screenshot that @Switchblade provided, pointing it to my HDHomeRun directory and share on my Array.  Hit apply, no errors, but after that... I've got nothing.

 

Checking the log files of the docker shows these entries over and over (not sure if this info helps?)

 

HDHomeRun RECORD already running
2019-05-10 18:47:44,365 INFO exited: hdhomerun_dvr (exit status 0; not expected)
2019-05-10 18:47:45,367 INFO gave up: hdhomerun_dvr entered FATAL state, too many start retries too quickly

 

Edited by CoZ

On 5/9/2019 at 8:27 PM, Yoshiofthewire said:

Just pushed 20190417

Thank you!!!! 

  • Author
On 5/10/2019 at 6:33 PM, CoZ said:

For whatever reason, my DVR service is not showing up any longer.  This WAS working fine.... now it just stopped working.  I just checked and my record engine has an IP of 172.17.0.3 but my Tuner is reporting 192.168.86.31 (which is on my actual LAN - the 172 is not)

Not sure how to fix this?

 

I installed the miniDLNA docker to try and "work around" whatever issue is happening.  I set up my docker from the screenshot that @Switchblade provided, pointing it to my HDHomeRun directory and share on my Array.  Hit apply, no errors, but after that... I've got nothing.

 

Checking the log files of the docker shows these entries over and over (not sure if this info helps?)

 


HDHomeRun RECORD already running
2019-05-10 18:47:44,365 INFO exited: hdhomerun_dvr (exit status 0; not expected)
2019-05-10 18:47:45,367 INFO gave up: hdhomerun_dvr entered FATAL state, too many start retries too quickly

 

 

There are actually 2 different issues here.

One is a networking issue with the container.  The container is supposed to be in Host Networking Mode.

I forget the setting to fix this, but then I haven't used Unraid in some time, so the only changes I have made to the container over the past 2 years has been to update the Record engine by replacing the executable in the Github.

Linux Subsystem for Windows for the Win. :)

Side note, the Linux x64 version used by Unraid, also runs on Windows 10 64 bit with Ubuntu installed.

 

....

The Log file error just means that the container isn't seeing that the Record engine is already running, and when it tries to start another one it fails and complains about it.  In all honestly, it has always done this, and while I totally admit it is bad form, it shouldn't impact normal operation.

Edited by Yoshiofthewire

6 hours ago, Yoshiofthewire said:

 

There are actually 2 different issues here.

One is a networking issue with the container.  The container is supposed to be in Host Networking Mode.

Thanks for the reply!

 

Fixed, changed the docker to "Host" - that was my fault. In my mass panic to try and figure out why it wasn't updating I messed with the docker, removing and re-installing over and over again.  

 

I've still got a big fat red X when I navigate to my.hdhomerun.com - it shows the DVR out of date as Version 20180817.  I'm guessing there is an even newer binary than this version now?

 

Edit:  Just got a update to the Docker and all is well..

Edited by CoZ

thanks for the update!

  • Author

Pushed 20190516beta2.

If the new muti-tuner breaks something, please message me and I will revert the change.

 

Info about this update: https://forum.silicondust.com/forum/viewtopic.php?f=119&t=71529

 

FYI: For the adventuress of you if you aren't also running a Plex Server, here are some tricks.

2 lines have been added to the hdhomerun.conf file.

StorageID=UnraidDocker1
RecordStreamsMax=16

The StorageID in the conf file must be specified (and must be unique).

I specified this as I was unsure if the server would be able to write to the config file.

 

To limit the number of concurrent recordings set RecordStreamsMax in the conf file. Once this limit is reached another record engine will take over additional concurrent recordings. The default/max is 16.

 

If RecordStreamsMax is set to 0 the server will be used for playback but will not make new recordings.

Edited by Yoshiofthewire

On 5/18/2019 at 8:44 AM, Yoshiofthewire said:

Pushed 20190516beta2.

If the new muti-tuner breaks something, please message me and I will revert the change.

So far, no issues.   Really appreciate you keeping this alive!

Spoke to soon.  When I go back to my.hdhomerun.com it says I have no DVR detected again.  I didn't change a thing in the Docker.

  • Author

OK, thinking about rolling it back, should I just change the config, or roll the whole thing?

Well it was working before..... not sure if I'm the only one with the issue?  No one else has chimed in...

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.