I've been looking around the forums, but can't find a current guide for setting up a NextPVR docker in Unraid. I setup the container myself, and got it online, but I must be doing something wrong because it can't read my Threadfin channels (even though my old docker install on QNAP still can).
Would love any guidance anyone has. I suspect I need to set up my own template for it but have had no success so far. I also recognize this may be more Unraid support related than NextPVR, but thought I would check here.
I have had this issue in the past, but it has come back again. I have been running stable for some time now, and I just upgraded to 7.0 yesterday, nothing else has changed. It took me a beat to notice, but since I upgraded, after a show has finished recording and it gets processed by PostProcessing.sh, it disappears from the database. The PostProcessing script contains this (at the end of the script):
Code:
# remux to mkv in the Plex location
ffmpeg -fflags +genpts -i "$1" -vcodec copy -acodec copy -c:s copy "${plex_file%.*}.mkv"
# tell NextPVR where it went
/opt/dotnet/dotnet /opt/nextpvr/system/NScriptHelper.dll -rename "$1" "$plex_file"
#delete original
rm "$1"
so, it's remuxing to MKV in a different location, in theory, updating the database with the new location, and then removing the original. All worked perfectly before the upgrade, and the file still showed up in the recordings in NextPVR. After the upgrade it disappears.
I'm going to take a guess that either I need to manually update NScriptHelper.dll, or the DLL location changed, or it now takes different parameters.
It is entirely possible that I replaced this file with a patched version from Martin a while back that may no loner work in the latest release (if it wasn't updated by the new install).
I use your NextPVR New Client as my main playback although I do sometimes use Subs app. I have three Raspberry Pi devices plus a mini PC for playback but only use three of them. I have skip forward set to 60 seconds and skip back set to -30 and the UP arrow skips +10 mins forward but that seems to be a default.
Two of the four still work as normal but two plus a clean install on a new SD card the Skip function does not work at all. One of them also displays a row of tiny screenshots above the time bar presumably to select a point start watching again. However it’s no good when you want to jump around 4 mins of adverts! I checked and Subs playback app responds to the +60, -30, +10min skips. All are using the same latest version of the App!
i'm from germany and i have a local cable tv provider. When i use any of the german scan tables, not all channels are found. When i use TVHeadend, there are all channels will found.
What can i do to find all of the available channels?
I hope this is the right place to ask this. I have been using NextPVR for years with my HDPVR as a tuner. In the past, I was using the Composite Connection and Optical for audio. In that configuration, NextPVR seemed to record in 5.1 surround.
I recently replaced the composite/optical with HDMI and updated the settings in NextPVR. Everything is working, except I notice that my audio is always recorded in Stereo now. Is there a way to configure it to use 5.1 surround?
TIA,
Jason
<UPDATE>
NVM. I figured out it was the STB settings. I had it set to Stereo. All working now!
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
Posted by: Allan - 2024-12-14, 02:05 AM - Forum: macOS
- Replies (24)
Hi. I'm trying out NextPVR after many years of running a mythtv server on a mac.
I have 2 HDhomerun tuners, each connected to a different antenna. The tuner that picks up channel X fails to find it on a channel scan. Weirdly, the tuner that often does not pick up that channel at all, does find it.
I have just upgrade to V7.0.0.241105. My PostStartup.bat file contains the command:
Quote:"C:\Program Files\NextPVR\nscripthelper.exe" -pin:999999 -updateepg (PIN changed for this post!)
It has been working prior to the uipgrade, but now failing. I ran in a command prompt and got the error message:
Quote:Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
File name: 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'