NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 4 5 6 7 8 … 101 Next »
NextTVPI and Titan Record Not Working

 
  • 0 Vote(s) - 0 Average
NextTVPI and Titan Record Not Working
N88yanks
Offline

Junior Member

USA
Posts: 10
Threads: 1
Joined: Jan 2025
#1
2025-02-01, 06:19 PM
I have installed NextTVPI on my computer to record from the Titan TV website and NextPVR does not seem to process the record request.  I think I have the callsign and station matching, but I have yet to have any success.  The process works when I use WinTV, but I'd really prefer not to use that software.  Below is my tvpi file downloaded from Titan, attached are the logs (I don't see any information in the logs....perhaps I'm looking in the wrong place) and snapshots of the Titan configuration, etc.  I appreciate any help! Thank you! 
Code:
<tv-program-info version="1.0">
<program>
<station>WMHT-DT4</station>
<tv-mode>digital</tv-mode>
<program-title>Molly of Denali</program-title>
<episode-title>The Off-Trail Tale; Star Eyes</episode-title>
<program-description>Molly and Tooey gather firewood but wind up lost in the wilderness; Molly navigates her way to a cabin by using a constellation as a reference point.</program-description>
<start-date>20250201</start-date>
<start-time>20:30</start-time>
<end-date>20250201</end-date>
<end-time>21:00</end-time>
<duration>00:30</duration>
<rf-channel>25</rf-channel>
<psip-major>17</psip-major>
<psip-minor>4</psip-minor>
<stream-number>4</stream-number>
</program>
</tv-program-info>


Attached Files Thumbnail(s)
       

.zip   logs-20250201-1304.zip (Size: 711.85 KB / Downloads: 2)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#2
2025-02-01, 06:34 PM (This post was last modified: 2025-02-01, 08:05 PM by mvallevand.)
Did you try running from the command line (assuming you don't have the browser configured to download). If you run it properly there should be a NextTVPI.log You do need to specify fully the path and the filename.

I don't use this so I can't confirm it works or not but checked and it seems to be ok.

Martin
N88yanks
Offline

Junior Member

USA
Posts: 10
Threads: 1
Joined: Jan 2025
#3
2025-02-01, 10:48 PM (This post was last modified: 2025-02-01, 10:50 PM by N88yanks.)
Thank you.  I was working with ChatGPT to write a batch file, but that was not successful.  I did just run it from the command line and got a much better error message:  

D:\Applications\NextTVPI-2.0.8> NextTVPI.exe d:\downloads\record-program.tvpi

A fatal error was encountered. The library 'hostpolicy.dll' required to execute the application was not found in 'C:\Program Files\dotnet\'.
Failed to run as a self-contained app.
  - The application was run as a self-contained app because 'D:\Applications\NextTVPI-2.0.8\NextTVPI.runtimeconfig.json' was not found.
  - If this should be a framework-dependent app, add the 'D:\Applications\NextTVPI-2.0.8\NextTVPI.runtimeconfig.json' file and specify the appropriate framework.

I looked for the hostpolicy.dll and it is in this folder on my machine: "C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.10\hostpolicy.dll"

I looked in the nrecord.log file and did not see any reference to the recording request.

Thanks for the help.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#4
2025-02-01, 10:53 PM
Perhaps you didn't read the wiki https://github.com/sub3/NextPVR/wiki/NextTVPI where is says to install to C:\Program Files\NextPVR

You shouldn't need a batch file.

Martin.
N88yanks
Offline

Junior Member

USA
Posts: 10
Threads: 1
Joined: Jan 2025
#5
2025-02-02, 12:32 AM
Thanks - I did read that - I was just following what ChatGPT suggested because I couldn't get the other to work.  Is there any harm to me just copying the hostpolicy.dll to the folder it is looking for?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#6
2025-02-02, 12:33 AM
It needs to be in the NextPVR folder if you want it to work. Why is that a concern?

Martin
N88yanks
Offline

Junior Member

USA
Posts: 10
Threads: 1
Joined: Jan 2025
#7
2025-02-02, 08:05 PM
Thank you - There was already a copy of the dll in the nextpvr folder, although it was an older version.  The program did run when I placed a copy of the DLL in C:\Program Files\dotnet\ folder, but I received another error message: "Could not resolve CoreCLR path. For more details, enable tracing by setting COREHOST_TRACE environment variable to 1."  

My apologies - I know next to nothing when it comes to .net - hence the confusion on copying it to another folder.  

Is there anyway that I can programmatically build and execute a url to process the file with NextPVR?  I've read some info on an NextPVR API, but I can't find much info on it.  

Thanks again for your help!
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#8
2025-02-02, 08:12 PM (This post was last modified: 2025-02-02, 08:16 PM by mvallevand.)
My utilities aren't normal netcore apps so I understand the confusion. The are meant solely to be used with NextPVR.

Is it possible you are running Win32?

As explained on the wiki, you should be associating .tvpi files with NextTVPI in your browser and then as soon as you download it it is loaded.

Martin
N88yanks
Offline

Junior Member

USA
Posts: 10
Threads: 1
Joined: Jan 2025
#9
2025-02-02, 10:35 PM
I'm running Win64 - I have associated the downloaded file in the app/folder options - are you saying that in my browser settings there is a way to associate the file and have it processed as automatically as soon as it is downloaded?  Am I missing something very basic here?  TY!


Attached Files Thumbnail(s)
   
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#10
2025-02-02, 10:47 PM
Yes your are missing the basics since the author of the wiki page even went as far as providing the links for browser configuration.

Before doing that do you have it things properly installed in "C:\Program Files\NextPVR" and removed from dotnet and does it process that file that you downloaded?

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Pending recordings not showing in web interface and NextPVR gadget not working... henryixV 4 235 2025-05-27, 08:29 PM
Last Post: henryixV
  Won't Record & Won't Forward & Minute Forward Missing suezew 2 150 2025-05-18, 07:36 PM
Last Post: sub
  How to remove multiple record failures bass_gas 1 168 2025-05-13, 03:59 PM
Last Post: mvallevand
  Installed V7 - unable to record. Dave48167 6 375 2025-05-11, 08:02 PM
Last Post: Dave48167
  How many IPTV streams should i be able to record at the same time? sharkbite 6 526 2025-03-27, 01:26 AM
Last Post: sharkbite
  EPG No Longer Working - zap2xml SamM 11 1,631 2025-02-13, 11:00 PM
Last Post: SamM
  7.0.1.241229 Back end status stuck in record mode PIPE... eastavin 3 345 2025-01-28, 05:10 PM
Last Post: mvallevand
  7.0.0.241105 Back end status stuck in record mode PIPE... eastavin 1 311 2024-12-11, 10:54 PM
Last Post: Bobins
  UNC Path for EPG URL not Working in Import Channels taylormia 10 1,099 2024-11-10, 11:42 PM
Last Post: taylormia
  nlite client -server option has stopped working meccano 4 526 2024-08-31, 08:23 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode