Any idea why I'm getting this problem
when using the d/l button?
logs-20210403-1702.zip (Size: 509.48 KB / Downloads: 0)
I can access the recordings through explorer, but just wondered? Logs included.
Outputs this and nothing seems to be written to the logs...
Unhandled Exception: System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' because the parent does not exist.
Been using NextPVR for a few months now, and it's been great.
recently, the server stopped recognizing the tuners. When I do a "status", there is nothing - I'm using a WinTV-dual USB. The WinTV app see the tuners and works fine.
the server GUI won't come up at all in the browser.
I have a sony PlayTV usb tuner installed at windows 10 x64 inside proxmox virtualization server
Usb pass through
Mediaportal alone works fine.
Nextpvr together with mediaportal(both installed) works with some problems (error of the stream shown as pixelation)
Next pvr alone (without mediaportal installed) finds the double tuner but when I try to scan for channels it does not scan.
Scanning shows nothing (not even trying to go to the frequencies)
Attached is the error log
At some point it says:
Starting graph...
Failed to start device: 0x80004002
I'm in the process of setting up NextPVR on Ubuntu 20.04. I'm in the UK and tune to the Waltham Transmitter, when scanning all channels are found apart from the HD channels on frequencies 586.000 MHz and 746.000 MHz DVB-T2.
However, if want to change back to only_new=false by using the same statement with only_new set to false, the value remains set to true after applying the edit. Other parameters can be changed, but once only_new is changed to true, it seems to be unchangable.
Is only_new a one-way street, or am I missing something here?
I should note that I can also create a new recurring recording with only_new set to true, and it works as expected. It's only changing only_new back to false that I can't seem to manage.
I'm wondering if there's scope in NextPVR V5 for a YouTube EPG Plugin? I'd find it really useful if I could see in the TV Guide what's on YouTube along with the other TV channels, as this would save having to look at my phone as well as the TV.
I have 2 reccuring recording
JS at 13:30
C8 test at 06:00
When i click on C8 sport the display is correct:
The displayed date/time is correct
After i click on the second (JS) ans the display is wrong (Time is not correct)
we have 06:00 and not the correct time 13:30
the first date/time is used for each .
Same things on pending view.
Regards
Just a quick question: after recording, my laptop will not go into standby. I have checked the standby settings and in normal use it goes into standby with no problem, but after recording a programme it stays on, usually until the following morning when I can switch it off. It's an ageing laptop, a Lenovo G570 running Windows 10.
Not all Roku devices cannot handle all TS files that NextPVR can record. Also skipping, resume, comskip etc all are noticeable slower and potentially not as accurate as with indexed containers such as mp4 and mkv files.
To solve this issue on recordings I suggest using one of the following two choices to remux from ts to mp4 in PostProcessing.bat. The Roku client will automatically use an mp4 file when found and the resume position is shared with the TS file in other clients.
If your Roku is not AC3 compatible you will not only need to remux you will need to transcode to change -acodec copy to -acodec aac -ac 2
There are more sophisticated options but these give a good start for Roku users. I believe this approach is better the Emby or Plex approach which is to transcode on demand.