NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker amd64 v
1 2 3 4 5 … 9 Next »
Modification to the NextPVR Image DockerFile

 
  • 0 Vote(s) - 0 Average
Modification to the NextPVR Image DockerFile
thelanofvilles
Offline

Junior Member

UK
Posts: 17
Threads: 3
Joined: Jun 2024
#1
2024-12-15, 05:47 PM
Within the dockerfile for NextPVR there is a command called :
RUN sed -i "s/Components: main/Components: main non-free non-free-firmware/" /etc/apt/sources.list.d/debian.sources

@Sub Can this be changed to:
RUN sed -i "s/Components: main/Components: main contrib non-free non-free-firmware/" /etc/apt/sources.list.d/debian.sources
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#2
2024-12-15, 06:10 PM
I don't have any problem with doing that, but why are you needing this?
thelanofvilles
Offline

Junior Member

UK
Posts: 17
Threads: 3
Joined: Jun 2024
#3
2024-12-15, 07:03 PM
(2024-12-15, 06:10 PM)sub Wrote: I don't have any problem with doing that, but why are you needing this?

No specific need.
Just forgot to add the "contrib" repo to the command, when I put it in my dockerfile suggestion made a few months ago in another help post.
This is more for a just in case it is needed, not really necessary.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#4
2024-12-15, 07:11 PM
To avoid sed etc just use this when needed, I don't think it needs to be added to the base.

Code:
sudo apt-get install software-properties-common -y && sudo apt-add-repository contrib -y

Martin
thelanofvilles
Offline

Junior Member

UK
Posts: 17
Threads: 3
Joined: Jun 2024
#5
2024-12-15, 07:24 PM (This post was last modified: 2024-12-15, 07:28 PM by thelanofvilles.)
(2024-12-15, 07:03 PM)thelanofvilles Wrote:
(2024-12-15, 06:10 PM)sub Wrote: I don't have any problem with doing that, but why are you needing this?

No specific need.
Just forgot to add the "contrib" repo to the command, when I put it in my dockerfile suggestion made a few months ago in another help post.
This is more for a just in case it is needed, not really necessary.

Also, I am testing getting the Nvidia Drivers that make use of NVENC/NVDEC (non-free) for nextPVR.
I am thinking this is part of the key to getting them working within the Docker container for my own testing.
Before I say anything.
thelanofvilles
Offline

Junior Member

UK
Posts: 17
Threads: 3
Joined: Jun 2024
#6
2024-12-15, 07:30 PM
(2024-12-15, 07:11 PM)mvallevand Wrote: To avoid sed etc just use this when needed, I don't think it needs to be added to the base.

Code:
  sudo apt-get install software-properties-common -y && sudo apt-add-repository contrib -y

Martin
Alright. Let me do some testing with that command within my own DockerFile.
See if it works.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPvr Instance Unresponsive itsnotjeff 6 310 2025-04-15, 04:57 PM
Last Post: mvallevand
  Error detecting HDHR devices with marklambert/nextpvr-ccextractor SickBoy 16 839 2025-03-23, 08:52 PM
Last Post: sub
Information Custom NPVR image with ffmpeg, ccextractor, handbrake, comskip, etc. Ranbato 66 14,515 2025-01-16, 04:26 AM
Last Post: mvallevand
  Docker image upgrade ceejayemm 9 862 2025-01-07, 11:27 PM
Last Post: pkscout
  Current guide for NextPVR docker on Unraid? wapkaplet 1 714 2024-12-20, 02:40 AM
Last Post: wapkaplet
  NextPVR with Docker and Fritzbox icompas 9 623 2024-12-12, 02:50 PM
Last Post: icompas
  Add Intel iHD Driver to Docker Image for NextPVR thelanofvilles 8 1,303 2024-06-16, 08:10 PM
Last Post: thelanofvilles
  nextpvr video file help on nas Houghton19@gmail.com 4 1,025 2023-11-23, 09:34 PM
Last Post: Houghton19@gmail.com
  nextpvr Import failed. Not logged in. XM55 4 2,994 2023-08-08, 08:35 PM
Last Post: XM55
  AMD64 based Docker Image with Python3 pkscout 20 6,722 2023-07-23, 04:15 PM
Last Post: pkscout

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

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

Linear Mode
Threaded Mode