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,146
» Latest member: IanF
» Forum threads: 65,039
» Forum posts: 595,964

Full Statistics

Online Users
There are currently 1540 online users.
» 0 Member(s) | 1536 Guest(s)
Baidu, Bing, Google, Yandex

Latest Threads
Synchronization issues wi...
Forum: Windows
Last Post: mvallevand
6 hours ago
» Replies: 14
» Views: 154
US ATSC 3 FTC Comments wa...
Forum: Hardware
Last Post: mvallevand
Yesterday, 12:44 AM
» Replies: 4
» Views: 1,698
Unable to schedule a sing...
Forum: Windows
Last Post: mvallevand
2025-10-30, 08:01 PM
» Replies: 10
» Views: 238
[SOLVED] Windows won't sl...
Forum: Windows
Last Post: fla
2025-10-30, 07:56 PM
» Replies: 2
» Views: 55
EPlusTV
Forum: NextPVR Support
Last Post: mvallevand
2025-10-30, 07:39 PM
» Replies: 27
» Views: 953
some minor bugs and typos
Forum: Windows
Last Post: mvallevand
2025-10-30, 07:37 PM
» Replies: 4
» Views: 110
Disable login creds/auto ...
Forum: NextPVR Support
Last Post: mvallevand
2025-10-30, 01:15 PM
» Replies: 1
» Views: 48
Issue with screen readers...
Forum: Windows
Last Post: Stavros
2025-10-30, 08:45 AM
» Replies: 13
» Views: 278
Trouble Syncing EPG Data ...
Forum: Kodi / XBMC
Last Post: mvallevand
2025-10-30, 03:37 AM
» Replies: 1
» Views: 57
Nlite - no stream
Forum: Other Clients
Last Post: mvallevand
2025-10-30, 12:07 AM
» Replies: 1
» Views: 45

 
  "Block shutdown while recording" overruled by Windows Update
Posted by: cncb - 2015-10-02, 09:37 PM - Forum: Legacy (v4.x and earlier) - Replies (8)

I have Windows 10 set for automatic updates, and last night it restarted for an update while I was recording a show. Can NPVR prevent this or do I have to turn off automatic updates?

Print this item

  Multiple recordings of the same show
Posted by: Handy.Man - 2015-10-02, 06:26 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

This afternoon while watching a recording, it started stuttering !

I looked at the Device status and there was 10+ recording of the same show. Way too many for the server.

I tried to cancel the recording with the client, but the status didn't show any change

I tried to cancel the recordings on the server, but NextPVR was unresponsive.

I stop the service, restarted the service and again I had 15 or so recording of the same show.
I kill all compskip processes and was able to cancel the recordings with the client. Some showed "...alternated airings...:
Maybe I should untick the "Look for alternate airings on unresolved conflict" ?

The only thing that changed on the server in the last days was the installation of Windows Update yesterday followed by a reboot.
KB2999226 Update for Universal C Runtime in Windows
KB3080079 Update to add RDS support for TLS 1.1 and TLS 1.2

Print this item

  Device / Channel Assignment
Posted by: dixxfixx - 2015-10-02, 05:30 PM - Forum: Legacy (v4.x and earlier) - Replies (10)

I always thought that if I put on a new device and gave it a single channel that was not in any other device's channel list, viewing or recording that channel would necessarily cause that device to be chosen. Was I wrong, or is something interesting happening?

I added a fourth HDPVR2, added a fake channel (666, Zulu) and selected it from the guide. NextPVR chose one of the other devices.

Logs attached, does anyone want xml or db3 files?

Print this item

  EPG question(s) / Mouse functions?
Posted by: mattman1968 - 2015-10-02, 01:18 PM - Forum: Legacy (v4.x and earlier) - Replies (7)

Hi,

I've been playing around with NPVR the past couple weeks. I understand that mc2xml microsoft legacy is not working any more. I have tried Schedules Direct for the 7 day trial, and it works perfectly. However, I am not willing to commit to it yet as I'm not sure I will be using NPVR exclusively or not (Currently on W7 with WMC - considering the upgrade to W10 and using NPVR).

In the meantime I have also been getting EPG data from zap2xml (Zap2it.com). When on zap2it.com the program descriptions are very detailed, however, when downloaded to xmltv file, the program descriptions are quite lacking. Is there a setting/command I'm missing to get more complete info? Or is that a limitation for that service?

Also, I've tried finding my UUID for TitanTV (per post 27 of this thread, to no avial). If anyone knows how to find the UUID would it be possible to still use mc2xml to pull TitanTV EPG?

Finally, is there a setting somewhere in NPVR to enable onscreen mouse controls to forward, reverse, play & pause video? My HTPC is connected to my tv and the wireless mouse works wonders in WMC and this would be awesome in NPVR as well.

Thanks,

Print this item

  Need help using NUtility.dll
Posted by: drmargarit - 2015-10-02, 02:17 AM - Forum: Developers - Replies (4)

I have a reference to NUtility.dll (c:\program files (x86)\npvr\nutility.dll)
It compiles.

Running it gives this error:

Could not load type 'NUtility.Channel' from assembly 'Nutility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

Code:
using NUtility;
namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            DateTime start = DateTime.Now;
            DateTime end = new DateTime(2015,10,30);
            NUtility.Channel c;
            Dictionary<NUtility.Channel,List<NUtility.EPGEvent>> stuff;
            stuff = EPGEvent.GetListingsForTimePeriod(start, end);
            foreach(KeyValuePair<NUtility.Channel,List<NUtility.EPGEvent>> pair in stuff)
            {
                string channel = pair.Key.Name;
                foreach (NUtility.EPGEvent ev in pair.Value)
                {
                    string show = ev.Title;
                    listBox1.Items.Add(string.Format("{0} {1}",channel,show));
                }
            }
        }
    }
}

The development machine is the nextpvr server.

What am I missing here?

Jim

Print this item

  API access to artwork and deleting recordings
Posted by: cncb - 2015-10-01, 11:15 PM - Forum: Developers - Replies (29)

For both of these I'm accessing the file system directly but this presents some challenges when operating a plugin from a client. Is there something in the API I should use instead?

Artwork doesn't seem to be "transferred" to the client Media directory until I view a recording in the default recording list. Is there a way to trigger this? Also, I don't seem to get fanart by default. Is ImageGrabLite necessary to retrieve fanart?

ScheduledRecording.Delete() doesn't seem to delete the file from disk so I have to use System.IO.File.Delete() which won't work from a client since the recordings path is local to the server.

Print this item

  Sky recordings process help!
Posted by: kieran0001 - 2015-10-01, 07:23 PM - Forum: Legacy (v4.x and earlier) - Replies (9)

We currently have a system that records documentaries recorded on a Sky HD set top box. The sky box is connected to a Windows PC using the following:

Sky HD box via HDMI to an HD Fury. The HD Fury feeds a Hauppage PVR (version 1). Recording from the Sky box are recording real time to the TV Capture PVR using is naive Arc Total software that came with the PVR. The recording from the PC are then manually transferred on a 12TB Raid 5 storage on a Windows Home Server 2011. This is a slow and time consuming process. And schedule the recordings from the Sky box using an IR Blaster to control the channels




We are looking to streamline this process.




The objectives are as follows:

1) reduce the number of manual steps

2) the data loss that sometimes results in sound / picture being out of sync or frames of several seconds missing.

3) software to schedule the recordings from the Sky box, record either onto the PC or directly onto the NAS

4) software to be able to search and view the recorded programmes.




Does Next PVR have any integrated software or add-ons which will allow the recordings to be stored on the NAS drive and then the library of recordings be watched through a media server like Plex?

Print this item

  uiList not redrawing when replacing items
Posted by: cncb - 2015-10-01, 04:42 PM - Forum: Developers - Replies (10)

When a video is finished playing, I am completely replacing the items in my uiList (NewStyleButtonListPlugin) with a call to SetListObjects(). However, for some reason the list is not redrawn until I change the current selected item with the arrow keys. Is there a way to force the list to redraw? I have tried to explicitly return true in NeedsRendering() rather than relying on the base class but it still does not redraw.

Print this item

  Logs Great. But where to look?
Posted by: RTKAT - 2015-10-01, 03:29 PM - Forum: Legacy (v4.x and earlier) - Replies (2)

If/when something goes wrong I like to check it out and look around for the answer. The place we all know is the logs. But just looking at the list there are 18 logs in the folder at this time. So how do you know which one(s) to look at? Going through each one can really get "involved."

Print this item

  Where is the Recurring Recordings list? Cannot delete series recording
Posted by: maestroc - 2015-10-01, 12:35 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

I need to delete a series (recurring) recording from N-PVR. All of the posts I have found about this including on the wiki say to go to the Recordings menu and do it from there. Posts such as this one:

http://forums.nextpvr.com/archive/index....56422.html

The thing is that I am looking at the Recordings menu and I still can't figure out what to do do remove the show. I finally figured out that I have to click the arrows at the bottom of the screen to get to the Pending list, but once there if I click on any one of them it will only let me delete that one individual scheduled recording. How do I remove ALL of them? There should be a button there that allows you to cancel the entire series recording at once. I'm very confused at this point...

Print this item

Pages (6405): « Previous 1 … 971 972 973 974 975 … 6405 Next »
Jump to page 

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