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,171
» Latest member: atoutlet12
» Forum threads: 65,371
» Forum posts: 602,137

Full Statistics

Online Users
There are currently 3067 online users.
» 2 Member(s) | 3059 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, mvallevand, sub

Latest Threads
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
5 hours ago
» Replies: 1
» Views: 49
New version problem with ...
Forum: Windows
Last Post: Swami
Today, 12:23 AM
» Replies: 47
» Views: 3,726
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 128
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,411
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 287
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 215
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 493
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,149
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 370
Record playback manual sk...
Forum: Linux
Last Post: mvallevand
2026-08-23, 03:03 AM
» Replies: 4
» Views: 262

 
  Can't record after latest update + ATSC switch
Posted by: pomme - 2013-10-30, 11:51 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

Hi all,

Last week in my town Charter switched to all digital, killing my QAM and Analog channels.

I switched to ATSC OTA channels because that's all I wanted to watch anyway and I'm not about to start paying $40 a month to get the channels I was already getting for free.

While reconfiguring I updated to the latest NextPVR version. Now, I can tune in the channels successfully with NextPVR and have the service mapped successfully through XBMC, but for some reason I cannot record. No quick recording or scheduled recordings work. I receive no error messages. I've attached what I think are the appropriate logs. I am no expert, they may contain something telling. Anyone got any ideas?

My card is an AVerMedia H826 Hybrid TV BDA Tuner

Some notes:

NextPVR allows me to watch another channel even though it acts like it's recording.
I checked to make sure my recording directory exists and the folder has full permissions.
System date and time matches npvr
I'm testing all of this directly in the npvr UI, I am aware of XBMCs current shortcomings with scheduling recordings
Record Log: http://pastebin.com/En8ZG4Mt
NPVR Log: http://pastebin.com/aK8KpAuY

Print this item

  Windows 8.1 Fails to Sleep - with solution
Posted by: Lao Pan - 2013-10-30, 11:35 AM - Forum: Legacy (v4.x and earlier) - Replies (2)

After installing Windows 8.1 my HTPC has been refusing to sleep on its own - It would from the remote.

Finally discovered that during the update Windows had set up and joined a Homegroup and was busy broadcasting to the Lan (Lan is set up as a Workgroup). This was enough to stop timed sleep from starting.

Went to Homegroup settings and left the homegroup then disabled the 2 Homegroup services (and also the Windows Media Network sharing service while I was about it). Finally Computer now does to sleep after 30 mins as set.

Also had to reinstall the unattended sleep timeout reg key again.

Print this item

  Gotham build of pvr.nextpvr
Posted by: mvallevand - 2013-10-30, 03:18 AM - Forum: Kodi / XBMC - Replies (14)

If you are using Gotham for Windows, I took 1.8.4 from the Opdenkamp and applied sub's Timeshift frodo 12.3 changes and it seems to work ok. This has a proper xbmc.log logging

21:31:46 T:28304 DEBUG: AddOnLog: NextPVR PVR Client: CloseLiveStream
21:31:46 T:28304 DEBUG: AddOnLog: NextPVR PVR Client: Telling backend of live session closure

and it has much less debug log spam too.

These should overwrite the file(s) in %ProgramFiles\XBMC\addons\pvr.nextpvr and need to be reapplied when you update the nightly.

sub I also tried to fix genre support but for some reason genre is not returned to xbmc like it is to the browser the difference seems to be the range request

Code:
2013-10-29 23:01:03.106 [DEBUG][26] Got Web Request (172.16.3.53): /service method=channel.listings&channel_id=7981&start=1383098047&end=1383360847&sid=1393e910153241ed8844042a2f4c2598 2013-10-29 23:01:03.107 [DEBUG][26] method=channel.listings 2013-10-29 23:01:03.107 [DEBUG][26] parameters: 2013-10-29 23:01:03.107 [DEBUG][26] method: channel.listings 2013-10-29 23:01:03.107 [DEBUG][26] channel_id: 7981 2013-10-29 23:01:03.107 [DEBUG][26] start: 1383098047 2013-10-29 23:01:03.107 [DEBUG][26] end: 1383360847 2013-10-29 23:01:03.107 [DEBUG][26] sid: 1393e910153241ed8844042a2f4c2598 2013-10-29 23:01:03.107 [DEBUG][26] client_ip: 172.16.3.53 2013-10-29 23:01:03.107 [DEBUG][26] host_callback: 172.16.3.2:8866 2013-10-29 23:01:03.107 [DEBUG][26] physical_path: C:\Users\Public\NPVR\web\ 2013-10-29 23:01:03.107 [DEBUG][26] user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 2013-10-29 23:01:03.107 [DEBUG][26] range: 2013-10-29 23:01:03.107 [DEBUG][26] requested_path: /service 2013-10-29 23:01:03.107 [DEBUG][26] verb: GET 2013-10-29 23:01:03.128 [DEBUG][26] <?xml version="1.0" encoding="utf-8" ?> vs 2013-10-29 22:54:14.103 [DEBUG][26] Got Web Request (172.16.3.53): /service method=channel.listings&channel_id=7981&start=1383098047&end=1383360847&sid=1393e910153241ed8844042a2f4c2598 2013-10-29 22:54:14.103 [DEBUG][26] method=channel.listings 2013-10-29 22:54:14.103 [DEBUG][26] parameters: 2013-10-29 22:54:14.103 [DEBUG][26] method: channel.listings 2013-10-29 22:54:14.103 [DEBUG][26] channel_id: 7981 2013-10-29 22:54:14.103 [DEBUG][26] start: 1383098047 2013-10-29 22:54:14.103 [DEBUG][26] end: 1383360847 2013-10-29 22:54:14.103 [DEBUG][26] sid: 1393e910153241ed8844042a2f4c2598 2013-10-29 22:54:14.103 [DEBUG][26] client_ip: 172.16.3.53 2013-10-29 22:54:14.103 [DEBUG][26] host_callback: 172.16.3.2:8866 2013-10-29 22:54:14.103 [DEBUG][26] physical_path: C:\Users\Public\NPVR\web\ 2013-10-29 22:54:14.103 [DEBUG][26] user_agent: XBMC/13.0-ALPHA9 Git:20131029-0303047 (Windows NT 6.1;WOW64;Win64;x64; http://xbmc.org) 2013-10-29 22:54:14.103 [DEBUG][26] range: bytes=0- 2013-10-29 22:54:14.103 [DEBUG][26] requested_path: /service 2013-10-29 22:54:14.103 [DEBUG][26] verb: GET

Martin

Print this item

  no atsc for 2250
Posted by: donschjr - 2013-10-29, 11:48 PM - Forum: Legacy (v4.x and earlier) - Replies (15)

Comcast has scrambled everything now so I want to use my 2250 to receive over the air hd but in devices there is no atsc listing. My card shows as qam 4 times and analogue 2 times and I don't see a way to switch the tuner to atsc.

Print this item

  Connection Lost
Posted by: anotherron - 2013-10-29, 10:43 PM - Forum: Kodi / XBMC - Replies (7)

I'm trying to access NPVR from a Raspberry Pi. I keep getting a "connection lost" error. Checking 'web.log' shows that 'session.initiate' succeeds but 'session.login' fails. If I leave the username and password blank, I cannot log into the web server's config screen. Once I create a username and password, I can log in to the config screen, but I continue to get the XBMC error. There does not seem to be any way to specify a username and password in XBMC client. What can I do to track down this problem further?

The info in the web.log is:

Quote:2013-10-29 17:31:51.204 [DEBUG][21] Got Web Request (192.168.1.5): /service method=session.login&sid=4f5702aec6174b789568654b35102d3b&md5=39EF2AF42461ED61817AEAFAF772F35A
2013-10-29 17:31:51.204 [DEBUG][21] method=session.login
2013-10-29 17:31:51.204 [DEBUG][21] parameters:
2013-10-29 17:31:51.204 [DEBUG][21] method: session.login
2013-10-29 17:31:51.204 [DEBUG][21] sid: 4f5702aec6174b789568654b35102d3b
2013-10-29 17:31:51.204 [DEBUG][21] md5: 39EF2AF42461ED61817AEAFAF772F35A
2013-10-29 17:31:51.204 [DEBUG][21] client_ip: 192.168.1.5
2013-10-29 17:31:51.204 [DEBUG][21] host_callback: 192.168.1.3:8866
2013-10-29 17:31:51.204 [DEBUG][21] physical_path: C:\Users\Public\NPVR\web\
2013-10-29 17:31:51.204 [DEBUG][21] user_agent: XBMC/12.2 Git:20130502-32b1a5e (Linux; Debian GNU/Linux 7.1 (n/a); 3.10.15 armv6l; http://www.xbmc.org)
2013-10-29 17:31:51.204 [DEBUG][21] range: bytes=0-
2013-10-29 17:31:51.204 [DEBUG][21] requested_path: /service
2013-10-29 17:31:51.204 [DEBUG][21] verb: GET
2013-10-29 17:31:51.204 [INFO][21] LoginSession(sid = 4f5702aec6174b789568654b35102d3b)
2013-10-29 17:31:51.204 [DEBUG][21] <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="failed">
<err code="1" msg="Login Failed" />
</rsp>

Print this item

  Split Recorded Shows
Posted by: jrockow - 2013-10-29, 07:06 PM - Forum: Legacy (v4.x and earlier) - Replies (1)

I have 2 recording drives set up in the server config; let's call them H and W.
I have set up several shows to specifically record on H or W.
So far that's working fine.

What I was hoping to do was set up a client with only the W drive in the recording settings tab, and only those shows that were on the W(ifes) drive would be seen by her. Those shows on the H(usbands) drive would not be available to her.
Unfortunately she still sees ALL of the recordings, both the H and W drive.

Any ideas?

Print this item

  Ceton InifiniTV support in NextPVR
Posted by: sub - 2013-10-29, 05:26 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

ElihuRozen Wrote:I use the 4-tuner with SageDCT and NetworkRecorder. I'm using it now with 3.1.1 on Windows 8.1 64-bit without Media Center on a new machine. Previously, I used it on Windows 7 32-bit with various earlier versions of NPVR. So, it does work with NPVR. I am using Verizon, if that matters.
This isn't ready for prime time, but when you feel in a mood to experiment you could try:

- Backup your npvr.db3 so you can restore it after the test
- Edit config.xml to include <EnableDRISupport>true</EnableDRISupport> in the <General> section of config.xml
- drop the attached dll in with your NextPVR binaries.
- start the app, check if you see your device on the Settings->Devices screen, try scanning for channels, and maybe watching tv.

- after the test, you'll want set <EnableDRISupport> to false, and to restore your npvr.db3 backup, to put things back to how they were.

Print this item

  Misc option for "show video fan art for selected subdirectory"
Posted by: McBainUK - 2013-10-29, 01:47 PM - Forum: NPVR Documentation - Replies (1)

There's a setting in the Misc tab for "show video fan art for selected subdirectory". What does it do?

Print this item

  Trouble loading .NET System assemblies
Posted by: bgowland - 2013-10-29, 02:04 AM - Forum: Developers - Replies (3)

I've got an nDroid support puzzle - I've an idea of what's going on but no idea what would cause it.

I've a handler in the main service for locating / loading 3rd-party assemblies...

Code:
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(ResolveAssemblyEventHandler);
...it should normally only fire when looking for things like the SQLite dll etc. but in this case it's firing when trying to locate native .NET System assemblies.

The thread is http://forums.nextpvr.com/showthread.php...ll-problem and from the logs I see...
Code:
26-10-2013 21:53:31.177 ResolveAssemblyEventHandler() called. 26-10-2013 21:53:31.177 args.Name: System.ServiceProcess.resources, Version=4.0.0.0, Culture=nl-NL, PublicKeyToken=b03f5f7f11d50a3a 26-10-2013 21:53:31.177 Attempting to find assembly: System.ServiceProcess.resources.dll 26-10-2013 21:53:31.193 ResolveAssemblyEventHandler() called. 26-10-2013 21:53:31.193 args.Name: mscorlib.resources, Version=4.0.0.0, Culture=nl-NL, PublicKeyToken=b77a5c561934e089
...I'm guessing from the "Culture=nl-NL" part of the args passed in to the handler that it's looking for locale-specific versions of the System dlls but I've never seen that before and can't think what might be causing it.

Anybody any ideas?

Cheers,
Brian

Print this item

  Scan finds no channels
Posted by: JohnyMedia - 2013-10-28, 07:54 PM - Forum: Legacy (v4.x and earlier) - Replies (14)

Hi, I'm a newb, just joined to get help with this...

I have used nextpvr succesfully on a couple of previous builds, with xbmc. Right now, I've just set up a "new" machine, Win XP, xbmc, and I just loaded a pair of AverMedia A16C-D cards that worked fine in another machine. After a bit of faffing about, I got the drivers installed - 3.6.0.7. and according to device manager all is ok. (Though: under properties they are only shown as Avermedia audio capture devices).

Anyway, downloaded new version of npvr, and that went ok and so did the net frame 4 thing, that shows as installed.

The problem is, scanning in npvr finds nothing, though both devices are listed. I'm not at all sure it's npvr's fault as this is a new system build... can anyone throw any light?

BTW - I did try the thing about disabling firewal, no difference.

Thanks,

Print this item

Pages (6434): « Previous 1 … 1250 1251 1252 1253 1254 … 6434 Next »
Jump to page 

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