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,177
» Latest member: allv50
» Forum threads: 65,374
» Forum posts: 602,148

Full Statistics

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

Latest Threads
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
Yesterday, 05:58 PM
» Replies: 1
» Views: 54
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-08-31, 04:17 PM
» Replies: 0
» Views: 63
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 68
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 100
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,775
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 158
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,425
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 325
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 232
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 520

 
  Subtitle:Title
Posted by: jcjefferies - 2023-11-10, 08:00 PM - Forum: NextPVR Support - Replies (10)

What is the best way to create a Recurring Recording when the Title of the series comes after the ":". The original Recurring Recording I created for the first series does not detect the second series as they have added a sub title before the series name!

The series is called "The Secret Genius of Modern Life"! The EPG displays "Passport: The Secret Genius of Modern Life" where "Passport" is the subject of the first episode! Does the text after the first ":" have a different description to search on other than "title like"? I looked at the Wiki but could see nothing in the Scheduler section.

The BBC does occasionally do this!

Print this item

  PlutoTV freezing
Posted by: spagio - 2023-11-10, 04:42 AM - Forum: Extras - Replies (1)

Any ideas?  I'll be watching a channel then it will freeze at a commercial.  Lots of IsComplete() errors in the log file during streaming.  Thanks in advance.

John



Attached Files
.zip   logs-20231109-2328.zip (Size: 1.56 MB / Downloads: 1)
Print this item

  MainConcept mux not present
Posted by: dshorrosh - 2023-11-10, 04:37 AM - Forum: Windows - Replies (11)

After latest Win10 updates, NextPVR will not play from within Kodi, and streaming directly from the app fails with a transcoder error.  The next-to-last line in the Devices log file shows:

"FindFilterByName failed to locate filter: MainConcept (HCW) MPEG Multiplexer-Plus"

I restarted the PC and stopped / started the NextPVR service with no effect.

I uploaded the log files.

Help would be appreciated.

Print this item

  Ubuntu 22.04 - NextPVR Scan Issues (Singapore DVBT2)
Posted by: idefixrc - 2023-11-09, 11:45 AM - Forum: Linux - Replies (2)

Hello,

I looked through the forum but was unable to find any hints to help me fix my problem.
I'm running:

Setup:
OS: Ubuntu 22.04 (virtualized on ESXi)
NextPVR:  Version: 6.1.5.231022  
HW: Hauppauge WinTV-dualHD USB Stick
Hauppauge Drivers are installed and operational (no errors in dmesg and Kaffeine working fine).
NextPVR is installed (using .deb package including dependencies) and the webfront end is accessible. Hauppage Device shows up fine (2x DVB-T and 2x DVB-C - e.g. adapter1/frontend0 (Silicon Labs Si2168) )
Location: Singapore - DVB-T2

Issue:
Scanning for DVB-T Channels in both NextPVR and using dvbv5-scan does not detect any channels. I tried multiple tuning profiles including the auto-Default profile but with no success.
I also created my own profile based on the info extracted from found channels in Kaffeine but still no channel is found.

Kaffeine works on the same machine. It detects all channels without issues and playback is working great.
NextPVR Log files and dvbv5-scan log attached.

I hope someone can point me in the right direction.

Thanks !



Attached Files
.zip   logs-20231109-1922.zip (Size: 236.24 KB / Downloads: 1)
Print this item

  Manual recording API
Posted by: mvallevand - 2023-11-09, 12:39 AM - Forum: Developers - Replies (2)

I am trying to schedule a manual recording for a show in Kodi.  Is there a way using the API to keep it manual if I provide a name?  In this case my 2hr recording is being truncated to one hour.

Code:
2023-11-08 18:37:37.972 [DEBUG][221]    Got request [127.0.0.1]: /service (recording.save) 2023-11-08 18:37:37.972 [DEBUG][221]    method=recording.save 2023-11-08 18:37:37.973 [DEBUG][221]    parameters: 2023-11-08 18:37:37.973 [DEBUG][221]      method: recording.save 2023-11-08 18:37:37.973 [DEBUG][221]      name: CBC Ottawa News 2023-11-08 18:37:37.973 [DEBUG][221]      recording_id: 0 2023-11-08 18:37:37.973 [DEBUG][221]      channel: 7388 2023-11-08 18:37:37.973 [DEBUG][221]      time_t: 1699484340 2023-11-08 18:37:37.973 [DEBUG][221]      duration: 7260 2023-11-08 18:37:37.973 [DEBUG][221]      pre_padding: 0 2023-11-08 18:37:37.973 [DEBUG][221]      post_padding: 0 2023-11-08 18:37:37.973 [DEBUG][221]      directory_id: Default 2023-11-08 18:37:37.973 [DEBUG][221]      sid: 2da1af8edcdb4e2cb84aa381e888bf22 2023-11-08 18:37:37.974 [DEBUG][221]      client_ip: 127.0.0.1 2023-11-08 18:37:37.974 [DEBUG][221]      user_agent: Kodi/21.0-BETA1 (Windows NT 10.0.22631.2506; W2023-11-08 18:37:37.974 [DEBUG][221]      host_callback: ... 2023-11-08 18:37:37.974 [DEBUG][221]    Schedule Recording from EPGEvent... 2023-11-08 18:37:37.975 [DEBUG][221]    about to record: <Event>   <OID>2301140</OID>   <Title>CBC Ottawa News</Title>   <SubTitle></SubTitle>   <Description>Coverage of the top local news.</Description>   <ChannelOID>7388</ChannelOID>   <StartTime>2023-11-08T22:59:00.0000000Z</StartTime>   <EndTime>2023-11-09T00:00:00.0000000Z</EndTime>   <FirstRun>true</FirstRun>   <OriginalAirDate>2015-10-05T04:00:00.0000000</OriginalAirDate>   <Quality>HDTV</Quality>   <Genres>     <Genre>News</Genre>   </Genres>   <MD5>MVnlNLHZB7UuWmhEFLvjpQ</MD5>   <UniqueID>SH022793520000</UniqueID> </Event>

Martin

Print this item

  Some channels importing as VOD
Posted by: wapkaplet - 2023-11-08, 05:28 PM - Forum: Docker amd64 - Replies (17)

Hey there,

I have a weird question that I can't seem to figure out. I'm running IPTV through Threadfin to NextPVR. I'm trying to add some new channels from my provider, but I can't because when I give NextPVR the Threadfin m3u and XML links, it detects these new channels as VOD, even though they're not.

I've looked directly at the M3U file and can see no difference between the old channels and the new ones. They are higher res versions of existing channels (1080p vs 720p) so I'm not sure if that has something to do with it. However, I've also tried disabling the old channels in Threadfin, and the new ones still go in as VOD.

I also tried doing a completely fresh NextPVR install before importing, and these channels are still tagged as VOD. And when importing into another PVR setup (e.g. Plex) these come through as regular channels and work properly.

So, the key question is how does NextPVR decide that something is a VOD channel, and how can I correct it?

Thanks!

Print this item

  Recording length error
Posted by: VCR58 - 2023-11-07, 12:51 AM - Forum: Linux - Replies (20)

I'm having issues with playing some NextPVR recordings. The one I am currently having trouble with is NFL Football Dallas Cowboys at Philadelphia Eagles recorded 11/05/2023 at 3:25pm

The problem is the recording is over three hours long but in all the NextPVR clients and Web client the recording only reports 15 minutes in length. I have only seen this with recordings using the Tablo tuner + Extra so far.

The same recording actually plays fine in Kodi and reports the correct duration of 3hrs 21min.

Do the logs show any clues as to what is happening?

Thanks



Attached Files
.zip   logs-20231106-1832.zip (Size: 1.03 MB / Downloads: 4)
Print this item

  Collosus 2 & HVR 2210 - Composite, S Video inputs
Posted by: peter t - 2023-11-07, 12:31 AM - Forum: Wishlist - Replies (8)

I still have to use V4 as later versions do not support Composite or S Video. I still need these inputs for older hardware. (yes, I regularly transfer old videotape and use an old set top box on this machine
I used V5 for a while using the database from V4, then I had to do a Channel reconfiguration due to "Foxtel" channel changes and it was not possible. I would have had to use V4 to make the changes.
I just went back to using V4 as this machine is only used for recording.
I have another PVR at the other end of my house which uses HDMI to record from its set top box, I am using the latest v6.1.5.231022 and this version is by far the best NPVR yet.

Print this item

  Manual Recordings
Posted by: jrockow - 2023-11-06, 11:05 AM - Forum: Windows - Replies (5)

When I do a manual record from the web app, regardless of which directory I choose in the setup, the recording is found in C:\Manual Recordings directory.
Is that a bug or am I missing something?

Print this item

  NPVR will not update
Posted by: wmraff - 2023-11-06, 05:47 AM - Forum: Windows - Replies (7)

I am using 4.2.5

I have tried to update several times and nothing is happening.

I understand that 6.1.5 is the latest version

After the install runs it just disappears and NPVR does not open as it claims.

I clicked on the installer from this post  6.1.5.231022 Available (22nd October 2023)

There are no new versions of NPVR in my program files

Please advise, Thank you.

Print this item

Pages (6435): « Previous 1 … 142 143 144 145 146 … 6435 Next »
Jump to page 

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