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,186
» Latest member: RonB1949
» Forum threads: 65,377
» Forum posts: 602,182

Full Statistics

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

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
29 minutes ago
» Replies: 32
» Views: 3,623
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 195
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
2026-09-05, 01:00 PM
» Replies: 43
» Views: 6,345
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 160
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 187
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 179
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 130
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 175
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,927
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 218

 
  Some channels in EPG have no data
Posted by: XJW - 2010-09-10, 11:53 AM - Forum: Legacy (v4.x and earlier) - Replies (39)

I am seeing that some channels have no data in the EPG. It appears to be random. If I rescan it will often find data for that channel - but then another channel will be empty. This needs more testing as there could be a number of causes. Thoughts on debug would be appreciated.

I can see a parm in the config.xml file called scancollectionMS. I cant see a reference to it in the forum. Can you tell me what it does ? I tried changing it from 5000 to 8000 to see if it might help with the scanning but I still see channels with no data. Is this parm related to scan time for the EPG ?

I am using DVB-T with the over the air EPG.

Print this item

  NPVR IEventNotification
Posted by: ralphy - 2010-09-10, 11:43 AM - Forum: Developers - Replies (12)

Has the implementation for event notification changed from PVRX2? I can get the start up messages logged, but don't seem be getting any events notified or errors display. What am I missing? (This plugin will not have a skin, but runs in a separate thread to process events received from NPVR) Do we still get all the same events (and more?) in NPVR as we did in PVRX2?

Code:
namespace Test { public class TestEventNotify: IEventNotification { public TestEventNotify() { Logger.Debug("Debug Test Message"); Logger.Error("Error Test Message"); Logger.Info("TestEventNotify: Version " + this.GetType().Assembly.GetName().Version.ToString() + " .ctr called by plugin or config"); } public void Notify(string eventType, object eventText) { try { Logger.Debug("TestEventNotify: EVENTS NOTIFIED: eventType= " + eventType.ToString()); Logger.Debug("TestEventNotify: EVENTS NOTIFIED: eventText= '" + eventText.ToString() +"'"); } catch (Exception ex) { Logger.Error(ex.Message); Logger.Error(ex.ToString()); } } } }

Print this item

  Accessing the menu in the Recordings screen using an MCE Remote
Posted by: XJW - 2010-09-10, 11:36 AM - Forum: Wishlist - Replies (3)

As I understand it the menu in the top left corner of the screen is normally accessed using the left arrow or up arrow keys on a remote. This does not appear to work for the Recordings screen. Please let me know if there is a way to access this menu with an MCE Remote. If there is not it would be much appreciated if you could add a way to access this from an MCE remote.

It would be useful if this was possible using a standard MCE remote without having to load a remapping utility such as HIP.

Print this item

  NPVR doesn't see recording aa complete. Recording Service won't stop
Posted by: StevHodge - 2010-09-10, 09:09 AM - Forum: Legacy (v4.x and earlier) - No Replies

This morning I discovered that three shows which werein fact recorded were still shown as pending by NPVR - in one case nearly two days later
The Nrecord log shows recordings starting and stopping correctly, but the NPVR log has overflowed three times and isn't much use, I think. I tried to stop everything so as to be able to zip the logs, but the system could not stop the recording service - it said - although the log - I think - shows it did stop. Logs are attached. I had to zip a copy of the Nrecord log because the system thought it was still in use. If you restart to clear the lock, the logs all roll over and I would lose the .3 log
Adter a restart everything looks normal, shows show up in the data base etc
I thought for a while that this was due to status page,and started a thread about it last week, but it seems as though it isn't
I suppose you need a decent NPVR log, but it overflows so fast it is hard to get a good one. Can I change the config in some way so that the logging is less verbose, and there is more of a chance of seeing what happens to NPVR???

Print this item

  Problems with two identical tuners
Posted by: tmrt - 2010-09-10, 06:15 AM - Forum: Legacy (v4.x and earlier) - Replies (36)

Yesterday I installed another TechnoTrend CT-3650CT USB tuner on my system. NPVR recognized it. Unfortunately now none of the tuners work now. It looks like NPVR does not distinguish them completely since it does not create separate MDplugin directories for each tuner. Both tuners work simultaneously in MediaPortal. Log file is attached.

Print this item

  LiveTV Startup Slow
Posted by: ralphy - 2010-09-10, 04:54 AM - Forum: Legacy (v4.x and earlier) - Replies (13)

Startup of LiveTV seems much slower than on PVRX2. Is this normal, or is there something that be can tweaked to speed this up? Might help improve the WAF

NPVR 1.5.31

Print this item

  Could not start NPVR recording service on local computer
Posted by: zaldwaik - 2010-09-10, 04:49 AM - Forum: Legacy (v4.x and earlier) - Replies (3)

I installed npvr yesterday and it seemed to work fine. However, at some point the service stopped working. I tried uninstall, reinstall and nothing worked. I deleted the service through sc delete, reinstalled and I am still getting the same error. I am not really sure the uninstall is doing much. Logs have nothing.

Error 1067: The process terminated unexpectedly

Print this item

  Missing Free View EPG channel Data
Posted by: Halifax99 - 2010-09-10, 04:32 AM - Forum: Legacy (v4.x and earlier) - Replies (3)

I am having a problem with Free View EPG data in Melbourne.

Not all channels update. It appears only to be a problem with Stations with 3 or more DVB channels.
Sometimes I get all the data sometimes only 2 or 3 channels.

Is it possible to increase the scan time in NPVR and how do I do it?

Cheers

Print this item

  HDHR Live Tv & Recording
Posted by: nobody - 2010-09-09, 09:40 PM - Forum: Legacy (v4.x and earlier) - Replies (10)

Live Tv works the first time then if I exit to the main menu and go back to Live TV a 2nd time it gives tells me "unable to communicate with recording service" newa show the device as recording, if I try it for a 3rd time "failed to start stream"

if I try to record 2 different channels one on each tuner, the recording service stops

Print this item

  New Analog Device - help needed
Posted by: Reddwarf - 2010-09-09, 02:11 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

I neet a bit of help for adding an entry for this analog device in AnalogDevices.xml. It doesn't have a HW encoder, but I'v installed the SoftPvr package.

Print this item

Pages (6435): « Previous 1 … 1894 1895 1896 1897 1898 … 6435 Next »
Jump to page 

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