Hello. I recently have been noticing issues with my EPG data on my IPTV service. When I use Perfect Player (or something else), the guide data appears in full. I tried to refresh and re-import the EPG data in NPVR and I'm receiving the attached error message. I've used this URL with the same service fine in the past. Also, the URL (when hit through a web browser) opens fine. Can someone please help?
Am just wondering, have tried to play a few channels in the NextPVR app, then a few in localhost in Chrome, then a few in the app, and just getting a blank screen in the app or 'transcoding failed' in Chrome.
I'm also using Handbrake at the same time which obviously sucks up nearly all the processing power, so should I just expect it not to be able to play any channels at the moment, or should it play anyway ?
I put the following code into a PostProcessing.bat file in C:\Users\Public\NPVR-data\scripts:
Code:
@echo off
echo Finished recording %1 at %time% on %date% >> C:\Users\ron\Desktop\finished.txt
set Icon=Information
powershell -Command "[void] [System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms'); $objNotifyIcon=New-Object System.Windows.Forms.NotifyIcon; $objNotifyIcon.BalloonTipText='Finished recording %1 at %time% on %date%'; $objNotifyIcon.Icon=[system.drawing.systemicons]::%Icon%; $objNotifyIcon.BalloonTipTitle='NPVR'; $objNotifyIcon.BalloonTipIcon='None'; $objNotifyIcon.Visible=$True; $objNotifyIcon.ShowBalloonTip(60000);"
If I run it manually by double clicking it it appends "Finished recording (space) at (current time) on (current date)" into the specified file and pops-up a balloon notification that says the same thing. When it's run by NPVR after a recording finishes it writes the recorded file's name (with path) and the time and date the recording finished to the file but there is no notification. Any ideas why?
Hi there! Am so happy to get to try out the new version!
I have two questions though:
1- I can't seem to be able to add more than one IPTV playlist. Tried adding them to both the empty IPTV device, or the one that already has a playlist in it. It's like it just won't find any other m3u other than the first one. Is there any way to fix this?
2- Also I can't seem to find the extended timeshift options. Is there any way to enable it?
OK took the v5 plunge, unzipped the entire zip file directly with 4,559 Files, 55 Folders to C:\Program Files (x86)\NextPVR (where all the files reside).
I did not put the binaries in a separate Directory anywhere (but was curious as to how the binaries would know where all those other files are).
Found NextPVRServer.exe ran as admin and got the attached?
ok will try my hardest to explain myself here. i finally figured out how to create an m3u list to use import into GSE. is there any way of getting nextpvr to import my list locally ans i don't have a web link?
root@nextpvr5:~# service nextpvr-server status
* nextpvr-server.service - NextPVRServer
Loaded: loaded (/usr/lib/systemd/system/nextpvr-server.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Sat 2019-09-07 22:27:20 UTC; 45min ago
Process: 488 ExecStart=/opt/nextpvr/shell/server.sh start (code=exited, status=0/SUCCESS)
Main PID: 490 (code=killed, signal=ABRT)
Sep 07 22:22:10 nextpvr5 systemd[1]: nextpvr-server.service: Failed to set invocation ID on control group /system.slice/nextpvr-server.service, ignoring: Operation not per
Sep 07 22:22:10 nextpvr5 systemd[1]: Starting NextPVRServer...
Sep 07 22:22:12 nextpvr5 server.sh[488]: Starting server../opt/nextpvr/system/DeviceHost/x64/DeviceHostLinux: symbol lookup error: /opt/nextpvr/system/DeviceHost/x64/Devic
Sep 07 22:22:12 nextpvr5 systemd[1]: Started NextPVRServer.
Sep 07 22:27:20 nextpvr5 systemd[1]: nextpvr-server.service: Main process exited, code=killed, status=6/ABRT
Sep 07 22:27:20 nextpvr5 systemd[1]: nextpvr-server.service: Unit entered failed state.
Sep 07 22:27:20 nextpvr5 systemd[1]: nextpvr-server.service: Failed with result 'signal'.