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,177
» Latest member: allv50
» Forum threads: 65,374
» Forum posts: 602,148

Full Statistics

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

Latest Threads
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 68
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-08-31, 04:17 PM
» Replies: 0
» Views: 81
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 74
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 110
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,778
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 160
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,428
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 329
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 239
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 523

 
  nextPVR will not start and no log written
Posted by: JohnWmAustin@gmail.com - 2015-03-25, 04:14 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

I have been testing nextPVR and was ready to demonstrate it with the real TV. I did not do a clean shutdown of the Win 8.1 PC, moved all to the living room and plugged in the Sony Bravia and started it up.

ndxtPVR spins the wheels hard for a couple of minutes and dies silently without adding to the log. There was some stuff in the log but the program never appends to it. I will have to post this and then go to the Windows machine to add the log.

Should I uninstall and reinstall or wait for advice?

Print this item

  Freezing Problem and EPG Question
Posted by: Ross321 - 2015-03-25, 02:10 AM - Forum: Legacy (v4.x and earlier) - Replies (9)

Just got NextPVR running on a new computer, and have a problem and a question.

Problem -flipping channels sometimes works great, but often results in NextPVR freezing for 20 or 30 seconds before the new channel comes in.

Question -I had WMC running before, and am surprised NextPVR doesn't have a similar type walk-thru for setting up the EPG. The guides I've seen online look really arduous. Is there a link someone can share to the simplest set up instructions for the EPG?

I'm running NextPVR on a desktop in the USA with a HD Homerun Prime, if that matters.

thx,
Ross

Print this item

  Saving/editing manual recordings?
Posted by: stuck-in-second - 2015-03-24, 02:10 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

Wondering if there is a way to:

1) Save my list of manual recording setups in case of a crash or if I need to move or copy to another system?

2) View and edit those setups in some kind of text or tabular format?

Thanks!

Print this item

  NEWA JSON API oddity
Posted by: bgowland - 2015-03-24, 02:09 AM - Forum: Developers - Replies (3)

This is obviously a coding problem on my part but I can't see what's wrong.

If I use Chrome Browser to connect to http://192.168.0.5:8866/public/Library/M...et/Artists I get a sensible result along the lines of...

Code:
{"Artists":[{"Artist":"AC-DC"},{"Artist":"Anastacia"},{...},{...}],"rtn":{"Error":false,"HTTPStatus":200,"Message":""}}

...but when I try to connect from nDroid with some simple HTTP GET code and log the result of reading the InputStream I see something like the following...

Code:
ssage":""}}t":"Guided By Voices"},{"Artist":"Garbage"},{"Artist":"Velvet Chain"},{...},{...}<many more but the rest is cut short>

The starting 'ssage' bit is clearly the end of the "rtn" name/value pair but it's overwriting the start of what should be the "Artists" JSON array. The code I'm using is as follows...

Code:
InputStream inStream = connHelper.getInputStream(); int contentLength = connHelper.getContentLength(); // The following line logs 7311 Log.d(TAG, "getArtists() - getContentLength() : " + contentLength); int totalRead = 0; int len = -1; // byte[] buffer = new byte[contentLength != -1 ? contentLength : 8192]; byte[] buffer = new byte[32768]; while ((len = inStream.read(buffer)) != -1) if (len != 0) { totalRead += len; } // The following line also logs 7311 Log.d(TAG, "getArtists() - totalRead: " + totalRead); result = HELPER_RESULT.FILE_DOWNLOAD_SUCCESS; String jsonString = new String(buffer, 0, totalRead, "UTF-8"); Log.d(TAG, jsonString);

I've tried ISO-8859-1 as well as UTF-8 but the result is the same. Any ideas on what I'm missing?

Cheers,
Brian

Print this item

  Can't start channel on HDHomerun
Posted by: westptx - 2015-03-22, 04:15 AM - Forum: Legacy (v4.x and earlier) - No Replies

So I've been having this issue for a couple of weeks on-and-off. Generally, I've just rebooted everything to solve the problem but it continually happens and the wife isn't happy.

The Problem
Seemingly randomly, I cannot access a given channel. There does not appear to be any pattern on what channel doesn't work and most other channels will render, just randomly a channel doesn't render.

My Setup
HDHomerun with Comcast M-Card (3 tuners) plugged directly into our gigabit ethernet
1 Media Server w/ NPVR running 24x7 (wired)
- Live TV buffers to an SSD
- DVR records to a generic JBOD drive
4 XBMC installations at various points in the house (all of which are wired)
- all are using NPVR add-on (not surprising)

What I've Tried
1. Restarted XBMC, waited for EPG to fully load/update and select the problem channel (doesn't work)
2. Changed to a different channel (which does render) and then change back to problem channel (doesn't work)
3. Restarted XBMC + Server + HdHomerun (sometimes works, sometimes doesn't)

What I've Been Able to Find
1. It doesn't appear to be the HDHomeRun. Manually opening the channel (across all 3 tuners) in VLC works fine. I've never had an issue opening a stream to a channel directly on the HDHomeRun when these instances occur
2. I can see NPVR creating .ts file in the buffer location (e.g. live-TLCHD-1596-2.ts), however it is a relatively small file at 2,718 KB and doesn't seem to increase (broken stream?)
3. When this issue occurs, it occurs everywhere and on all machines. It's not isolated to any one XBMC box.


I've attempted to provide the cleanest log possible so I cleared out the logs and then repro-ed the issue. Hopefully the logs (attached) capture what's going on. It seems like NPVR was able to get the stream cleanly but, for some reason, wasn't able to come through in XBMC

Print this item

  ImageGrabLite Instructions
Posted by: Tom.wall04 - 2015-03-21, 07:48 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (4)

The instructions say to edit the post processing.bat file, however after install, that file doesn't exist. I'm really new to this. I've searched my entire PC and can't find it. Can anyone help?

Print this item

  Trying to get haupp 45 button to work with npvr
Posted by: sut - 2015-03-20, 04:36 PM - Forum: Legacy (v4.x and earlier) - Replies (16)

I have been trying to get the hauppauge 45 button remote to control the npvr with out much lick! I did manage to get it to do some things like scroll down in main menu and select TV guide but not very good . I edited the irremote to do this but was not completely sure i did it rite .I found the irremote file on the wiki and downloaded it and installed it this is not working very good either like if i get into live tv and hit the green power button it shuts down the whole computer . I probably have done something wrong or just don't understand . I will attach my logs and may be someone here can help me thx in advance

Print this item

  Big, bigger, biggest?
Posted by: stuck-in-second - 2015-03-19, 06:51 PM - Forum: Legacy (v4.x and earlier) - Replies (7)

I'm confused to say the least.

My Hauppauge PVR-150 analog card creates a 1 hour SD 4x3 mpeg2 file that is 2,450,000KB in size.

My Hauppauge DCR-2650 digital tuner captures a 1 hour HD 16x9 TS file that is 1,315,303KB in size.

The HD 16x9 file is smaller than SD 4x3 by near half... some 54% by my calculations.

Can someone please explain why this is so? Does this have to do with the fact that analog requires more bandwidth than the digital .ts format (hence the reason why cable wants to ditch analog ASAP)?

Print this item

  Altering the recorded file name?
Posted by: stuck-in-second - 2015-03-19, 04:45 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

Is there a way to alter how the recorded file name is appended?

For instance, is there a way for a dash to be placed in the date to make it easier to read such as:
Miami Vice_2015-03-19.ts without the additional digits?

Better yet, rearrange the date as Miami Vice_03-19-2015.ts?

Print this item

  Having more than one video folder?
Posted by: stuck-in-second - 2015-03-19, 04:38 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

I have created two folders under "recording directories" and the same two folders under "media folders" > "video folders" but I cannot see how to set one or the other under the Manual Recording dialog.

There does not appear to be an option for choosing recording folders.

Where am I going wrong, here?

Print this item

Pages (6435): « Previous 1 … 1081 1082 1083 1084 1085 … 6435 Next »
Jump to page 

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