Request: NextPVR template


Go to solution Solved by BurntOC,

Recommended Posts

  • Solution

Fixed it myself.  In case this helps others, here's my template, through you'd want to verify the network type and paths match what you want. 

 

<?xml version="1.0"?>
<Container version="2">
  <Name>NextPVR</Name>
  <Repository>nextpvr/nextpvr_amd64:stable</Repository>
  <Registry>https://hub.docker.com/r/nextpvr/nextpvr_amd64</Registry>
  <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>--security-opt=no-new-privileges</ExtraParams>
  <PostArgs/>
  <CPUset/>
  <DateInstalled>1695046806</DateInstalled>
  <DonateText/>
  <DonateLink/>
  <Requires/>
  <Config Name="Recordings" Target="/recordings" Default="" Mode="rw" Description="Recordings Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/media/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>

 

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.