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,169
» Latest member: José Eudes da Silva
» Forum threads: 65,370
» Forum posts: 602,135

Full Statistics

Online Users
There are currently 1169 online users.
» 0 Member(s) | 1163 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex

Latest Threads
New version problem with ...
Forum: Windows
Last Post: Swami
5 hours ago
» Replies: 47
» Views: 3,665
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 99
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,402
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 266
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 203
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 478
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,098
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 360
Record playback manual sk...
Forum: Linux
Last Post: mvallevand
2026-08-23, 03:03 AM
» Replies: 4
» Views: 249
DVB-S2 scan succeeds, cha...
Forum: Linux
Last Post: mvallevand
2026-08-21, 09:17 PM
» Replies: 15
» Views: 714

 
  Xbmc getting stuck reading Epg data from clients...
Posted by: osx-addict - 2012-10-18, 05:14 AM - Forum: Kodi / XBMC - Replies (6)

So I had this working the other day but today it gets stuck with the name of the first channel in the channel list.. I uninstalled Xbmc and all of the data but it made no difference... Any ideas? I didn't change the firewall or anything and Npvr works fine...

Print this item

  Per user override for StartFullscreen and AlwaysOnTop
Posted by: whurlston - 2012-10-18, 02:38 AM - Forum: Wishlist - Replies (6)

Would it be possible to get an override for those settings on a per-user basis?

Basically something like (pseudo code):

Code:
[color=#008000]// get settings from config.xml[/color] [color=#0000FF]bool[/color] startFullScreen = SettingsHelper.GetInstance().GetSetting([color=#FF0000]"/Settings/General/StartFullscreen"[/color], false); [color=#0000FF]bool[/color] alwaysOnTop = SettingsHelper.GetInstance().GetSetting([color=#FF0000]"/Settings/General/AlwaysOnTop"[/color], false); [color=#008000]// Where exactly is this setting saved anyway?[/color] [color=#008000]// get per-user override setting from the HKEY_CURRENT_USER registry if it exists or use current value if it doesn't[/color] startFullScreen = Microsoft.Win32.[color=#0000FF]Registry[/color].GetValue([color=#FF0000]@"HKEY_CURRENT_USER\Software\NextPVR"[/color], [color=#FF0000]"StartFullScreen"[/color], startFullScreen); alwaysOnTop = Microsoft.Win32.[color=#0000FF]Registry[/color].GetValue([color=#FF0000]@"HKEY_CURRENT_USER\Software\NextPVR"[/color], [color=#FF0000]"AlwaysOnTop"[/color], alwaysOnTop); [color=#008000]// Apply Setting[/color] ShowWindow(startFullScreen, alwaysOnTop);

I won't need you to set/save the per-user setting, just apply it if it exists.

Print this item

  delete ".incommercial" files generated by comskip
Posted by: reven - 2012-10-18, 02:13 AM - Forum: Wishlist - Replies (2)

when delete a recording, it deletes all comskip related files except the .incommercial ones. these are generated when you set livetv to 1 (which I assume you need to do if using it in parallelprocesssing.bat).

can you please add "incommercial" to the default <DeleteAdditionalExtensions>

cheers

Print this item

  New Schedules Direct API
Posted by: mvallevand - 2012-10-17, 11:25 PM - Forum: Wishlist - Replies (2)

Could the SD import routine be updated to support a new SD API . It has some nice features including QAM frequency and correct series and episode information. More information on the repo

https://github.com/rkulagowski/tv_grab_na_sd

Martin

Print this item

  Integrated Development Environment (IDE) for plugins
Posted by: osx-addict - 2012-10-17, 11:20 PM - Forum: Developers - Replies (5)

I was hoping to find a sticky here outlining the requirements for doing plugin development but found nothing without doing more searching.. Perhaps we can have a sticky for those of us newbies that are contemplating the 'plug-in' experience --

So, to try to summarize the requirements for plugin development -- I think I ran across the following needs :

  1. Target a build against .NET framework 2.0 as the bare minimum -- newer frameworks such as 4.x are considerably larger,etc.
  2. You can probably use Visual Studio Express 2012 (for example) which is free and can be downloaded here
  3. Target a 32-bit environment since NPVR is 32-bit (from what I read somewhere)

Is that about right? Any other requirements we should know about?

Print this item

  Stupd question that might have been asked before..
Posted by: osx-addict - 2012-10-17, 02:27 PM - Forum: Hardware - Replies (4)

So, yesterday I ordered, from Amazon, an Antec 30123 VERIS E-Z Multimedia Station which is a cheapie remote with external IR receiver. It was only $8.. I only bought it for the receiver.

So, here's what I'd like to try.. We have a ton of old remotes lying around -- many from old TiVO boxes that have been decommissioned and we also have a pair of fully functioning SageTV remotes that came with their extenders (HD300's).. I was thinking we could use any of these to control NPVR (or XBMC should the interest arise) by fiddling around in the IR config file for Windows7.. We're not looking for anything super fancy -- just the basics -- power on/off (aka sleep), play, record, stop, volume control, channel control and the like..

So, with that in mind, do you think I'm doomed to failure or is this just a matter of fiddling with the config file for the remote once we get it in my hands or perhaps using EventGhost if needed? Thanks!

Print this item

  Channel settings feature
Posted by: osx-addict - 2012-10-17, 02:18 PM - Forum: Wishlist - Replies (6)

Currently in the channel settings panel/page I get a list from 1..N along with the current schedule for each channel as well as their call letters/name.. For us here in the LA area, via OTA antenna, I can get almost 150 channels via a channel scan from our HDHomeRun dual tuner box. Unfortunately most of the channel names are unfamiliar to me except a handful (e.g. ION, qubo, LWN, -- outside of the typical NBC affiliates,etc).. Many are either religious stations, hispanic, shopping, chinese, armenian or various other channels we either don't understand or are not interested in otherwise.. It would be awesome to add a new column there to include the channel number similar to that shown below in text only :

Existing way :

.
.
55 KCET-HD SchedulesDirect
56 KCET-2 SchedulesDirect
57 KCET-3 SchedulesDirect
.
.


New/Improved way :
.
.
55 28.1 KCET-HD SchedulesDirect
56 28.2 KCET-2 SchedulesDirect
57 28.3 KCET-3 SchedulesDirect
.
.

Doing things that way would make things EVER so much easier to weed out the stuff we're not interested in -- since we know that all of the 18.x channels are out for instance (there are about 10 of them) .. Last night I must have spent about 1 hour digging through the internet trying to find the appropriate channel mappings and had I known the actual channel #'s that would have saved me about 55 minutes in that one session alone.. Please.. Please Please!!? Thanks!!Big Grin

Print this item

  issues during pre install (Installation of required software)
Posted by: g2c - 2012-10-17, 09:49 AM - Forum: Legacy (v4.x and earlier) - Replies (10)

Hello,

I am trying to follow the installation procedure and am having some issues

Microsoft .NET Runtime v2.0: They have sp2 only; when installing am getting "Microsoft .NET Framework 2.0SP1 This product is not supported on Vista Operating System"
Windows Installer v3.1 or later: am getting "Not enough storage is available to process this command."
DirectX 9.0c runtimes: There is no 9.0c but 9.29.1974
Microsoft Visual C++ 2008 Runtimes: should i use sp1 or no sp1?
Windows Media Player v9: i have version 11, do i need to downgrade to a version 9? if so, where can i find one?

Thanks in advance for your help


_____________
Vista home prem/HP Pavilion 9750ej, 3GB ram, ~100GB free hdd space

Print this item

  NPVR crash while updating channel mappings for guide data...
Posted by: osx-addict - 2012-10-17, 07:26 AM - Forum: Legacy (v4.x and earlier) - Replies (2)

So, I was going through most of the channels in our lineup mapping & deleting as needed -- spent about 30 minutes doing it.. When I pressed OK when I was done I got this crash :

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

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at NextPVR.TV.TVGuide.UpdateGuide()
at NextPVR.TV.TVGuide.Notify(String eventName, Object eventArg)
at NUtility.EventBus.Notify(String eventName, Object eventArg)
at NUtility.EventBus.Notify(String eventName)
at NextPVR.ControllerForm.settingsToolStripMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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: 2.0.0.0
Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/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
----------------------------------------
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
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5460 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5462 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.65.0
Win32 Version: 1.0.65.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/System.Data.SQLite.DLL
----------------------------------------
System.Data.Entity
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.5420 built by: Win7SP1
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.Entity/3.5.0.0__b77a5c561934e089/System.Data.Entity.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.5420 built by: Win7SP1
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
SlimDX
Assembly Version: 2.0.8.42
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/SlimDX.DLL
----------------------------------------
msvcm90
Assembly Version: 9.0.30729.4940
Win32 Version: 9.00.30729.4940
CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742/msvcm90.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.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
Unmanaged
Assembly Version: 1.0.4658.10495
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/Unmanaged.DLL
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.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

  Unable to communicate with recording services
Posted by: rafabygode - 2012-10-17, 03:26 AM - Forum: Legacy (v4.x and earlier) - Replies (13)

Hello,

Having some trouble with NPVR. I am trying to watch live tv but it is always having this error: unable to communicate with recording services.
I also tried to find in the forum some similar problems already solved, but I could not figure out how to solve this . Maybe it is because something here is in my language, i dont know.

Posting my logs attached.

Tks,
Rafael

Print this item

Pages (6434): « Previous 1 … 1427 1428 1429 1430 1431 … 6434 Next »
Jump to page 

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