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...
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.
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>
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
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 :
Target a build against .NET framework 2.0 as the bare minimum -- newer frameworks such as 4.x are considerably larger,etc.
You can probably use Visual Studio Express 2012 (for example) which is free and can be downloaded here
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?
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!
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 :
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!!
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
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)
************** 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.
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.
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.