Please someone create template for me (and others?) :)


Recommended Posts

23 hours ago, yamahoto said:

NextPVR v5

https://hub.docker.com/r/nextpvr/nextpvr_amd64/

 

Much more user friendly than TVHeadend! 

 

I tried to create one myself, but as it would be my first one, it failed ;) no XP doing that!

They provided a template in that link.  When you ran it what happened? Any logs/errors?

 

docker run -d \

--volume /home/graeme/config:/config \

--volume /home/graeme/videos:/recordings \

--volume /home/graeme/videos:/buffer \

--publish 8866:8866 \

nextpvr/nextpvr_amd64:latest

 

If you're using an older legacy HDHomeRun, you'll also need a couple more parameters (replacing 192.168.1.51 with your host's IP address):

--env HOST_IP=192.168.1.51 \

--publish 8026:8026/udp \

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.