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,145
» Latest member: stitchpatches
» Forum threads: 65,038
» Forum posts: 595,956

Full Statistics

Online Users
There are currently 1677 online users.
» 3 Member(s) | 1670 Guest(s)
Baidu, Bing, Google, Yandex, Brucek2839, mattman1968, mvallevand

Latest Threads
Synchronization issues wi...
Forum: Windows
Last Post: Ricknextpvr
10 hours ago
» Replies: 8
» Views: 89
US ATSC 3 FTC Comments wa...
Forum: Hardware
Last Post: mvallevand
11 hours ago
» Replies: 4
» Views: 1,681
Unable to schedule a sing...
Forum: Windows
Last Post: mvallevand
Yesterday, 08:01 PM
» Replies: 10
» Views: 203
[SOLVED] Windows won't sl...
Forum: Windows
Last Post: fla
Yesterday, 07:56 PM
» Replies: 2
» Views: 41
EPlusTV
Forum: NextPVR Support
Last Post: mvallevand
Yesterday, 07:39 PM
» Replies: 27
» Views: 936
some minor bugs and typos
Forum: Windows
Last Post: mvallevand
Yesterday, 07:37 PM
» Replies: 4
» Views: 98
Disable login creds/auto ...
Forum: NextPVR Support
Last Post: mvallevand
Yesterday, 01:15 PM
» Replies: 1
» Views: 38
Issue with screen readers...
Forum: Windows
Last Post: Stavros
Yesterday, 08:45 AM
» Replies: 13
» Views: 253
Trouble Syncing EPG Data ...
Forum: Kodi / XBMC
Last Post: mvallevand
Yesterday, 03:37 AM
» Replies: 1
» Views: 45
Nlite - no stream
Forum: Other Clients
Last Post: mvallevand
Yesterday, 12:07 AM
» Replies: 1
» Views: 39

 
  Long time absent..... coming back
Posted by: mobiusnz - 2014-09-14, 04:01 AM - Forum: General Discussion - Replies (8)

Ok - Soon after DVB-T launched in NZ I switched to Win7 Media Center - Mainly for the better Audio support for HE-AAC. At the time the only option for GBPVR (as it was still then) was the one written in Norway and I had problems with Audio Sync that required skipping back and forward to bring back into sync. The biggest reason I stuck with Media Center so long was the Xbox 360 as extender (It got me permission from the wife to buy two Xbox 360s Big Grin ) but now I am back so I can use my newly purchased Hauppauge Colossus card to record much better quality from my STB than Media Center would allow.

First I have to say - Its good to be back, I installed the latest version - It detected my card (Only the Colossus in at present, I'll shift the others soon) and let me import an XMLTV epg with ease. 10 - 15 minutes and I was up and running with a guide and able to watch/record from my STB.

Its going to mean some expenditure - I've liked having the PC in the garage out of the way and Xbox's to do the playback and scheduling etc - I think I'll go with the latest Celeron based Intel NUC, they are cheap, QUIET, tiny, reliable and when I eval'd one a while back it played any HD media I threw at it without batting an eyelid - Anyone using these as a NPVR Client PC?

I've seriously missed the client/server setup - Amazes me with MCE with such great support for Xbox's as Extenders and yet there is no way to make a pc work other than to simply playback recordings (No EPG / Scheduling etc).

Any way - I look forward to reading and hopefully contributing to the forums and hope to see a lot of the old crew that were here when I was last loyal Smile

Matt

Print this item

  Cannot connect to web server.
Posted by: Tech_Geek97 - 2014-09-13, 11:35 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

I have NextPVR installed on a Dell T320 with a Ceton Infinitv 6

I have the Ceton is set up properly and everything seems to work from what I can tell.

I even checked to make sure that the web server was working by connecting to 127.0.0.1:8866 and 192.168.1.2:8866 on the web browser on the server.

A few days ago the client boxes arrived I started setting one up, ninite, XBMC, drivers, etc.

I connect XBMC to the server via SAMBA, it works fine, the same with mySQL.

But, when I try to set up NextPVR it cannot connect.

Confused I check on the server again and it still works from that browser.

When I try to connect from the client's browser I cannot connect.

All firewalls are disabled on both the server and the client.

allowremotestreaming is set to true

netstat shows the web server as being bound to 8866

Anyone have any idea what is going on here? I cannot think of any reason that this would not be able to connect.

Print this item

  Extending recording time
Posted by: mvallevand - 2014-09-13, 10:13 PM - Forum: Developers - Replies (2)

Sub, I am trying to extend the end time of a recording dynamically but something is going wrong, any ideas?

Code:
5:58 PM
LivePvrData.Data.Net.Responses.StatusResponse [Title=College Football, Status=14:05 2nd Qtr, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]
STATUS_IN_PROGRESS
13/09/2014 6:00:00 PM

(here my code says that the game is still on so don't end at 6)
                    schd.EndTime = schd.EndTime.AddMinutes(2);
                    schd.Save();

5:59 PM
LivePvrData.Data.Net.Responses.StatusResponse [Title=College Football, Status=14:05 2nd Qtr, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]
STATUS_IN_PROGRESS
13/09/2014 6:02:00 PM

(good Console.WriteLine(schd.EndTime.ToLocalTime()) shows the new end time)

6:00 PM
LivePvrData.Data.Net.Responses.StatusResponse [Title=College Football, Status=14:05 2nd Qtr, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]
STATUS_COMPLETED
13/09/2014 6:01:00 PM
6:01 PM

(but it still end at 6:01 with my one minute of padding)

Martin

Print this item

  Archive option not working in Recordings window
Posted by: dshoup - 2014-09-13, 05:41 PM - Forum: Legacy (v4.x and earlier) - Replies (7)

When I try to use the "archive" option in the recordings screen I get an unhandled exception report with the following info. I'm using the current version of nPVR and have tried this function both with the default skin and the NextBlue skin. Logs are attached. Any idea why this is not working?

Quote: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 NUtility.SkinHelper.GetElementAlpha(String name)
at NUtility.Controls.UiStatic..ctor(String name, Hashtable args, SkinHelper skinHelper)
at NUtility.Base.SimpleListPopup..ctor(String relativeSkinFilename, List`1 availableOptions)
at NextPVR.TV.ShowDetailsPopup.HandleCommand(String command)
at NextPVR.TV.ShowDetailsPopup.HandleButtonCommand(String buttonName)
at NUtility.Controls.UiButtonList.OnKeyDown(KeyEventArgs e)
at NextPVR.TV.ShowDetailsPopup.OnKeyDown(KeyEventArgs e)
at NextPVR.ControllerForm.OnKeyDown(Object sender, KeyEventArgs e)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at NextPVR.ControllerForm.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.0.30319.34014 built by: FX45W81RTMGDR
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.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
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.0.30319.33440 built by: FX45W81RTMREL
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.0.30319.33440 built by: FX45W81RTMREL
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.0.30319.34230 built by: FX452RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34107 built by: FX45W81RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
AutoRefresh
Assembly Version: 3.13.10.13
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.dll
----------------------------------------
Files
Assembly Version: 1.0.4537.31639
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.dll
----------------------------------------
GetCoreTempInfoNET
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.dll
----------------------------------------
TV Listings
Assembly Version: 3.6.2.22943
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.dll
----------------------------------------
System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
Weather
Assembly Version: 1.0.1.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.dll
----------------------------------------
HtmlAgilityPack
Assembly Version: 1.4.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.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.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.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

  Live TV only - Audio stutters when NPVR receives H.264 transcoded stream
Posted by: craigrs84 - 2014-09-13, 04:04 PM - Forum: Legacy (v4.x and earlier) - Replies (10)

I don't watch a lot of live TV so this is not a major problem for me, but if I do attempt to watch live TV the audio stutters badly and it's unwatchable.

I have a transcoding HDHomerun which is sending a H.264 stream to NPVR. If I disable transcoding then the audio sounds fine.

I thought maybe it was a audio decoder issue but I don't think so anymore, I've tried both Lav and AC3Filter with the same results and my PC has plenty of remaining CPU and RAM.

The audio works fine if I watch Live TV with transcoding enabled in XBMC or in HDHomerun's QuickTV app so the problem seems localized to NPVR.

Anyways I just wanted to report the potential issue so that you are aware of it.

Thanks.

Print this item

  Recording Error Message
Posted by: HydeTheDarkerSide - 2014-09-13, 10:51 AM - Forum: Legacy (v4.x and earlier) - Replies (83)

When I try to playback recordings they either say they've failed, or look to be okay until you click on the recording to start watching it and I get...

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 VideoRendererEVR.ShowOSD(HBITMAP__* hbitmap)
at Native.PlaybackNative.SetOSD(Bitmap osdImage)
at NextPVR.Players.PlaybackProxyFactory.SetOSD(List`1 renderList)
at NextPVR.Players.BasePlayer.RefeshOSD()
at NextPVR.Players.VideoPlayer.RefeshOSD()
at NextPVR.ControllerForm.timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.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.0.30319.1026 (RTMGDR.030319-1000)
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/NPVR/NextPVR.exe
----------------------------------------
NUtility
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/NPVR/NUtility.DLL
----------------------------------------
NShared
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/NPVR/NShared.DLL
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1001 built by: RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1002 built by: RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1001 built by: RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.85.0
Win32 Version: 1.0.85.0
CodeBase: file:///C:/Program%20Files/NPVR/System.Data.SQLite.DLL
----------------------------------------
System.Data.Entity
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
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.0.30319.1026 built by: RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1023 (RTMGDR.030319-1000)
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/NPVR/SlimDX.DLL
----------------------------------------
System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
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.0.30319.1015 (RTMGDR.030319-1000)
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.0.30319.1 (RTMRel.030319-0100)
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.5199.34639
Win32 Version:
CodeBase: file:///C:/Program%20Files/NPVR/Unmanaged.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.



How can I correct this please? If I click the Continue button it just closes and reopens the dialog box for this error. I have to use Windows Task Manager to abort the application.

Print this item

  Default sort order for episodes
Posted by: cncb - 2014-09-12, 05:47 PM - Forum: X-NEWA - Replies (3)

I want episodes for every show to be sorted by date ascending. It looks like it stores sort order per show such that I have to drill into each show to display the episodes and change the sort for each of them individually. Is there any way to set a global default sort order for episodes? Thanks.

Print this item

  Freezing during playback
Posted by: cher - 2014-09-12, 12:40 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

I've been using GBPVR and now NPVR for a few years. Currently running v 3.2.9 on Win7. Recently, I've had a lot of my recorded TV shows freeze on playback for about 30 seconds, then return to the NPVR menu. "Resume" doesn't work after a freeze up. It starts playback at the end of the recording. I restart playback at the beginning, skip through the "bad" spot and can watch more. Sometimes, it's only one spot in a recording. In some cases, it happens several times over the course of a recording.

I've read through the forum postings that others have noticed this behavior, but haven't seen any definite solutions. I've already tried different decoders. I cannot think of any event or change in configuration that would have caused this to start happening within the past few months.

This morning, I deleted all my old logs so the current log would only capture this event. Is there anything new I could try? Log attached.

Thanks for looking.

Print this item

  Green Button + Anouther Small Niggle
Posted by: Lao Pan - 2014-09-12, 08:07 AM - Forum: Legacy (v4.x and earlier) - Replies (2)

I have "Use Green Button" ticked in the Settings Menu and use a genuine MS Remote, but every time NPVR starts using the Green Button, (Full Screen) it does not have focus - Full Screen but with the Taskbar over it. Which then requires getting the mouse for just one click to regain focus.
If NPVR starts from a shortcut and usually on starting Windows (from the Start-up Folder shortcut) all is OK.
This is on Windows 8.1 but I think it goes all the way back to the start of NPVR when I was using Vista.

Niggle number 2
When using the New Layout in Videos and if also using it in Recordings (Not using it yet) - Even if there is a full set of fanart, banner and poster in Media/Shows, they will not be used unless there is an xml with the same name.
Also if that is how it should be, what is the minimum information that should be in the xml (So I can produce the missing ones) - a lot of the downloaded ones there already seem to be full of bogus info.

If either of these require changes to NPVR I am sure it can wait for the next release.Big Grin

Print this item

  PowerDVD Audio Decoder in NPVR
Posted by: craigrs84 - 2014-09-11, 03:44 AM - Forum: Legacy (v4.x and earlier) - Replies (8)

I have PowerDVD 12 and am trying to use the audio decoder in NPVR.

I found this MediaPortal link and followed the instructions to register the decoders.
http://wiki.team-mediaportal.com/1_MEDIA...VD_Decoder

After registering the decoders they became visible in NPVR and I can select them in the settings. However when I select the Cyberlink Audio Decoder for AC3 Audio there isn't any sound. I have to use AC3 audio because I have a transcoding HDHomerun and that's the container it uses.

So has anyone else tried to do something like this? I can fallback to using LAV, but was looking for a higher quality decoder.

Thanks.

Print this item

Pages (6405): « Previous 1 … 1110 1111 1112 1113 1114 … 6405 Next »
Jump to page 

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