NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 36 37 38 39 40 … 433 Next »
nPVR stopped recording and cannot delete files (but can watch)

nPVR stopped recording and cannot delete files (but can watch)
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#1
2018-12-06, 04:21 AM
Subject pretty well describes the issue...I can watch anything but a couple days ago nPVR stopped recording and I can no longer delete things that had previously recorded. Several recordings still show up under pending recordings even though they are days old. This all appeared to start when I found we had an over the air channel that changed frequency. I re-scanned to get the new frequency and tried to edit the old channel to match the new channel frequency. I apparently have screwed things up and now cannot figure out how to fix it. I've attached logs. Can you suggest the way to get things back to normal?
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#2
2018-12-06, 11:02 AM
dshoup Wrote:Can you suggest the way to get things back to normal?

The nrecord.log has ...
Quote:2018-11-26 08:06:58.364 [ERROR][10] Unexpected error parsing EPGEvent xml: System.NullReferenceException: Object reference not set to an instance of an object.
at NUtility.EPGEvent.Parse(String xml)
2018-11-26 08:06:58.364 [ERROR][10] xml:
<Event>
<OID>0</OID>
<Title>Movies-kids</Title>
<SubTitle>Madagascar</SubTitle>
</Event>
2018-11-26 08:06:58.366 [ERROR][10] Unexpected error parsing EPGEvent xml: System.NullReferenceException: Object reference not set to an instance of an object.
at NUtility.EPGEvent.Parse(String xml)
2018-11-26 08:06:58.366 [ERROR][10] xml:
<Event>
<OID>0</OID>
<Title>Movies</Title>
<SubTitle>Jungle Boy</SubTitle>
</Event>

Suggesting the database is muddled.

Plus npvr.log has ...

Quote:2018-12-05 21:13:19.542 [ERROR][1] TV Listings: error reading settings from database: Could not load file or assembly 'System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
2018-12-05 21:13:19.542 [DEBUG][1] TV Listings: Exception details: System.IO.FileLoadException: Could not load file or assembly

First and foremost ... make copies of all of the recording backup xml files in the NextPVR data folder ... and make a copy of npvr.db3 ... just in case

Rerunning the installer (without doing an uninstall) might fix the missing "file or assembly" ... Clicking Empty EPG and then Update EPG in NextPVR Settings might tidy the database (but I suspect it is records of previous recordings that are broken).
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#3
2018-12-06, 01:16 PM
Thanks Graham...a reinstall fixed it! One quick question though. Is there any easy way to transfer/edit old recurring recordings that used the old channel frequency to now use the new channel? I think this is where I screwed things up last time as I renamed the newly found version of the channel to the old channel and put "old" at the end of the old channel name...apparently scrambling my database in the process. I have moved all currently airing shows manually by creating new recurring programs and deleting the old, but there are a handful that are not currently in my listings (air during the summer time)...any way to set those up as recurring recordings on the new frequency or do I just need to wait until they appear in a TV listing some time in the future?
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#4
2018-12-06, 02:08 PM
dshoup Wrote:Is there any easy way to transfer/edit old recurring recordings that used the old channel frequency to now use the new channel?

The quickest and easiest way to handle frequency changes is to do nothing, absolutely nothing.

The record in the database for the, for example, series recording says "record on channel with an id of N" where N is a value in the database that points (indirectly) to a record for a channel and the channel record holds the tuning info for the channel.

NextPVR will keep on keeping on and will record on the channel with an id of N using whatever tuning info is in the database for that channel at the time of the recording.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,870
Threads: 954
Joined: May 2006
#5
2018-12-06, 05:50 PM
Graham I'm not sure I follow. With an atsc channel is changed a new scan is required which creates a new channel ID so N changes.

Martin
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#6
2018-12-06, 10:32 PM
mvallevand Wrote:Graham I'm not sure I follow. With an atsc channel is changed a new scan is required which creates a new channel ID so N changes.

Ok ... I stand corrected ... I thought that if only the tuning data changed then the row in the channel table did not change so no change to the oid so nothing needed to be done.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,870
Threads: 954
Joined: May 2006
#7
2018-12-07, 12:01 AM
ATSC actually has two channels the display channel and the frequency channel. I think you are correct with HDHR mode tuners when the display channel stays the same doing nothing is okay. The BDA mode doesn't store the display frequency and I am not sure if sub does anything to map tsid when they stay the same. Since about 1/2 the US channels are changing we probably will find out.

A sqlite replace comment probaby would work for technically inclined

Code:
update recurring_recording
set match_rules = replace(match_rules,'<ChannelOID>old</ChannelOID>','<ChannelOID>new</ChannelOID>')

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,447 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 928 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 1,013 2023-11-20, 03:42 PM
Last Post: sub
  Failed recordings won't delete Spid4567 3 2,396 2023-07-14, 10:13 PM
Last Post: ZeDoZ
  Tuner not being released when live TV stopped on Kodi dark_half 7 2,794 2022-06-12, 11:59 PM
Last Post: sub
  npvr is not responding johndutcher 3 1,473 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 3,822 2022-04-14, 04:33 AM
Last Post: Antmannz
  Recording to a network drive woes. 2leftfeet 12 7,126 2022-04-05, 08:03 PM
Last Post: mvallevand
  nPVR Continually Wakes PC bfos 23 11,083 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 1,651 2022-01-03, 04:45 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

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

Linear Mode
Threaded Mode