emveepee

Results 84 comments of emveepee

I'm not the developer of the NextPVR app so I don't have the source. However, if it was the simply text or HarfBuff then I suspect that replacing \n with...

You don't need to do any dev on the RPi4 since the netcore dll can be created on Windows. I will see what I can do but it would help...

I solved my compile issue by manually adding ```true``` to the main project https://github.com/toptensoftware/RichTextKit/blob/master/Topten.RichTextKit/Topten.RichTextKit.csproj#L7 That might help others if you included that. I trouble getting TestBench going it was stuck...

Good news I can run TestBench on the RPi, one small change is you use TestData\\\\ and Linux needs / so you can make the test multi platform using slashes...

I have determined the cause of the crash. The calling app as not setting a FontFamily on the text with the \n. RichTextKit logic selected a font Liberation Mono, a...

The app has changed so yes it works now specifying a font that is distributed with the app. It would have worked if the "" detection if the right font...

This is a documented issue since the recording playback API didn't provide a call back to provide an updated token. That is why the workaround is to disable sid authentication...

As an update to this thread in updating for 10.9, it was pointed out there was a regression bug in NextPVR that was causing the sid to be required but...

401 is the expected response if "Unauthenticated Access" is not ticked. The 500 error was the situation corrected in this release. However I am concerned that you are using a...

As noted on the NextPVR forum the issue is what posted above, NextPVR doesn't see your hostname address as private LAN. If it worked in the past it could be...