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 … 258 259 260 261 262 … 433 Next »
Recurring recordings disappeared

Recurring recordings disappeared
jghanisco
Offline

Member

Posts: 104
Threads: 22
Joined: Dec 2012
#1
2013-04-19, 05:35 PM
Very strange, as this has been working fine for 4+ months. I wake up today expecting ~90 pending recordings, but only 23 show up. It ends up that only individually selected recordings are showing, and the recurring recordings aren't set at all. Yesterday I had some for today scheduled, namely Avengers & Ultimate Spider-Man for my son, and that's what clued me in. All the recurring recordings still show up on the recurring page.

I just tried deleting and re-adding a recurring recording, but nothing is scheduled. Logs included, can upload db3 files if necessary.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2013-04-19, 05:52 PM
It seems to be getting an error parsing the EPGEvent details for each recurring recording, but I have no idea why. I suspect sub may need your npvr.db3 to see what's gone crazy.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
jghanisco
Offline

Member

Posts: 104
Threads: 22
Joined: Dec 2012
#3
2013-04-19, 06:02 PM
That could be my screw-up, as I manually edit the npvr.db3 file to add _Movie & other titles to files, and haven't saved a back-up before editing in months... regardless, here's the link to the npvr.db3 file:

https://docs.google.com/file/d/0BxcbwsKT...sp=sharing
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#4
2013-04-19, 07:14 PM
jghanisco Wrote:That could be my screw-up, as I manually edit the npvr.db3 file to add _Movie & other titles to files, and haven't saved a back-up before editing in months...
What did you edit exactly?

I can see it's unhappy with some of illegal characters in the database entries. For example, the '&' character in the <Subtitle> node in the following recording. I checked the code, and it looks like the app would have always escaped this character to &amp;

Code:
<Event>
    <OID>2697390</OID>
    <Title>Tom &amp; Jerry: Robin Hood And His Merry Mouse</Title>
    <SubTitle>Tom & Jerry: Robin Hood And His Merry Mouse</SubTitle>
    <Description>Jerry, the smallest member of Robin Hood&apos;s gang, joins forces with Tom, a feline squire to Maid Marion.</Description>
    <ChannelOID>7249</ChannelOID>
    <StartTime>2013-04-14T13:00:00.0000000Z</StartTime>
    <EndTime>2013-04-14T14:18:00.0000000Z</EndTime>
    <FirstRun>false</FirstRun>
    <Rating>TV-G</Rating>
    <Genres>
    <Genre>Kids</Genre>
    <Genre>Special</Genre>
    </Genres>
    <UniqueID>SH01584996.0000</UniqueID>
</Event>
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#5
2013-04-19, 07:24 PM
oh, I see, I misunderstood the nature of the exception I was seeing... I thought it was complaining about the recurring recording XML rule, which I couldn't see anything wrong with. now I see it was processing that rule against the EPG database, and getting the exception looking at the EPG entry.

good thing that 'sub' guy hangs around to set me straight from time to time Big Grin
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
jghanisco
Offline

Member

Posts: 104
Threads: 22
Joined: Dec 2012
#6
2013-04-19, 08:53 PM
sub Wrote:What did you edit exactly?

I can see it's unhappy with some of illegal characters in the database entries. For example, the '&' character in the <Subtitle> node in the following recording. I checked the code, and it looks like the app would have always escaped this character to &

Code:
<Event>
    <OID>2697390</OID>
    <Title>Tom & Jerry: Robin Hood And His Merry Mouse</Title>
    <SubTitle>Tom & Jerry: Robin Hood And His Merry Mouse</SubTitle>
    <Description>Jerry, the smallest member of Robin Hood's gang, joins forces with Tom, a feline squire to Maid Marion.</Description>
    <ChannelOID>7249</ChannelOID>
    <StartTime>2013-04-14T13:00:00.0000000Z</StartTime>
    <EndTime>2013-04-14T14:18:00.0000000Z</EndTime>
    <FirstRun>false</FirstRun>
    <Rating>TV-G</Rating>
    <Genres>
    <Genre>Kids</Genre>
    <Genre>Special</Genre>
    </Genres>
    <UniqueID>SH01584996.0000</UniqueID>
</Event>

Aaargh!!! User error!!! Ok, I know what that would be - I go into the db3 file and go into edit record. I do a cut of the name (field 2), change it to _Rob (for my son) or _Movie, and then paste that name into the field 11: event details line, into SubTitle to be precise. The field "2. Name" uses "&", while the event details uses" &amp;". I usually catch those and just copy the Title from inside the event data, but definitely missed that - and I know I changed that one last night. Hence that it appeared "broken" today.

I corrected that entry, and now when I add a new recurring entry, it sets up the record as expected. The existing recurring entries aren't refreshed. Oh, I just ran UpdateEPG, and that refreshed the recording schedule.

Thanks so much for fixing my screw-up!!!!! Is there a way to check for these errors since you found the "unhappiness" from that character?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#7
2013-04-19, 09:06 PM
jghanisco Wrote:Aaargh!!! User error!!! Ok, I know what that would be - I go into the db3 file and go into edit record. I do a cut of the name (field 2), change it to _Rob (for my son) or _Movie, and then paste that name into the field 11: event details line, into SubTitle to be precise. The field "2. Name" uses "&", while the event details uses" &". I usually catch those and just copy the Title from inside the event data, but definitely missed that - and I know I changed that one last night. Hence that it appeared "broken" today.

I corrected that entry, and now when I add a new recurring entry, it sets up the record as expected. The existing recurring entries aren't refreshed. Oh, I just ran UpdateEPG, and that refreshed the recording schedule.

Thanks so much for fixing my screw-up!!!!!
Ok, no worries.

Quote:Is there a way to check for these errors since you found the "unhappiness" from that character?
Not easily. There is lots of things users could potentially break in an xml strings. To be honest, its not worth me trying to code around things the user might break when manually editing xml. It's better for nextpvr to just assume the xml is valid, and let it fail the Microsoft xml libraries fail to load it if invalid.
jghanisco
Offline

Member

Posts: 104
Threads: 22
Joined: Dec 2012
#8
2013-04-20, 02:17 AM
Ok, this failure on my part was reason enough to make an attempt at the Plugin "Files", as that is where I learned about adding the "_Movies" title during a move to another folder. And after 45+ minutes of trying, I figured it out. Thanks again for helping me out on this one.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#9
2013-04-20, 03:00 AM
Why not configure multiple directories in NextPVR and have the recurring or one-off rule do the hard work for you?

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#10
2013-04-20, 03:01 AM
jghanisco Wrote:Ok, this failure on my part was reason enough to make an attempt at the Plugin "Files", as that is where I learned about adding the "_Movies" title during a move to another folder.

I was going to suggest the Files plugin to you..... the "_Movies" "_Films" is what I came up with for my own use Wink

Quote: And after 45+ minutes of trying, I figured it out. Thanks again for helping me out on this one.

Was that because the top box in the setup screen is (what I call the advanced options) & it is a heap easier to use the second option to set it up for what we are doing??

While it's not my plugin.... I think it needs some instructions editing (but I couldn't figure out exactly what wasn't clear for new users of it) & as you have just gone through it ..... could you let me know what needs changed in the instructions to make easier to setup for the first time?? (& I will edit it on the wiki)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed recordings won't delete Spid4567 3 2,453 2023-07-14, 10:13 PM
Last Post: ZeDoZ
  All my recordings start 90 sec early ncsercs 2 1,357 2022-03-19, 03:28 AM
Last Post: sub
  Wake - Sleep Interaction -> Failed Recordings mikeh49 48 14,487 2021-03-21, 11:21 PM
Last Post: careads
  Most recordings are zero bytes virtualpaul 4 2,029 2021-01-29, 12:55 PM
Last Post: virtualpaul
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,071 2021-01-07, 08:47 AM
Last Post: sub
  Recordings not playing in browser FamilyGuyFan 1 1,425 2020-10-22, 10:18 PM
Last Post: mvallevand
  Recordings 1 minute off BobbyDing 7 2,775 2020-10-11, 08:07 PM
Last Post: mvallevand
  easy tools to remove adverts in recordings? V_J 6 3,958 2020-10-06, 02:37 AM
Last Post: Ehrlichia
  Black screen, no audio, & zero bit recordings mattman1968 1 1,545 2020-09-15, 12:19 AM
Last Post: mattman1968
  Recurring recording problem Dave48167 18 4,242 2020-09-10, 08:26 PM
Last Post: Dave48167

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

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

Linear Mode
Threaded Mode