2019-12-06, 06:35 PM
Thanks Craig, you are right I forgot the -i You can also just edit the file with a text editor.
Martin
Martin
2019-12-06, 06:35 PM
Thanks Craig, you are right I forgot the -i You can also just edit the file with a text editor.
Martin
2019-12-08, 05:00 PM
In case anyone else decides to try NextEnd on a non debian version of linux here is what I did.
Follow sub's installation instructions non deb install Download dtv scan files https://linuxtv.org/downloads/dtv-scan-tables/ Personally, I just opened the tar and moved the single file I needed (us-ATSC-center-frequencies-8VSB-062009) to /usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB-062009 Download and unzip NextEndv5 into your home directory ~/.NPVR-data/Plugins/NextEnd Modify NextEnd.deps.json file using sed and create a backup of original NextEnd.deps.json file. Replace <username> with the name of your home directory. Code: sed -i.bak -e 's/\"\/\"/\"\/home\/<username>\/NPVR\/\"/g' NextEnd.deps.json Create ParallelProcessing file in ~/.NPVR-data/scripts/ParallelProcessing.sh Code: #!/bin/bash Modify NextEnd.runtimeconfig.json (red text is the modificaton) Code: { I also created a service to start NPVR at startup rather than by terminal entry of "dotnet ./NextPVRServer.dll" cd /etc/systemd/system use your favorite editor to create file "nextpvr-server.service" and copy or type in the entries below. Code: [Unit] Code: systemctl enable nextpvr-server.service Code: systemctl start nextpvr-server.service For me this worked like a charm. Craig
2019-12-08, 07:38 PM
Thank you for sharing. You should probably redirect Nextend output to /dev/null to keep some unnecessary junk out of the logs.
Martin
2019-12-09, 04:17 PM
Done, thanks for the input.
Craig
2019-12-13, 11:34 PM
Note that starting with version 5.0.1 of NextPVR, the only the dotnet NextEnd.dll approach work
I should have a new .netcore 3.1 Windows version next week Martin
2019-12-13, 11:54 PM
I'm having difficulty getting nextend working with linux. When Linux is started nextend-monitor.log is generated but I don't think it is actually monitoring anything when recording a game. Last night's NFL game ended on time but there was no nextend.log generated so it seems there was no monitoring of the game progress going. I started recording the game about an hour before it ended.
The logs, script files, and modified NextEnd.deps.json file (and the backup file) are attached. In the scripts folder there was an extra file generated sometime during the recording which is also attached. Thanks!
2019-12-14, 12:19 AM
Linux needs $ for parameters not % so your line
/opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll --oid %3 should be /opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll --oid $3 Martin
2019-12-14, 04:11 PM
(2019-12-13, 11:34 PM)mvallevand Wrote: Note that starting with version 5.0.1 of NextPVR, the only the dotnet NextEnd.dll approach work To get NextEnd to start after installing NextPVR v5.0.1I had to modify NextEnd.runtimeconfig.json to look for dotnet 3.1.0 rather than 2.1.0 "version": "3.1.0"
2019-12-14, 04:23 PM
That's odd but I don't understand dotnet backwards compatibility. Did you remove old versions?
Martin
2019-12-14, 04:34 PM
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
NextEnd Docker Install | Mark-McG | 61 | 6,477 |
2023-08-30, 09:15 PM Last Post: mvallevand |
|
Comskip + NextEnd | VCR58 | 12 | 2,014 |
2023-06-30, 02:26 PM Last Post: mvallevand |
|
NextEnd Extension Mechanism | jcole998 | 7 | 2,658 |
2020-05-24, 03:39 PM Last Post: jcole998 |
|
NextEnd V4 | jcole998 | 1 | 1,724 |
2020-05-18, 01:35 PM Last Post: mvallevand |
|
NextEnd: "Sports event monitor did not start" | antenna | 37 | 11,874 |
2019-10-27, 12:22 AM Last Post: mvallevand |
|
NextEnd Interruption | jcole998 | 2 | 1,750 |
2019-09-02, 05:54 PM Last Post: jcole998 |
|
NextEnd Readiness | jcole998 | 24 | 8,019 |
2019-06-01, 01:33 PM Last Post: jcole998 |
|
Nextend help | CDinger | 5 | 3,933 |
2018-11-05, 03:59 PM Last Post: mvallevand |
|
NextEnd not extending sports event | antenna | 26 | 10,778 |
2018-10-11, 04:25 PM Last Post: mvallevand |
|
NextEnd Broken? | jcole998 | 6 | 4,141 |
2018-09-15, 01:24 PM Last Post: jcole998 |