NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker amd64 v
« Previous 1 … 5 6 7 8 9 Next »
Could someone provide an Unraid template?

 
  • 0 Vote(s) - 0 Average
Could someone provide an Unraid template?
yamahoto
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Aug 2019
#1
2019-08-06, 01:41 AM
Please, that would be so neat Smile
vintdiesel
Offline

Member

Posts: 114
Threads: 23
Joined: Jan 2012
#2
2019-08-06, 11:01 AM
Hi Yamahoto,
Mine looks like this:
By adding a container under the docker tab you can fill out the fields by picking out the entries I have done as per the XML file below.
This code ends up in a file called my-NextPVR.xml on the flash drive in the \config\plugins\dockerMan\templates-user folder.

Code:
<?xml version="1.0" ?>
- <Container version="2">
  <Name>NextPVR</Name>
  <Repository>nextpvr/nextpvr_amd64:latest</Repository>
  <Registry>https://hub.docker.com/r/nextpvr/nextpvr_amd64</Registry>
  <Network>host</Network>
  <MyIP />
  <Shell>bash</Shell>
  <Privileged>false</Privileged>
  <Support />
  <Project />
  <Overview>NextPVR TV recording and video player software.</Overview>
  <Category>MediaApp:Video</Category>
  <WebUI>http://[IP]:[PORT:8866]/index.html</WebUI>
  <TemplateURL />
  <Icon>https://hub.docker.com/r/nextpvr/nextpvr_amd64</Icon>
  <ExtraParams>--device=/dev/dvb</ExtraParams>
  <PostArgs />
  <CPUset />
  <DateInstalled>1564992483</DateInstalled>
  <DonateText />
  <DonateLink />
  <Description>NextPVR TV recording and video player software.</Description>
- <Networking>
  <Mode>host</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>
  <Environment />
  <Labels />
  <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>
Win Server: ASRock P67 Pro3 B3, i5 2500K 4.0Ghz, 16GB, Nvidia GT430 HDMI, Win 10 Pro 64bit, Win-TV Quad HD, Win-TV Nova-T USB.
UnRaid NAS Server: Gigabyte i7 2600 3.4Ghz, 16GB, S3 Trio VGA PCI Video, DVB LibreElec for DVB-T tuner drivers, Hauppage Win-TV 2210 Dual DVB-T.
Win Client: Intel NUC i3 Broadwell, 4GB Ram, 128GB SSD, Win 10 Pro 64bit.
Linux Client: Raspberry Pi 3+, OSMC + Kodi
yamahoto
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Aug 2019
#3
2019-08-06, 04:17 PM
Great, template creation works, but i cant seem to be able to start it...
NextPVRServer: /root/coresetup/src/corehost/cli/fxr/fx_muxer.cpp:416: static pal:Confusedtring_t fx_muxer_t::resolve_fx_dir(host_mode_t, const pal:Confusedtring_t &, const runtime_config_t &, const pal:Confusedtring_t &, const int &): Assertion `mode != host_mode_t:Confusedtandalone' failed.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,156
Threads: 958
Joined: May 2006
#4
2019-08-06, 04:26 PM
Unfortunately there was a docker issue https://forums.nextpvr.com/showthread.ph...wont-Start after the release not sure if it is resolved.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,802
Threads: 769
Joined: Nov 2003
#5
2019-08-06, 05:59 PM
mvallevand Wrote:Unfortunately there was a docker issue https://forums.nextpvr.com/showthread.ph...wont-Start after the release not sure if it is resolved.

Martin
Oops - I entirely forgot about this post. I'll check today.
vintdiesel
Offline

Member

Posts: 114
Threads: 23
Joined: Jan 2012
#6
2019-08-06, 08:39 PM
1. I am a bit happier that someone else is having the problem in starting the docker and it is not just me.
2. I know sub is very busy in resolving anomalies, so I wasn't keen on bumping the original post too soon.
Damian
Win Server: ASRock P67 Pro3 B3, i5 2500K 4.0Ghz, 16GB, Nvidia GT430 HDMI, Win 10 Pro 64bit, Win-TV Quad HD, Win-TV Nova-T USB.
UnRaid NAS Server: Gigabyte i7 2600 3.4Ghz, 16GB, S3 Trio VGA PCI Video, DVB LibreElec for DVB-T tuner drivers, Hauppage Win-TV 2210 Dual DVB-T.
Win Client: Intel NUC i3 Broadwell, 4GB Ram, 128GB SSD, Win 10 Pro 64bit.
Linux Client: Raspberry Pi 3+, OSMC + Kodi
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,802
Threads: 769
Joined: Nov 2003
#7
2019-08-07, 12:13 AM
yamahoto Wrote:Great, template creation works, but i cant seem to be able to start it...
NextPVRServer: /root/coresetup/src/corehost/cli/fxr/fx_muxer.cpp:416: static pal:Confusedtring_t fx_muxer_t::resolve_fx_dir(host_mode_t, const pal:Confusedtring_t &, const runtime_config_t &, const pal:Confusedtring_t &, const int &): Assertion `mode != host_mode_t:Confusedtandalone' failed.
Can you give it another go? Hopefully it's now fixed. I've updated the docker image.
yamahoto
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Aug 2019
#8
2019-08-07, 01:41 AM
It's booting fine now, will test the software now, thanks a lot guys!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,802
Threads: 769
Joined: Nov 2003
#9
2019-08-07, 03:07 AM
Great!
yamahoto
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Aug 2019
#10
2019-08-07, 01:05 PM
Software works good too, thanks a lot!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Current guide for NextPVR docker on Unraid? wapkaplet 1 988 2024-12-20, 02:40 AM
Last Post: wapkaplet
  NextPVR in Unraid Docker is writing recordings with 755 permissions antenna 4 2,005 2022-09-24, 12:20 AM
Last Post: greg in kansas
  Alternate ports on unRAID Docker than 80:443? ainuke 2 1,697 2021-02-03, 05:02 PM
Last Post: ainuke
  unRaid, Docker, legacy HD Homerun - no tuners found curiousfunk 6 2,076 2020-12-12, 09:50 PM
Last Post: curiousfunk
  Unraid Docker Issues nicksphone 2 1,839 2020-09-06, 07:52 PM
Last Post: nicksphone
  Unraid walkthrough please... waring192 1 1,727 2019-11-22, 02:06 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode