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,188
» Latest member: dromanas
» Forum threads: 65,378
» Forum posts: 602,188

Full Statistics

Online Users
There are currently 1196 online users.
» 2 Member(s) | 1187 Guest(s)
Applebot, Baidu, Bing, DuckDuckGo, Facebook, Google, Yandex, BrettB, eastavin

Latest Threads
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
31 minutes ago
» Replies: 9
» Views: 865
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
Yesterday, 12:25 PM
» Replies: 32
» Views: 3,666
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 238
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
2026-09-05, 01:00 PM
» Replies: 43
» Views: 6,375
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 179
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: 198
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 192
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 150
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 185
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,955

 
  recording service no longer starting automatically???
Posted by: 2leftfeet - 2016-12-23, 06:30 PM - Forum: Legacy (v4.x and earlier) - Replies (2)

All of a sudden, starting this morning, after over a year of operation, I am seeing that the record service is not automatically starting when server is boots. This has now happened 3 times in a row - never happened before. I changed nothing on the server, hardware of software. The service is set to start automatically, but no longer seems to be starting at bootup. It will start if I manually start the service.

Windows 7 event logs are reporting the following errors:

Event 7000
The NPVR Recording Service service failed to start due to the following error:
The service did not respond to the start or control request in a timely fashion.

Event 7009
A timeout was reached (30000 milliseconds) while waiting for the NPVR Recording Service service to connect.


Any ideas or suggestions?

Thanks

Print this item

  Donation
Posted by: peterh - 2016-12-23, 04:35 PM - Forum: General Discussion - Replies (1)

A hardware failure resulted in having to exist without NPVR for a week or so! Up and running again, now, but this has made us appreciate it all over again so Happy Christmas Sub! Thanks for all your great work

Print this item

  Pictures will not show in Pending with a colon in the title.
Posted by: Bobbybear - 2016-12-23, 11:38 AM - Forum: TV Listings - Replies (1)

I have noticed that since the latest update v3.7.2 to cure the compatibility problems with NextPVR 3.9.2, when there is a Colon in the title the any picture saved in shows does not show in pending or save with the recording.
Of course it is impossible to save a picture with a Colon in the title due to the restrictions of Windows file management.
With the previous version then either NPVR or TV Listings used to ignore the Colon in the title and showed the picture/thumbnail.
Can this be fixed please
many thanks
Bob

Print this item

  NPVR cannot play re-muxed .ts or .mpg file
Posted by: vmq - 2016-12-23, 01:10 AM - Forum: Legacy (v4.x and earlier) - Replies (20)

I am trying to clean my recordings by re-muxing them because the OTA ATSC recordings here are sometimes a little glitchy. After the procedure the files play fine in VLC and Kodi, but NPVR plays the ts very jerky, and cannot play the .mpg. The original ts recording plays fine everywhere, but as I said has some glitches later.

I used the following two commands to create 30s samples:

Code:
ffmpeg -ss 90 -i "NCIS.S14E10.The Tie That Binds.ts" -t 30 -map 0:0 -map 0:1 -map 0:2 -f mpegts -c:v copy -c:a:0 copy -c:a:1 copy -y NCIS.ts ffmpeg -ss 90 -i "NCIS.S14E10.The Tie That Binds.ts" -t 30 -f mpeg -c:v copy -c:a:0 copy -y NCIS.mpg

The samples can be found here:
https://drive.google.com/file/d/0B4WkBkH...sp=sharing
https://drive.google.com/file/d/0B4WkBkH...sp=sharing

I tried to play both in NPVR. My logs are attached.

Am I doing something wrong?

Volker

Print this item

  Bulk Map Schedules Direct Unhanded Exception
Posted by: jmassaro87 - 2016-12-22, 06:25 PM - Forum: Legacy (v4.x and earlier) - Replies (2)

Hello,

When I try to bulk map my Schedules Direct EPG i get an Unhandled Exception as soon as i click the Bulk Map button. It reads:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at NShared.SchedulesDirectJSONEPGSource.GetChannelsForLineup(SchedulesDirectLineup lineup)
at NextPVR.Settings.ChannelRemapForm.LoadChannelList()
at NextPVR.Settings.ChannelRemapForm.ChannelRemapForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
NextPVR
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NextPVR.exe
----------------------------------------
NUtility
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1636.0 built by: NETFXREL3STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
NShared
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NShared.DLL
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.85.0
Win32 Version: 1.0.85.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/System.Data.SQLite.DLL
----------------------------------------
System.Data.Entity
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Entity/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Entity.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
Unmanaged
Assembly Version: 1.0.6158.18570
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/Unmanaged.DLL
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
SlimDX
Assembly Version: 4.0.13.43
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/SlimDX.DLL
----------------------------------------
taglib-sharp
Assembly Version: 2.0.4.0
Win32 Version: 2.0.4.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/taglib-sharp.DLL
----------------------------------------
System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
ManagedUPnP
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/ManagedUPnP.DLL
----------------------------------------
CustomMarshalers
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/CustomMarshalers/v4.0_4.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll
----------------------------------------
Newtonsoft.Json
Assembly Version: 6.0.0.0
Win32 Version: 6.0.3.17227
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/Newtonsoft.Json.DLL
----------------------------------------
System.Numerics
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Print this item

  Add if new to Pending recordings
Posted by: p37307 - 2016-12-21, 06:33 PM - Forum: Wishlist - Replies (20)

Hi. is there anyway to add if a pending recording is new (never aired) to the pending recording screen on the traditional desktop view? Maybe between the date and time of the recording and the channel name?

Print this item

  Unable to use LAV codecs
Posted by: striben - 2016-12-19, 09:15 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

I have installed the LAV decoders, and selected them in the settings GUI. But when trying to Watch live TV I get "you havn't configured a H264 video decoder" and "you dont have a MPEG1 decoder selected".
Using for example MainConcept H264 video decoder, or Microsoft built-in decoders works just fine. It's only LAV that NPVR cannot use?

/Anders

Print this item

  HDHomerun Connect is being seen as a "Prime" in settings->devices.
Posted by: 2leftfeet - 2016-12-19, 04:30 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

Hi,

I just received a HDHomerun Connect, installed it and tried to perform a scan. But in settings->devices, npvr is reporting it as a Prime and not as an ATSC device.
I tried scanning it anyway, but produced "0" results, whereas HDHR setup is reporting in excess of 50 channels.

What am I doing wrong?

Note: I do have a Prime operating on the network.

Print this item

  Best setup for WAF
Posted by: bilbopvr - 2016-12-19, 12:06 PM - Forum: Kodi / XBMC - Replies (9)

I am very new to nextpvr, I have dabbled with tvheadend in the past but I am not new to Kodi.

I really like nextpvr, the main interface seems nice and easy to use. In peoples opinions what is the best way integrate with Kodi that will be easy for the wife to get along with? Using a mce remote for now thinking of getting an air mouse of somesort to allow control of windows vod apps such as netflix.

I see these as my options

1. Use the inbuilt pvr functionalty of kodi with the npvr addon, this seems clunky to me but does seem to work well.

2. Use the advanced launcher within kodi to launch nextpvr and go back to kodi when it is exited.

3. Launch kodi and other app from withing npvr (is this possible?)

Edit does anyone have a pre-configured config file for mce remote which maps the guide/info/live tv/recordings buttons correctly?

Many thanks

Print this item

  UI and some menus are really big
Posted by: Kern2040 - 2016-12-18, 10:13 PM - Forum: Legacy (v4.x and earlier) - Replies (1)

As my title states, my UI main menu and some menus are huge. Once I start a channel, the picture seems to be the right size.

Print this item

Pages (6435): « Previous 1 … 835 836 837 838 839 … 6435 Next »
Jump to page 

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