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 … 26 27 28 29 30 … 34 Next »
Docker

 
  • 0 Vote(s) - 0 Average
Docker
KyleC_USA
Offline

Member

Posts: 63
Threads: 8
Joined: Mar 2018
#21
2020-01-08, 09:07 PM
(2020-01-07, 07:53 PM)mvallevand Wrote: I actually added another line to the setup because I like my logs in localtime not UTC

    --volume /etc/localtime:/etc/localtime:ro \

Martin

Thanks Martin.  I have been looking for that command!
thecubasekid
Offline

Member

UK
Posts: 72
Threads: 12
Joined: Apr 2020
#22
2020-05-13, 11:22 AM
(2020-01-07, 05:12 PM)mvallevand Wrote: I just created a setup on CoreElec with the one line method and it worked.  If you save this as a sh file chmod +x and run it is should work  after enabling the docker addon in CoreElec

Code:
docker image pull nextpvr/nextpvr_arm32v7
mkdir /storage/nextpvr
mkdir /storage/nextpvr/livetv
docker run -d \
    --name=nextpvr \
    --restart unless-stopped \
    --volume /storage/nextpvr/config:/config \
    --volume /storage/tvshows:/recordings \
    --volume /storage/videos:/movies \
    --volume /storage/nextpvr/livetv:/buffer \
    --publish 8866:8866 \
    nextpvr/nextpvr_arm32v7:latest

I gave it a name which makes it easier to control and it has the restart  I also put my recordings in with CoreElec tvshows so I can have them in the Video Library and added the videos folder too for movies if I want to separate those by creating a extra directory via the browser.

Martin
How awesome is this!! thanks very much... Big Grin

Got it up and running on a couple of cheapo S905X CoreELEC devices and appears to be working good, with pause and recording working well and fast channel switching. No need to run v4 and v5 side by side on my PC anymore to send different m3u playlists to different boxes / rooms.....


Now to see if i can get an smb share on my Windows PC auto mounted at boot for a large recording drive!!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  EGP Docker time off jrockow 2 636 2024-04-01, 01:43 PM
Last Post: jrockow

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

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

Linear Mode
Threaded Mode