NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 2 3 4 5 … 34 Next »
Please assist with clearer setup instructions

 
  • 0 Vote(s) - 0 Average
Please assist with clearer setup instructions
JonnyGators
Offline

Junior Member

USA
Posts: 43
Threads: 1
Joined: Aug 2024
#71
2024-08-16, 01:51 AM
(2024-08-16, 01:50 AM)mvallevand Wrote: The reason for the /tmp folder was just to prove it works.  They will get deleted every reboot.  You need to use permanent maps before bothering to actually do configuration.

Martin

What's this now?

Do I need to do another step to keep this functional?
JonnyGators
Offline

Junior Member

USA
Posts: 43
Threads: 1
Joined: Aug 2024
#72
2024-08-16, 01:53 AM
(2024-08-16, 01:50 AM)sub Wrote:
(2024-08-16, 01:26 AM)JonnyGators Wrote: Does it still work when you reboot the server?
Just checked this. Yes, it auto started when the machine was rebooted.

Word!

Thanks again.
JonnyGators
Offline

Junior Member

USA
Posts: 43
Threads: 1
Joined: Aug 2024
#73
2024-08-16, 01:55 AM
Um - when I reboot, it's still there, but my channels all disappear.

How do I get the channels to stay?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#74
2024-08-16, 01:56 AM
Yes you need to edit the file and point them to folders in OMV. You may have some set up for Plex you could reuse for recordings and live tv the config folder should be somewhere else.

Martin
JonnyGators
Offline

Junior Member

USA
Posts: 43
Threads: 1
Joined: Aug 2024
#75
2024-08-16, 02:00 AM
(2024-08-16, 01:56 AM)mvallevand Wrote: Yes you need to edit the file and point them to folders in OMV.  You may have some set up for Plex you could reuse for recordings and live tv the config folder should be somewhere else.

Martin

Where is the recommended place to create a config folder for an app like this on a linux server?

Trying to make sure I pick up best practices for these types of things.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#76
2024-08-16, 02:40 AM
Sub used /home/pi/config because it was on a rpi install. I choose /home/nextpvr/config. Eiither way you have to create a some folders. Since sub's example runs as root permissions won't be an issue. There is no standard for this type of thing, it will depend how you might access it, via ssh a share or a web gui if omv has one.

Marrin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#77
2024-08-16, 02:52 AM
Ultimately you can use whatever directory names suit your environment. I'd edited my vm to these:

Code:
version: '3.5'
services:
  nextpvr:
    image: nextpvr/nextpvr_amd64:stable
    container_name: nextpvr
    environment:
      - PUID=1000
      - PGID=100
      - TZ=Europe/london
      - HOST_IP=192.168.1.51
    ports:
      - 8866:8866
      - 16891:16891/udp
      - 8020-8030:8020-8030/udp
    volumes:
      - /config:/config
      - /recordings:/recordings
      - /buffer:/buffer
    extra_hosts:
      - "host.docker.internal:host-gateway"
    restart: 'unless-stopped'

and created these /config, /recordings, /buffer folders:


Attached Files Thumbnail(s)
   
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 1,845
Threads: 177
Joined: Aug 2016
#78
2024-08-16, 03:30 PM
(2024-08-16, 02:00 AM)JonnyGators Wrote:
(2024-08-16, 01:56 AM)mvallevand Wrote: Yes you need to edit the file and point them to folders in OMV.  You may have some set up for Plex you could reuse for recordings and live tv the config folder should be somewhere else.

Martin

Where is the recommended place to create a config folder for an app like this on a linux server?

Trying to make sure I pick up best practices for these types of things.

This is a helpful guide on the OMV wiki that recommends a file structure for OMV and Docker setup
https://wiki.omv-extras.org/doku.php?id=...ker_in_omv
JonnyGators
Offline

Junior Member

USA
Posts: 43
Threads: 1
Joined: Aug 2024
#79
2024-09-12, 07:45 PM
Is there a version of this that doesn't disappear every time I reboot? My server rebooted, and now my TV is broken again.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#80
2024-09-12, 07:48 PM (This post was last modified: 2024-09-12, 07:49 PM by mvallevand.)
You likely never corrected your setup and are still using /tmp change it to a permanent folder https://forums.nextpvr.com/showthread.ph...#pid593289

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 … 5 6 7 8 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Linux setup - Help a Windows user... prothed 18 2,578 2024-06-03, 11:08 AM
Last Post: Rod Hutchinson
  VOD setup matt77303 19 6,381 2023-08-14, 07:25 PM
Last Post: xbmcgotham
  New linux setup extras help greatwhitenorth 8 2,198 2023-01-26, 07:11 PM
Last Post: mvallevand
  Pi4 and best possible low-power setup? TheRealRoland 2 1,281 2020-11-13, 09:33 AM
Last Post: ceejayemm
  setup question DAFFY2020 18 3,891 2020-09-20, 01:35 AM
Last Post: sub
  HP mini remote setup for NextPVR/Kodi bluesight 0 917 2020-05-13, 08:06 PM
Last Post: bluesight

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

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

Linear Mode
Threaded Mode