It would be useful if one of the menu items in the NTray taskbar icon would be "Upcoming Recordings" that would open a window showing a list of upcoming recordings. A more detailed tooltip showing recording information would also be nice: maybe show next two current/upcoming recordings.
I have VLC creating a stream such as http://192.168.0.10:8080. I can hit that stream from another pc no problem. But when I create a channel in nextpvr, it pauses for a second and says unable to communicate with recorder.
Hi!
I've never had a problem getting guide information for BBC NEWS HD, but it's suddenly stopped.... Doesn't matter if I select DVB/ATSC EPG or FreeSat EPG in the nextPVR settings... it doesn't find anything... any ideas!? I'm receiving the channel via freesat in the UK.
I have cloned My operating system plus NPVR to a new hard drive. It does not now see my ready recording list. I can set my old directory (another drive ) in settings but NPVR will not see prevoius recordings from this directory. I think i have to import XML file but not sure which one and from where. Can anyone help?
I get the below error when trying to enter an advanced recording rule. The rule entered last night without any issues. I started getting the error today and had to manually delete the rule from the database before I could see any recurring recordings. Now I get the error immediately on clicking OK when trying to reenter the rule. I suspect it has something to do with guide data so I'm attaching my database
Any ideas?
season=1 and episode=1 and first_run="Y"
************** Exception Text **************
System.Xml.XmlException: '', hexadecimal value 0x16, is an invalid character. Line 10, position 18.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at NUtility.RecurringRecording.get_MatchRulesDoc()
at NUtility.RecurringRecording.get_ChannelOID()
at NextPVR.TV.Recordings2.LoadList(UiList uiList, RecordingView recordingView)
at NextPVR.TV.Recordings2.Notify(String eventName, Object eventArg)
at NUtility.EventBus.Notify(String eventName, Object eventArg)
at NUtility.EventBus.Notify(String eventName)
at NextPVR.TV.ManualRecordingPopup.HandleCommand(String command)
at NextPVR.TV.ManualRecordingPopup.OnClick(PointF location)
at NextPVR.ControllerForm.ControllerForm_MouseClick(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at NextPVR.ControllerForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I have problems with daily recording using advanced rules.
The pending recordings created will be different for each day.
time(start_time,'localtime') > time('20:30:00') AND time(start_time,'localtime') < time('23:00:00')
I get the same result with weekly recording(monday weekly, tue weekly, wed weekly and so on) using advanced rules with same timing from 20:30:00 to 23:00:00.
The pending recordings created will always be different each day.
I recently started encountering this weird problem where I go through the web interface and try to play a recording but nothing happens. It happens to some recordings but not others. The files are playable directly through Kodi. Your help is greatly appreciated. I have attached the logs, around 18:47 I tried to playback wusa 9 news...
I have been spending the last couple of days trying to get this all set up and while I have made progress, I'm stuck right now.
I have an HDHomeRun with an OTA antenna attached that is plugged into my router and a desktop PC that is also plugged into the router. I have the NextPVR add-on working very well in XBMC on my desktop.
I also have an android box running XBMC for my second TV, but I have been unable to get the NextPVR add-on to work. It is connected through wifi to my router. I used my desktop to do a google search for "what is my IP" and find out what my IP address is and then used that in the configuration of the NextPVR add-on on my android box, but I keep getting messages that say "connection lost" and "no PVR clients started".
I have disabled the firewall on both my desktop PC and my router.
I've also tried going to http://localhost:8866 on my desktop and it brings me to a NextPVR page, but when I try going to http://myipaddress:8866, the page is not found so I think NextPVR is having some kind of problem hosting the server side of it.
In the 'Clients' settings, I have the boxes checked to enable web server and allow remote access and I have left the port at 8866 and haven't touched the pin/username/password.
Does anyone have any ideas of things that I could try in order to get this to work? Thanks!
From everything I could gather, if I create a manual recording and then add the below SQL statement to the advanced rules, the below statement should allow me to record all first run episodes that are a series premier. Is that correct? I can only hope it's that simple!
SELECT * FROM EPG_EVENT WHERE ((Season=1 AND Episode = 1 AND first_run = True) AND start_time BETWEEN 19:00 and 21:00)