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 … 38 39 40 41 42 … 433 Next »
NextPVR Refuses to record football games that start at the same time

NextPVR Refuses to record football games that start at the same time
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#21
2018-09-25, 10:15 PM
yes, I did my testing with the NFL games just to be exactly consistent with the OP's issue, not because I ever thought it had anything to do with NFL; I'm sure I could've re-produced the issue with any number of shows. Though there was a moment when I first saw that the FOX game had the unexpected "SH" unique_id where I thought that might be the problem, but that quickly proved not to be the case.
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
guyinco6nito
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Aug 2016
#22
2018-11-11, 04:25 PM (This post was last modified: 2018-11-11, 04:52 PM by guyinco6nito.)
Hello,

I applied that patch but I'm sill seeing the same problem. I've attached my logs.
Thanks,
-guyinco6nito

I'm not sure if this is the right log file, or how to mark it as code, but this might be relevant:

2018-11-11 03:00:13.942 [INFO][10] UpdateRecurringRecording(95, 'NFL Football'):
<Rules>
<ChannelOID>0</ChannelOID>
<ChannelName>All Channels</ChannelName>
<StartTime>2018-09-23T17:00:00.0000000Z</StartTime>
<EndTime>2018-09-23T20:25:00.0000000Z</EndTime>
<PrePadding>1</PrePadding>
<PostPadding>80</PostPadding>
<Quality>0</Quality>
<Keep>0</Keep>
<AdvancedRules>title like &apos;NFL Football&apos;</AdvancedRules>
</Rules>

2018-11-11 03:00:14.035 [DEBUG][10] LoadListingByAdvancedRules(channel='all channels',advancedRules=title like 'NFL Football')
2018-11-11 03:00:14.098 [DEBUG][10] - Potential episode at: 11/11/2018 12:00:00 PM
2018-11-11 03:00:14.098 [DEBUG][10] ...check IsValid()
2018-11-11 03:00:14.098 [DEBUG][10] ...scheduling episode
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@1
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@2.0
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@2.1
2018-11-11 03:00:14.098 [DEBUG][10] CaptureSource.LoadAll()
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@2.2
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@2.2
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@2.2
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@2.2
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@2.2
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@2.3
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@2.4
2018-11-11 03:00:14.098 [DEBUG][10] ScheduleRecording@3
2018-11-11 03:00:14.113 [DEBUG][10] ScheduleRecording@4
2018-11-11 03:00:14.113 [DEBUG][10] ScheduleRecording@5
2018-11-11 03:00:14.113 [DEBUG][10] - Potential episode at: 11/11/2018 12:00:00 PM
2018-11-11 03:00:14.113 [DEBUG][10] ...check IsValid()
2018-11-11 03:00:14.113 [DEBUG][10] ...already got this episode scheduled
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#23
2018-11-11, 08:29 PM
All I can surmise is that you somehow failed to actually get the patched file in the right place, so you're still using the original code. The updated code definitely resolves this situation, I've tested it.
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
guyinco6nito
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Aug 2016
#24
2018-11-11, 11:13 PM
That's very possible, I couldn't find any notes for how to apply hotfixes. Here's what I did:

-Shutdown service
-Rename the NShared.dll (908KB) file at C:\Program Files (x86)\NPVR\ to NShared.dll.old
-Copy over the new NShared.dll (913KB) from the zip archive to that same path.
-Start the Service
-Launch the GUI
-Delete and recreate the recording job.

Unless I missed something, maybe I'll just wait for this hotfix to be incorporated in another update.
Thanks much!
-guyinco6nito
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#25
2018-11-11, 11:22 PM
sub Wrote:I'm not aware of any bugs in the application that could account for what you're describing, so I'm pretty sure there is a good reason why it's happening. ie, either you've recently recorded that same game so it doesn't want to record the replay, or you don't have enough tuners available so it results in a conflict.

Based on the logic sub described if your guide data is stale or bad you can miss recordings. SD uses a generic id for games until local programming is finalized.

Martin
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#26
2018-11-12, 12:39 AM
guyinco6nito Wrote:That's very possible, I couldn't find any notes for how to apply hotfixes. Here's what I did:

-Shutdown service
-Rename the NShared.dll (908KB) file at C:\Program Files (x86)\NPVR\ to NShared.dll.old
-Copy over the new NShared.dll (913KB) from the zip archive to that same path.
-Start the Service
-Launch the GUI
-Delete and recreate the recording job.

Unless I missed something, maybe I'll just wait for this hotfix to be incorporated in another update.
Thanks much!
-guyinco6nito

that's the correct sequence, but somehow you're still running with the old NShared. I don't know how. I do believe another 4.2.x release is coming sometime soon (I don't know exactly when, nor would I be willing to say if I did) so if you're content to wait a bit you can see if a full install solves it.
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
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#27
2018-11-12, 06:17 AM
johnsonx42 Wrote:I do believe another 4.2.x release is coming sometime soon (I don't know exactly when, nor would I be willing to say if I did)
apparently by "soon" I meant exactly 1 hour and 40 minutes later.
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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR - EPG Setup - XML/XMLTV EPG - Zap2it & Zap2xml Erdrick 126 140,399 2024-01-29, 01:07 AM
Last Post: stoenjes44
  NextPVR VOD through Kodi unmich 2 1,178 2023-06-18, 03:54 AM
Last Post: sub
  All my recordings start 90 sec early ncsercs 2 1,302 2022-03-19, 03:28 AM
Last Post: sub
  Can NextPVR switch graphics mode to best match content ? madbrain 2 2,125 2021-09-25, 02:25 AM
Last Post: madbrain
  NextPVR and Remote viewing MaxiBelas 2 1,644 2021-09-07, 05:29 PM
Last Post: sub
  Help with NextPVR evinahmad86 1 1,393 2021-07-23, 07:01 PM
Last Post: sub
  Can't watch certain channels on live tv (but can record) tvwatcher 4 2,053 2021-05-05, 06:23 AM
Last Post: tvwatcher
  EPG Time shifi Brucek2839 14 3,924 2021-03-25, 08:45 PM
Last Post: Graham
  Epg setting SD token NextPvr 4.2.4 casimir@zyxu.ca 1 1,536 2021-03-05, 01:38 PM
Last Post: mvallevand
  NextPVR hangs when tuning to offline channel? CormacBaptiste 2 1,892 2021-02-03, 01:29 PM
Last Post: Graham

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

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

Linear Mode
Threaded Mode