NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,174
» Latest member: Josper
» Forum threads: 65,372
» Forum posts: 602,145

Full Statistics

Online Users
There are currently 1122 online users.
» 1 Member(s) | 1115 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, mvallevand

Latest Threads
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
3 hours ago
» Replies: 1
» Views: 14
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
Yesterday, 03:13 PM
» Replies: 1
» Views: 67
New version problem with ...
Forum: Windows
Last Post: Swami
Yesterday, 12:23 AM
» Replies: 47
» Views: 3,741
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 139
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,413
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 302
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 224
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 505
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,156
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 390

 
  HDHR Tuner not released after recording since update to 7.0.0
Posted by: spin35 - 2024-12-24, 01:19 PM - Forum: NextPVR Support - Replies (1)

Last couple of nights I've been recording on both tuners of my HDHomerun HDHR4-2DT and I upgraded to the latest NextPVR version 7.0.0.241105.
Since the update, I've noticed that one of the tuners stays on after the recording is completed. 

The NPVR Device Status says it's sending the stream to (latest occurence):
- \\.\pipe\NPVR_a755a2e9-99a3-4a7d-9535-02647727603a:pids=18
I can't find any way to kill this stream other than to power down the tuner box.

Not sure what's going on here, but things are not working the same as they were under the old version.



Attached Files Thumbnail(s)
   
Print this item

  Is there a 'recommended' version/release of Linux?
Posted by: Bobthegoldfish - 2024-12-23, 11:45 PM - Forum: Linux - Replies (1)

If I'm installing from scratch on an empty PC, is there a recommended distribution of Linux to use as the base?

I can see there is a .deb file for ease of installation so I assume one of the Debian based ones is better in that regard, but from there does it make any difference?

Print this item

  Catchup function with NextPVR on KODI
Posted by: Magda - 2024-12-22, 09:10 PM - Forum: NextPVR Other Clients - Replies (1)

I have NextPVR setup on PC (IPTV channels) and I can pause video, also rewinds all that, is any way to have that with NextPVR ad-ons and  IPTV Simple Client with Kodi?

Print this item

  Automated placement based on recording type?
Posted by: ehfortin - 2024-12-22, 03:52 PM - Forum: NextPVR Support - Replies (6)

Hello,

I've found a thread similar to what I'm looking for but it was in 2016 so I would like to know if something change since? In 2016, Sub wrote:

Quote:NextPVR knows if you're recording a movie, but it doesn't do anything differently because of it.

There is nothing to stop you setting up two recording directories, 'movies' and 'shows', and scheduling movies to record to the 'movies' directory, and have everything else defaulting to 'shows'.

I'm having two distinct storage unit, one for movies and the second one for TV Shows. Right now, I can manually select in which place to put the recording but as NextPVR already knows if it's a movie or a TV Shows, I suppose it could select the proper directory without me having to go into the advanced mode. 

So, two questions. Is it still a manual process like it was in 2016?

If so, is there a way to get the information, let say after the recording is made to have a script to move the recording to the proper place based on the information NextPVR has on that recording?

BTW, I'm on linux so more looking into a way to script it. A windows executable would not help much.

Thank you.

ehfortin

Print this item

  Strange problem writing to CIFS share
Posted by: ehfortin - 2024-12-21, 11:01 PM - Forum: Linux - Replies (5)

Hello,

I've read the few threads regarding similar problems and I don't seems to see the equivalent. I've installed nextpvr on ubuntu 24.04 with the nextpvr-helper. This work a1. I battled with using HDPVR2 and finding an IR blaster that work with my Motorola/Arris receiver which now work very well. So the last thing I wanted to do is to use a CIFS share on my trueness server. The share already exist as it's used by plex and nextpvr when it was on Windows. So, I've created a nextpvr user on truenas and give him full control on this share.

On the ubuntu side, I've added the following line to /etc/fstab:

Code:
//192.168.1.30/Recordings /mnt/recordings cifs username=nextpvr,password=&&&,uid=998,gid=44 0 0

The aid 44 is for the video group. If I su to user nextpvr on the ubuntu VM, I can access /mnt/recordings, create file, delete them and modify them. If I start recording, nextpvr create the directory and a few files in the directory and even record the first few second of the video but then, the .ts file stop receiving data. That said, nextpvr continue to record for the whole duration of the movie but we only have a few seconds of data.

Code:
drwxr-xr-x 2 nextpvr video      0 Dec 21 14:08  . drwxr-xr-x 2 nextpvr video      0 Dec 21 14:08  .. -rwxr-xr-x 1 nextpvr video      23 Dec 21 14:08 'Blue.Beetle.(2023).timing' -rwxr-xr-x 1 nextpvr video 6329584 Dec 21 14:08 'Blue.Beetle.(2023).ts' -rwxr-xr-x 1 nextpvr video    1127 Dec 21 14:08 'Blue.Beetle.(2023).xml'

This is an example of the recording. As you can see, I have the usual files created and written to. But as you will see in the log, after writing those files and filling between 4 and 6 MB of the movie, we can see Permission denied.

Code:
2024-12-21 14:08:21.005 [DEBUG][11] Child PID: 9890 2024-12-21 14:08:21.016 [DEBUG][11] Creating writer: /mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts 2024-12-21 14:08:21.041 [DEBUG][11] Created Mutex: Global\NPVR-mutex-7212efbe8df0cd2d233055ac957d4562 2024-12-21 14:08:21.045 [DEBUG][11] Created map: /mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts.map 2024-12-21 14:08:21.060 [DEBUG][11] StartStream [/mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts] allocated handle: 1 2024-12-21 14:08:21.060 [DEBUG][11] Started recording (877:1:/mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts) 2024-12-21 14:08:21.069 [DEBUG][11] Starting thumbnail extraction for /mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts 2024-12-21 14:08:34.131 [DEBUG][5] Got request [192.168.1.101]: /service (recording.lastupdated) 2024-12-21 14:08:34.131 [DEBUG][5] parameters: 2024-12-21 14:08:34.131 [DEBUG][5]   method: recording.lastupdated 2024-12-21 14:08:34.131 [DEBUG][5]   format: json 2024-12-21 14:08:34.131 [DEBUG][5]   sid: e555ff37-e8af-43fa-9175-78f36f5186fe 2024-12-21 14:08:34.131 [DEBUG][5]   client_ip: 192.168.1.101 2024-12-21 14:08:34.131 [DEBUG][5]   client_local: true 2024-12-21 14:08:34.131 [DEBUG][5]   user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 2024-12-21 14:08:34.131 [DEBUG][5]   host_callback: ... 2024-12-21 14:08:34.131 [DEBUG][5] LastUpdated 2024-12-21 14:08:34.131 [DEBUG][5] {"last_update":1734808100} 2024-12-21 14:08:34.218 [DEBUG][11] Running: ffmpeg -re -y -i "/mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts" -vf fps=1/10,scale=220:124 -f mjpeg -flush_packets 1 "/mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).thumbnails" 2024-12-21 14:08:34.225 [DEBUG][22] Starting timing extraction for /mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts 2024-12-21 14:08:34.227 [DEBUG][11] No /var/opt/nextpvr/scripts/ParallelProcessing.sh 2024-12-21 14:08:34.528 [DEBUG][11] PowerManagement StayAwake (needs implementation) 2024-12-21 14:08:34.528 [DEBUG][11] Active...staying awake 2024-12-21 14:08:43.236 [DEBUG][22] Running: "ffprobe" -loglevel error -skip_frame nokey -print_format csv -select_streams v:0 -show_entries frame=best_effort_timestamp_time,pkt_pos "http://127.0.0.1:8866/live?recording_id=877&growing=true&quiet=true&sid=9a35a4724e4344509da7d776d7592ead" 2024-12-21 14:08:43.336 [DEBUG][5] Got request [127.0.0.1]: /live 2024-12-21 14:08:43.338 [DEBUG][5] /live?recording_id=877&growing=true&quiet=true&sid=9a35a4724e4344509da7d776d7592ead 2024-12-21 14:08:43.338 [DEBUG][5] - recording_id: 877 2024-12-21 14:08:43.338 [DEBUG][5] - growing: true 2024-12-21 14:08:43.338 [DEBUG][5] - quiet: true 2024-12-21 14:08:43.338 [DEBUG][5] - sid: 9a35a4724e4344509da7d776d7592ead 2024-12-21 14:08:43.340 [DEBUG][5] range: bytes=0- 2024-12-21 14:08:43.343 [DEBUG][5] StreamNative@1.. 2024-12-21 14:08:43.343 [DEBUG][5] StreamNative@2 2024-12-21 14:08:43.343 [DEBUG][5] StreamNative@3 2024-12-21 14:08:43.343 [DEBUG][5] StreamNative@4 2024-12-21 14:08:43.346 [DEBUG][5] RollingFile.Open(/mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts) .. 2024-12-21 14:08:43.350 [DEBUG][5] About to stream recording: /mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts 2024-12-21 14:08:43.350 [DEBUG][5] Request had range request 2024-12-21 14:08:43.350 [DEBUG][5] Requested Range: 0- (6329584 bytes) 2024-12-21 14:08:43.364 [ERROR][21] Unexpected error writing to OutputSink: System.UnauthorizedAccessException: Access to the path '/mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts' is denied. ---> System.IO.IOException: Permission denied   --- End of inner exception stack trace ---   at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)   at System.IO.Strategies.BufferedFileStreamStrategy.WriteSpan(ReadOnlySpan`1 source, ArraySegment`1 arraySegment)   at System.IO.Strategies.BufferedFileStreamStrategy.Write(Byte[] buffer, Int32 offset, Int32 count)   at NShared.Writer.OutputSink.Write(Byte[] data, Int32 offset, Int32 length) 2024-12-21 14:08:43.367 [ERROR][21] Unexpected error writing to OutputSink: System.UnauthorizedAccessException: Access to the path '/mnt/recordings/Blue Beetle (2023)/Blue.Beetle.(2023).ts' is denied. ---> System.IO.IOException: Permission denied   --- End of inner exception stack trace ---   at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)   at System.IO.Strategies.BufferedFileStreamStrategy.WriteSpan(ReadOnlySpan`1 source, ArraySegment`1 arraySegment)   at System.IO.Strategies.BufferedFileStreamStrategy.Write(Byte[] buffer, Int32 offset, Int32 count)   at NShared.Writer.OutputSink.Write(Byte[] data, Int32 offset, Int32 length)

It make no sense to have access for a few seconds and then, having access denied to the path. I'm attaching the whole logs for anybody to look at but I think the cut/paste section above is what is of interest. Note that I can play the .ts (very short but still) and that if I delete it from nextpvr, it remove everything including the directory. 

It may not make sense but is it possible that nextpvr change identity between the initial file creating and for the rest of the append to the .ts file? 

Any idea/suggestion/comment will be appreciated.

Thank you.

ehfortin



Attached Files
.zip   nrecord.log.zip (Size: 42.81 KB / Downloads: 2)
Print this item

  cannot add new device
Posted by: sebjoan - 2024-12-20, 05:43 PM - Forum: Windows - Replies (13)

Version 7.0.0.241105

There are 4 devices listed under 'Devices' and all of them have channels listed next to them.  The one labeled 'IPTV Device' with no URL has channels too so I'm not seeing an option to add another device.  How can this be resolved?  Is there a way to rename that device so the blank IPTV Device shows up, allowing for import?

Print this item

  Kodo plugin seems to be shutting down backend
Posted by: Allan - 2024-12-20, 05:37 PM - Forum: Kodi / XBMC - Replies (4)

Last night I watched a recording using the NextPVR plugin on Kodi Omega, running on a FireTV stick. Today, I noticed that the backend was not running and the following were the last entries in the terminal:

Code:
[127] Got request [10.0.100.151]: /service (session.logout) [127] parameters: [127]    method: session.logout [127]    sid: 5a0abcc9f005437cbf7d02692784ba1c [127]    client_ip: 10.0.100.151 [127]    client_local: true [127]    user_agent: Kodi/21.1 (Linux; Android 9.0; AFTKA Build/PS7685.4486N) Android TV/9.0.0 Sys_CPU/armv7l App_Bitness/32 Version/21.1-(21.1.0)-Git:20240817-183eb85f10 [127]    host_callback: ... [127] Logging out sid: 5a0abcc9f005437cbf7d02692784ba1c [127] <?xml version="1.0" encoding="utf-8" ?> <rsp stat="ok"> </rsp> Killed: 9

Did the frontend tell the backend to shut down?

Print this item

  Remove subtitels from teletext
Posted by: evil666 - 2024-12-20, 12:04 PM - Forum: Linux - Replies (7)

Hello again,

another issue for my setup.

In TVHeadend i have a filter to remove any Teletext stream (in some channels i have a subtitel teletext stream).

It's possible to add a similar filter in nextpvr?

all the best,
evil

Print this item

  Current guide for NextPVR docker on Unraid?
Posted by: wapkaplet - 2024-12-20, 12:30 AM - Forum: Docker amd64 - Replies (2)

Hi there,

I've been looking around the forums, but can't find a current guide for setting up a NextPVR docker in Unraid. I setup the container myself, and got it online, but I must be doing something wrong because it can't read my Threadfin channels (even though my old docker install on QNAP still can).

Would love any guidance anyone has. I suspect I need to set up my own template for it but have had no success so far. I also recognize this may be more Unraid support related than NextPVR, but thought I would check here.

Thanks so much in advance for any help!

Print this item

  NextPVR 7 looses recordings after post processing
Posted by: ballfam - 2024-12-19, 10:29 PM - Forum: Linux - Replies (15)

I have had this issue in the past, but it has come back again. I have been running stable for some time now, and I just upgraded to 7.0 yesterday, nothing else has changed. It took me a beat to notice, but since I upgraded, after a show has finished recording and it gets processed by PostProcessing.sh, it disappears from the database. The PostProcessing script contains this (at the end of the script):

Code:
# remux to mkv in the Plex location ffmpeg -fflags +genpts -i "$1" -vcodec copy -acodec copy -c:s copy  "${plex_file%.*}.mkv" # tell NextPVR where it went /opt/dotnet/dotnet /opt/nextpvr/system/NScriptHelper.dll  -rename "$1" "$plex_file" #delete original rm "$1"


so, it's remuxing to MKV in a different location, in theory, updating the database with the new location, and then removing the original. All worked perfectly before the upgrade, and the file still showed up in the recordings in NextPVR. After the upgrade it disappears.

I'm going to take a guess that either I need to manually update  NScriptHelper.dll, or the DLL location changed, or it now takes different parameters.

It is entirely possible that I replaced this file with a patched version from Martin a while back that may no loner work in the latest release (if it wasn't updated by the new install).

Martin, Sub, any ideas?

Thanks

Print this item

Pages (6434): « Previous 1 … 79 80 81 82 83 … 6434 Next »
Jump to page 

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