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,186
» Latest member: RonB1949
» Forum threads: 65,378
» Forum posts: 602,184

Full Statistics

Online Users
There are currently 1082 online users.
» 1 Member(s) | 1075 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, sub

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
Yesterday, 12:25 PM
» Replies: 32
» Views: 3,647
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 225
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
2026-09-05, 01:00 PM
» Replies: 43
» Views: 6,365
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 169
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 193
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 184
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 142
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 182
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,934
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 222

 
  Hauppauge DCR-2650
Posted by: Mare56 - 2020-07-05, 02:31 PM - Forum: Hardware - Replies (1)

I would like to know if I need to install the WinTV software prior to installing NextPVR to get my hauppauge DCR-2650 up and running? I used the dcr for many years with Windows 7 and am excited to find that they are supporting Windows 10 now. Any help would be appreciated!

Print this item

  Sub grouping recordings by season in Kodi
Posted by: dsreyn - 2020-07-05, 02:25 PM - Forum: Kodi / XBMC - Replies (26)

Using the NextPVR plugin for Kodi, I was wondering if there is a way to sub-categorize my recordings for a TV series by season.  It seems that in general, Kodi supports this, but I can't figure out how to do it in the NextPVR section.  In the main Kodi menu on the left, I have:

Movies
TV shows
Music
Music videos
TV
etc.

I've imported some TV episodes (not from NextPVR) into my Kodi library, and those appear in the "TV shows" section.  The NextPVR plugin populates the "TV" section.  In "TV shows", any show where I have episodes from more than one season has the desired behavior.  For example, if I select TV shows => Titles => Murdoch Mysteries, I get a panel that shows:

* All seasons
Season 3
Season 6

However, in the "TV" (NextPVR) section, if I select TV => Recordings => Murdoch Mysteries, I just get a list of all episodes for all seasons, with no way to sub-select a season.  The season and episode information is there (each episode name starts with something like S02E08), but I haven't found a way to utilize this, other than selecting "Sort by: Name", which at least puts them in the proper sequence.

I have quite a few recordings of a few shows, so sub-categorizing by season would be useful.  From what I found when I was setting up my TV library (the "TV shows" section), Kodi seems to be somewhat picky about the structure of episode filenames (I think the SxxEyy entry needs to be in a specific place).  I have NextPVR (docker version) set up with the default naming and folder structure, but I'm wondering if there's a way to make Kodi "play nice" with that.

Doug

Print this item

  No subtitles in NextPVR 5 unless NextPVR 4 is also installed
Posted by: madbrain - 2020-07-05, 12:33 PM - Forum: Windows - Replies (19)

I uninstalled NextPVR 4 from my system, then installed NextPVR5 .
I was surprised to see that subtitles don't show in any previously recorded videos or live TV channels.
After I reinstalled NextPVR 4, subtitles started working in the NextPVR 5 client.
Once I uninstalled NextPVR 4, subtitles stopped working in the NextPVR 5 client.

I'm running Win10 build 2004. Using nVidia GTX 1050 Ti with drivers 451.48 .
TV card is WinTV-quadHD.

Is this a known issue ? Is there a fix ?

Print this item

  Recording stopped less than 2 minutes in
Posted by: Ricknextpvr - 2020-07-05, 03:09 AM - Forum: Windows - Replies (36)

Nightly recording of news, 6:30PM.  Two channels.  Both stopped at same time (recording service died?).  Had to clear recording and restart.

Log files attached.



Attached Files
.zip   logs-20200704-2307.zip (Size: 464.75 KB / Downloads: 1)
Print this item

  ffmpeg transcoder args
Posted by: fwpvr789 - 2020-07-04, 04:41 PM - Forum: Windows - Replies (3)

Hi,

How can I add additional argument to ffmpeg command that NextPVR uses? I wanted to add "-max_muxing_queue_size 1024" to fix a transcoding issue. I edited the following section in config.xml but it didn't take effect

<TranscodeArgsHLS>-y [SEEK] -i [SOURCE] -map_metadata -1 -threads 0 -map 0:0 -map 0:1 -map -0Confused -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -b:v [BITRATE] -maxrate [BITRATE] -bufsize 2698344 -vsync vfr -profile:v high -level 41 -aspect [ASPECT] -force_key_frames \"expr:gte(t,n_forced*3)\" -s [RESOLUTION] [SUBTITLES] -flags -global_header -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af \"adelay=1,aresample=async=1\" -hls_time 3 -start_number 0 -hls_list_size 0 -max_muxing_queue_size 1024 -y [TARGET]</TranscodeArgsHLS>

the nrecord.log shows a default transcoder args is always used

2020-07-04 01:53:19.232 [DEBUG][7] Default transcoder args: -y [SEEK] -i [SOURCE] -map_metadata -1 -threads [THREADS] -ignore_unknown  -map 0:v:0? [PREFERRED_LANGUAGE] -map 0:a:[AUDIO_STREAM] -map -0Confused -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 [DEINTERLACING] -b:v [BITRATE] -maxrate [BITRATE] -bufsize [BUFSIZE] -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -s [RESOLUTION] [SCALE] [SUBTITLES] -flags -global_header -sc_threshold 0 -codec:a:0 [AUDIO_CODEC] -strict experimental -ac [AUDIO_CHANNELS] -ab [AUDIO_BITRATE] -hls_time [SEGMENT_DURATION] -start_number 0 -hls_list_size [SEGMENT_COUNT] -y [TARGET]

so where is the default configured if it's not in config.xml?

Thanks.

Print this item

  OTA EPG and genres. No genres in database.
Posted by: hawkeye100 - 2020-07-04, 03:33 PM - Forum: Linux - Replies (6)

NextPVR latest version on Kubuntu (not Docker). Hauppage WinTV USB DVB stick

Issue: EPG is working but no genres are being recorded into database, and thence into the TV Guide.
The advanced search 'genre' dropdown is empty.

Same DVB stick using TVHeadend on a different system did find genres (from same transmitter EPG)

On another thread (sorting the EPG), Graham recommended the following:


Do an EPG update ... look in the nrecord.log to seee the frequency that the EPG data is coming from ... use the eval version of TScapture to grab a one minute FULL transport stream for a channel on the EPG frequency  ... https://www.tscapture.com/ ... put the NextPVR logs, a copy of your database and the TScapture output on a cloud server and post a link.



TScapture is a windows utility as far as I can see - I am running nextPVR on a Kubuntu machine ....

TSDuck looks like it might do something similar on Linux but I am at the limits of my understanding the technical details of TV/video streams. 

As an alternative - I could try TScapture with the DVB stick plugged into a Windows PC (or would I need NextPVR as well? doesn't look like it but would be good to know before I try), but will that still provide the information needed to analyse the problem on the Linux machine?


Any advice to take this next step would be helpful - TIA

Print this item

  Cannot playback live TV via NPVR add-on
Posted by: kuzmitch - 2020-07-04, 02:20 PM - Forum: Windows - Replies (13)

Hi All!

Can anyone please provide a clue on how I can resolve the below issue?

Trying to watch live TV in Kodi 18.7x64 + NPVR add-on 3.3.20 + NPVR backend 5.0.6 (on the same machine) under Win 10 x64 with the latest updates. Backend is configured so that I'm able to watch TV stream in the NPVR client. In the add-on's settings I'm using default settings with either localhost IP or explicit IP of the machine.

Please find a link to the appropriate Kodi forum thread - https://forum.kodi.tv/showthread.php?tid=355617 - where I've been advised to ask for help here.
Please have a look at Kodi debug log if needed and at the NPVR logs attached as well.

Thank you.



Attached Files
.zip   logs-20200704-1805.zip (Size: 288.81 KB / Downloads: 3)
Print this item

  713x Analog on Extras file
Posted by: crisjff - 2020-07-04, 01:43 PM - Forum: Windows - Replies (1)

I was able to add my 713x BDA Analog Capture to my previous version of NPVR (v3) trough the file AnalogDevices.xml with this:

Code:
<Device filter="713x BDA Analog Capture"> <Name>713x Analog</Name> <Type>SOFT_ENCODE</Type> </Device>
but now I don't know how to config this on extras.xml file to NPVR (v5). Can any one help me? Thank you in advance.

Print this item

  No EPG Update
Posted by: tgist - 2020-07-04, 09:47 AM - Forum: macOS - Replies (3)

Hi,

I'm in the UK trying to use the on-air EPG for Freeview (works fine with the HDHomeRun application. When I try to update the EPG it scans each channel for about 6 seconds then proceeds to the next channel. The end result is "EPG Update complete. [0 inserted, 0 updated, 0 skipped]".

Attached is the log file.

Any help greatly appreciated.

Many thanks.



Attached Files
.zip   logs-20200704-1031.zip (Size: 157.68 KB / Downloads: 1)
Print this item

  Tv tunning
Posted by: Ghaffar - 2020-07-04, 08:05 AM - Forum: Legacy (v4.x and earlier) - Replies (1)

Hello
I am new user on this platform. I want to ask a question. Is NextPVR is a tv tunning software?. I want to use my pc as a tv too. I have installed tv tunning card in the pc but I have no software to tune the tv channels. How can I tune tv channels. 
Kindly guide me if this easy for you to guide.
Regards.

Print this item

Pages (6435): « Previous 1 … 454 455 456 457 458 … 6435 Next »
Jump to page 

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