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,193
» Latest member: davidrfellows@gmail.com
» Forum threads: 65,379
» Forum posts: 602,219

Full Statistics

Online Users
There are currently 1895 online users.
» 1 Member(s) | 1890 Guest(s)
Applebot, Baidu, Bing, Google, Graham

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: sub
Yesterday, 06:27 PM
» Replies: 39
» Views: 3,765
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
Yesterday, 07:22 AM
» Replies: 2
» Views: 496
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
Yesterday, 03:19 AM
» Replies: 15
» Views: 971
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,480
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 258
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 223
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: 224
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 216
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 163
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 201

 
  Subs for SUB
Posted by: jrockow - 2019-08-23, 10:17 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

Sub,
Just wanted to catch your attention with my thread title Smile
Anyhow, I'm wondering how difficult it would be for you to add a subtitle feature, similar to how PLEX does it.
If I start a show in PLEX that I've downloaded, I can just click on subtitles and it will automatically find it and begin using it.
As it is now in NPVR I have to go to the subtitles web site and search for the subtitle to match my download, and then put it in the same directory as the show, then rename it to match the show before I can see it.
The PLEX method is really great, but I would rather be using NPVR.
Thanx.

Print this item

  Adding recording rule with accent : Kodi doesn't find show; NextPVR do
Posted by: nonob - 2019-08-23, 08:06 AM - Forum: Kodi / XBMC - Replies (22)

Hi,

I'm on Windows 7 with Kodi 18.3, NextPVR add-on 3.3.15 and NextPVR back-end 4.2.4 (190307) on the same PC.

First, thanks a lot for NextPVR, i'm a new user switching from Argus (that i used for years) and it seems great !

My issue :

If i add a recording rule from Kodi, type "repeat keyword" : L'hebdo de la musique :

[Image: R99ToTC.png]

Kodi doesn't found any programs :

[Image: QFRHalG.png]

But if i launch NextPVR and select the reccuring recording i created : "find all", it found programs :

[Image: tOwlK2W.png]

I thing the issue is related to the accent because if i search the same keywords without it : "hebdo de la musique" :

[Image: 5lnMmYQ.png]

Kodi find programs :

[Image: airYl9d.png]

Can you help me with this issue ?

Thanks

Print this item

  NextEnd v5 trial release
Posted by: mvallevand - 2019-08-22, 08:41 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (455)

NextEnd for v5 is available on the NextPVR wiki.  It was bit tricky because the v4 release required an external dll for JSON and I had to hunt down the source.  I also wanted to see if I could figure out how to distribute a minimum installation using NextPVR's files which works on all environments without requiring all the files that a typical .netcore app requires. 

For those that don't know what NextEnd is I refer you to the wiki for information and usage instruction https://github.com/sub3/NextPVR/wiki/NextEnd


Installation instructions

A. If you install the Windows Netcore 3.1 runtime on Window 64 or use any other platform 

1. Unzip attached zip file into a folder Plugins/NextEnd in the v5 user data folder.  Case is important outside windows.  I kept the v4 upper case, but that will likely change.
2. If you aren't running in C:\Program Files\NPVR  edit NextEnd.runtimeconfiguration and change the C:\Program Files\NPVR to your binary folder keeping the trailing blanks
3. On linux it might be tougher you also need to run this

Code:
sed -i 's/\"\/\"/\"\/opt\/nextpvr\/system\/\"/g' NextEnd.deps.json

Note that only the dep installer is supported at this time.  If you use another install directory you need to update the NextEnd.runtimeconfig.json file and the other instructions to match your configuration.

4.  For Docker the User folder is what you set /config to and the sed command is

Code:
sed -i 's/\"\/\"/\"\/app\/\"/g' NextEnd.deps.json

B.  If you don't install the Window Netcore 3.1 on Windows

1. Create a folder Plugins/NextEnd in the v5 user data folder
2. Unzip  attached zip file into the NextPVR v5 program folder
3. Delete NextEnd*.json from the program folder

For PostProcessing

Windows 64

A style
C:\Users\Public\NPVR-data\Plugins\NextEnd.exe  options

B style
C:\Program Files\NextPVR\NextEnd.exe options

Linux use $ for for parameters and chmod +x sh files

/opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll options

(or update for your configuration if you aren't using the deb installer)

Docker use $ for for parameters and chmod +x sh files

dotnet /config/Plugins/NextEnd/NextEnd.dll options

Martin

Print this item

  What is a backend?
Posted by: mvallevand - 2019-08-21, 04:59 PM - Forum: General Discussion - Replies (3)

I talk about my NextPVR backend well here is what I live with now with v4 and v5. It used to be quite organized but during testing of v5 it became a bit of a disaster as I have been switching things around so much and testing too many combinations (this picture is actually from a webcam hooked into v5 on linux). It doesn't help that I have to walk a ways to get there, glad I can do most things with ssh, rdp and vnc.

USB and network devices are convenient but PCI used to hide most of this.

They talk about cutting the cord. I have a few.

Martin

Print this item

  NextPVR, Hauppauge Colossus and issues changing between PCM and AC3 audio streams
Posted by: three6zerocool - 2019-08-21, 04:46 AM - Forum: Legacy (v4.x and earlier) - Replies (13)

Hello, pretty new user here.
Have had some issues getting NextPVR working with my STB and Hauppauge Colossus card.

The issues are not yet resolved, so am just about to give up.

Basically what is occurring, is that most of the time, when I change channels from one containing DD (AC3) to a channel with PCM audio (stereo), I lose audio.
Similarly, the same happens when I change channel from one containing PCM to one containing DD, the audio disappears.

It was suggested to me, that the Colossus card needs some time to stabilize after changing channels, and that I should try a batch script, to delay the tuning to a different channel.

Well, have performed quite a bit of testing, and regardless of what delay I use (1-30 seconds) , it actually makes no difference whatsoever, as to whether the audio is present or not.

What happens is that NPVR will pop up an error message saying that there is no AAC codec present, when changing from a channel with DD, to one with PCM.
Similarly, NPVR pops up a message saying there is no AC3 codec present, when changing from a channel with PCM, to one with AC3 audio stream.

I tried configuring all the AC3 channels to use SPDIF, and all the PCM channels to use RCA audio input.
Same issue occurs, and audio disappears.

I tried installing another Hauppauge Colossus2 card, and setup all the AC3 channels on the Colossus card, and all the PCM channels on the Colossus2 card.
Same issue occurs, and audio disappears.

I tried changing to every audio codec known to man (grin) (this man anyways), and all different audio renderers.
Same issue occurs, and the audio disappears.

It works a lot better when using Kodi as client, but when using NextPVR as local player, it loses audio every single time I change between channels with different audio streams.

The weird thing is, if I use Mediaportal TVserver and it's local client MediaPortal, channel changes work perfectly when switching channels with DD and PCM audio.
Same Colossus driver, same codecs (LAV).

Have attached logs in hope that something can be discovered.

Print this item

  Newbie setting up Schedules Direct with NextPVR v5 Public Beta
Posted by: greg4168 - 2019-08-21, 12:52 AM - Forum: Windows - Replies (1)

Hi - trying to setup using my SD account. Am on the Settings\Guide screen. Have added my SD ID/pwd. Clicking Add SD Channel Lineup, then entering my zip code and selecting North America - United States. Clicking the Search button doesn't seem to do anything. Also tried similar from Settings\Channels. Baffled. Help? Thanks.

Print this item

  Black Screen, No Audio - Live TV
Posted by: Rev73 - 2019-08-21, 12:40 AM - Forum: Legacy (v4.x and earlier) - Replies (11)

Hi all. Thanks for reading.

I've just installed a Hauppage WinTV-dualHD tuner that worked fine running the included software and then I installed NextPVR. It had no trouble scanning channels, seemed to work for about a second, and then live TV blinked out and I can't get anything but a black screen. I've tried all hte decoders I have, including Microsoft DTV-DVD, LAV, and a couple others.

Now, if I try and use the original Hauppauge software I get nothing but a black screen too. I've tried deleting and reinstalling to no avail.

I'm attaching my log files (I think.)

Any help would be really appreciated. Bought the tuner as my birthday gift. Bummer so far.

Print this item

  Repeated recording failures
Posted by: drmargarit - 2019-08-20, 07:02 PM - Forum: Linux - Replies (5)

2xHDHR OTA (not legacy), 1xHDHRPrime CableCard. Most, if not all recordings were taken from the HDHRPrime.
NPVR4 records at night. NPVR5 records in the daytime, possibly with exceptions to minimize contention for tuners.
Failed recordings are a regular event on the NPVR5-Linux setup.
I get a failed recording like these once every two weeks or so with my NPVR4 setup.

Attached are a printout of the recordings screen and logs. Let me know if you need anything else.

JLM

Print this item

  MPEG-2 Channels won't play (black screen in nextpvr and disconnect from Kodi)
Posted by: aderlopas - 2019-08-20, 06:42 PM - Forum: NextPVR Support - Replies (14)

Hello,

I am having a problem playing MPEG-2 channels.
From Kodi it disconnects (MPEG-4 channels play fine).
From within nextpvr client on the same machine as server, MPEG-2 chnnels do not play either; it does not however disconnect, but I seeblank screen instead.

Any ideas? Attaching the logs. My decoders setup as in the screenshot attached.

Print this item

  Trying to record New series NEW shows. Records all, old and new.
Posted by: bass_gas - 2019-08-20, 06:02 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

I select for instance NCIS. I click to record and select "RECORD SEASON (New episodes on this channel) which is CBS in this case and there are no NEW shows until September. It records all NCIS re-runs regardless of season on CBS.

Print this item

Pages (6435): « Previous 1 … 584 585 586 587 588 … 6435 Next »
Jump to page 

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