November 30, 20196 yr On 9/13/2016 at 11:30 AM, chip said: What options are available to setup PVR on unraid? linux based ones I see available are: http://kodi.wiki/view/PVR_backend Tvheadend VDR MythTV DVBLink What about Argus TV NextPVR - By far one of the best home grown PVR's is now multi platform and I currently have running as a docker in unraid.
November 30, 20196 yr On 1/17/2017 at 12:11 PM, chip said: Anyone have an opinion on this.... I guess I really want something that can look like WMC and have same recording capabilities. So something that offers the following - Enable Timeshift Group Recordings Series Recording New and rerun - Records all episodes of the selected show. New only - Skips recording episodes marked as repeats in the EPG Live only - Records the episode ONLY if marked as "live" in the EPG. On the Fly recording Support multiple HDHomerun tuners Try the updated NextPVR that now multi platform. I currently have it running in an unraid docker with a HDHomeRun CONNECT QUATRO and EPG from Schedules Direct with icons.
September 4, 20205 yr On 11/30/2019 at 3:22 PM, Does_IT_matter said: Try the updated NextPVR that now multi platform. I currently have it running in an unraid docker with a HDHomeRun CONNECT QUATRO and EPG from Schedules Direct with icons. are you still using nextpvr? i cannot get it to work i can get it to build but webui not working. this is my docker container <?xml version="1.0"?> <Container version="2"> <Name>nextpvr</Name> <Repository>nextpvr/nextpvr_amd64</Repository> <Registry>https://hub.docker.com/r/nextpvr/nextpvr_amd64</Registry> <Network>bridge</Network> <Shell>bash</Shell> <Privileged>false</Privileged> <WebUI>http://[IP]:[PORT:8866]/index.html</WebUI> <Icon>https://d36jcksde1wxzq.cloudfront.net/saas-mega/blueFingerprint.png</Icon> <ExtraParams>--device=192.168.1.68</ExtraParams> <DateInstalled>1599243887</DateInstalled> <Networking> <Mode>bridge</Mode> <Publish/> </Networking> - <Data> - <Volume> <HostDir>/mnt/user/Recordings/</HostDir> <ContainerDir>/recordings</ContainerDir> <Mode>rw</Mode> </Volume> - <Volume> <HostDir>/mnt/user/appdata/NextPVR/Buffer</HostDir> <ContainerDir>/buffer</ContainerDir> <Mode>rw</Mode> </Volume> - <Volume> <HostDir>/mnt/user/appdata/NextPVR/Config/</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Config Name="Recordings" Target="/recordings" Default="" Mode="rw" Description="Recordings Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/Recordings/</Config> <Config Name="Buffer" Target="/buffer" Default="" Mode="rw" Description="Live TV Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Buffer</Config> <Config Name="Configuration" Target="/config" Default="" Mode="rw" Description="Configuration Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Config/</Config> </Container>
September 5, 20205 yr 19 hours ago, Squid said: You haven't added a port to the template for the webUI (8866) i thought this line added it <WebUI>http://[IP]:[PORT:8866]/index.html</WebUI>
September 5, 20205 yr Nope. That just tells unRaid when you hit the webUI link to go to that URL. You still have to add the applicable port (add another path / port / variable) in the template.
September 5, 20205 yr 46 minutes ago, Squid said: Nope. That just tells unRaid when you hit the webUI link to go to that URL. You still have to add the applicable port (add another path / port / variable) in the template. ok new to this where would i put it and what the correct formatting?
September 5, 20205 yr Edit the template, hit Add Another Port, Path, Variable. Select Port and enter in the applicable information. Importantly, the container port is the port the container listens on (whereever it expects the webUI to be), and the host port is what unRaid thinks the port is (ie: what port you access the UI from)
September 5, 20205 yr 46 minutes ago, Squid said: Edit the template, hit Add Another Port, Path, Variable. Select Port and enter in the applicable information. Importantly, the container port is the port the container listens on (whereever it expects the webUI to be), and the host port is what unRaid thinks the port is (ie: what port you access the UI from) Awsome thanks its working now. now gotta get the guide to work
November 2, 20205 yr On 9/5/2020 at 10:13 PM, nicksphone said: Awsome thanks its working now. now gotta get the guide to work Did you get the guide to work?
November 3, 20205 yr On 11/2/2020 at 7:19 AM, Adam_ said: Did you get the guide to work? i got it to work but i gave up my recordings were not great could of been that i was using hdhomeruns with lots of network traffic or it could of been crap signals. i might give it ago again if i can free up a spot for my internal card.
November 29, 20205 yr On 11/30/2019 at 11:18 PM, Does_IT_matter said: NextPVR - By far one of the best home grown PVR's is now multi platform and I currently have running as a docker in unraid. I cant find a guide anywhere that I seem to be able to follow to get NextPVR working in a docker on here..I had it setup fine in my windows VM then realised what a pig on resources that is especially as I run little else on it at the moment....the guides I have found dont seem to work when I try and add through the terminal....could you help point me in the right direction?? Thankyou!
Archived
This topic is now archived and is closed to further replies.