2022-10-20, 09:16 PM
Yes that is the line for all the script command when you don't run from /opt/nextpvr/system
Martin
Martin
2022-10-20, 09:16 PM
Yes that is the line for all the script command when you don't run from /opt/nextpvr/system
Martin
2022-10-21, 12:23 PM
Martin,
Ok, Code: cd /opt/nextpvr/system Code: ls -la /opt/nextpvr/system/libe_sqlite3.so Still aborted Code: 2022-10-21 05:01:25.933 [DEBUG][12] Started recording (39208:4:/home/craig/RecordedTV/KCRA 3 News at 5am/KCRA 3 News at 5am_20221021_05000530.ts)
2022-10-21, 12:40 PM
(This post was last modified: 2022-10-21, 12:41 PM by mvallevand.)
Are you sure you have the runtimeconfig file with
Code: { Also I found my test line, to avoid going to the logs. Code: sudo -u nextpvr /opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll --eventoid 1234 That gets a fake one you can also find the event oid as the first number in this query from Code: sqlite3 /var/opt/nextpvr/npvr.db3 Martin
2022-10-21, 01:03 PM
(2022-10-21, 12:40 PM)mvallevand Wrote: Are you sure you have the runtimeconfig file with
2022-10-21, 01:22 PM
(This post was last modified: 2022-10-21, 01:28 PM by mvallevand.)
So you are running from Plugins now, that's better. I don't know why the install dir and data dir point where they do though, they should point to sub's files. Did you move some other dll's there?
You can also add the parameter Rex posted to eliminate the symbolic link. I will be updating a few things on the wiki and I will clean up the zip file with these json files. Since Windows were I do the development doesn't need them I forget about them since my system works. Martin
2022-10-21, 01:40 PM
I am able to run from Plugins/NextEnd
The ..../data folder is created by ParallelProcessing.sh or the test command you told me about. Weird Craig
2022-10-21, 01:44 PM
The lines I don't understand are these
NEXTPVR_INSTALLDIR /var/opt/nextpvr/Plugins/NextEnd/ NEXTPVR_DATADIR /var/opt/nextpvr/Plugins/NextEnd/data/ Using the same files as I think you are I get this without the data folder being created. sudo -u nextpvr /opt/dotnet/dotnet ~/craig/NextEnd.dll --eventoid 1234 [sudo] password for martin: NEXTPVR_INSTALLDIR /opt/nextpvr/system/ NEXTPVR_DATADIR /opt/nextpvr/system/data/ NEXTPVR_DATADIR_USERDATA /var/opt/nextpvr/ OID 1234 not found Martin
2022-10-21, 02:21 PM
I see what you mean. Perhaps this has something to do with it. Out of frustration with not being able to record "The Tonght Show Starring Jimmy Fallon" I did a clean install of Mint and installed NextPVR and NextEnd. I was previously using Ubuntu. I also changed my recording directory location and alphabetized my recurring recordings using "DB Browser for SQlite" to edit npvr.db3. All my changes were to SCHEDULED_RECORDING to change file locations and RECURRING_RECORDING to change the OID and Priority to alphabetize the output for NextPVR. I copied the edited npvr.db3 into /var/opt/nextpvr/npvr.db3 prior to doing device scans to setup channels.
2022-10-25, 06:30 PM
Martin, do you know if the "2022 World Series" will be extended?
It starts on the 28th on FOX.
2022-10-25, 06:54 PM
Rex using the template from https://forums.nextpvr.com/showthread.ph...#pid576070 to get the ID yes
select oid, description from EPG_EVENT where title = '2022 World Series' and subtitle like '%Houston%' and significance = 'Live'; Code: 2022 World Series Philadelphia Phillies at Houston Astros |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
NextEnd Docker Install | Mark-McG | 61 | 5,920 |
2023-08-30, 09:15 PM Last Post: mvallevand |
|
Comskip + NextEnd | VCR58 | 12 | 1,886 |
2023-06-30, 02:26 PM Last Post: mvallevand |
|
NextEnd Extension Mechanism | jcole998 | 7 | 2,584 |
2020-05-24, 03:39 PM Last Post: jcole998 |
|
NextEnd V4 | jcole998 | 1 | 1,691 |
2020-05-18, 01:35 PM Last Post: mvallevand |
|
NextEnd: "Sports event monitor did not start" | antenna | 37 | 11,691 |
2019-10-27, 12:22 AM Last Post: mvallevand |
|
NextEnd Interruption | jcole998 | 2 | 1,713 |
2019-09-02, 05:54 PM Last Post: jcole998 |
|
NextEnd Readiness | jcole998 | 24 | 7,877 |
2019-06-01, 01:33 PM Last Post: jcole998 |
|
Nextend help | CDinger | 5 | 3,874 |
2018-11-05, 03:59 PM Last Post: mvallevand |
|
NextEnd not extending sports event | antenna | 26 | 10,568 |
2018-10-11, 04:25 PM Last Post: mvallevand |
|
NextEnd Broken? | jcole998 | 6 | 4,093 |
2018-09-15, 01:24 PM Last Post: jcole998 |