NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
1 2 3 4 5 … 45 Next »
Daily Recording type Fails to Record

 
  • 0 Vote(s) - 0 Average
Daily Recording type Fails to Record
Fillimerica
Offline

Junior Member

USA
Posts: 11
Threads: 4
Joined: Aug 2025
#1
2025-10-13, 08:22 PM
It appears that this is a similar bug that was reported in the Kodi section originally last January, but I have determined that it is wholly a NextPVR issue easily reproduced with just a new NextPVR instance and no other client.

Original Related thread:  Default timer type

Symptom: When a series is scheduled with the "Record Series (Daily, this timeslot)". The entry shows up in the Scheduler tab under recurring as expected, but nothing is queued to record under pending (and the expected entry in the guide is shown unrecorded).
The NPVR logs show a string of error messages:
Code:
2025-10-13 15:50:51.159    [DEBUG][27]    LoadListingsMatchingTitle(channel=7154,title=Bob Hearts Abishola)
2025-10-13 15:50:51.188    [DEBUG][27]     - ignoring episode at: 10/13/2025 5:00:00 PM  (other exact match in timeslot exists at 10/13/2025 5:00:00 PM)
2025-10-13 15:50:51.189    [DEBUG][27]     - ignoring episode at: 10/13/2025 5:00:00 PM  (other exact match in timeslot exists at 10/13/2025 5:00:00 PM)
2025-10-13 15:50:51.189    [DEBUG][27]     - ignoring episode at: 10/13/2025 5:00:00 PM  (other exact match in timeslot exists at 10/13/2025 5:00:00 PM)
2025-10-13 15:50:51.189    [DEBUG][27]     - ignoring episode at: 10/13/2025 5:30:00 PM  (other exact match in timeslot exists at 10/13/2025 5:00:00 PM)
2025-10-13 15:50:51.189    [DEBUG][27]     - ignoring episode at: 10/13/2025 5:30:00 PM  (other exact match in timeslot exists at 10/13/2025 5:00:00 PM)
2025-10-13 15:50:51.189    [DEBUG][27]     - ignoring episode at: 10/13/2025 5:30:00 PM  (other exact match in timeslot exists at 10/13/2025 5:00:00 PM)
2025-10-13 15:50:51.189    [DEBUG][27]     - ignoring episode at: 10/13/2025 5:30:00 PM  (other exact match in timeslot exists at 10/13/2025 5:00:00 PM)

Reproduction:
Brand new Version: 7.0.3.250920 installation on Windows 10. Configure channels and guide data.
Click on a show in the guide, select Advanced, then under Recording type choose Record Series (Daily, this timeslot), Then Save.
[Image: attachment.php?aid=9301]



[Image: attachment.php?aid=9300]

[Image: attachment.php?aid=9302]


The corresponding entry in the guide will remain unrecorded and does not record.

[Image: attachment.php?aid=9304]

Logs are attached. I've also included the database file in the zip if that helps.

I also think this may be a regression since it does not appear that the prior version 7.02 suffers from this issue.

Tom..


Attached Files Thumbnail(s)
               

.zip   logs-20251013-1614.zip (Size: 410.81 KB / Downloads: 2)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,102
Threads: 967
Joined: May 2006
#2
2025-10-13, 10:17 PM (This post was last modified: 2025-10-13, 10:19 PM by mvallevand.)
My thinking based on what I see in your screen shot is that that show with the "B" in the guide after "Bob Hearts Abishola" is also "Bob Hearts Abishola"

The timeslot window is large too. and they don't have to be back to back.

I will see if I can duplicate that.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,102
Threads: 967
Joined: May 2006
#3
2025-10-13, 11:21 PM (This post was last modified: 2025-10-14, 12:34 AM by mvallevand.)
It wasn't that. Looking at your database that you kindly provided the issue may actually be related to duplicated EPG records so update this file https://forums.nextpvr.com/showthread.ph...#pid603887 empty and update the EPG and see if that helps.

Martin
Fillimerica
Offline

Junior Member

USA
Posts: 11
Threads: 4
Joined: Aug 2025
#4
2025-10-14, 05:59 PM (This post was last modified: 2025-10-14, 06:09 PM by Fillimerica.)
I tried what you suggested, replacing the Nutility.dll file in the NextPvr program directory, restarted the service, cleared the guide, re-imported the guide data.

Things are better now, but not fully correct. There are still duplicate entries in the EPG_EVENT table.
For guide entries that are duplicates NextPVR fails on scheduled entry creation, as illustrated previously.
For guide entries that are not duplicated, scheduled daily timeslot works as expected.

I have attached my database after I re-configured it, cleared it, and did an xml import. There are duplicates for some entries such as Bonanza and American Masters.
I also included the xmltv.xml file that I imported into the guide.

Won't let me attach a 5.4mb zip.
I broke it up.
Link to DB: Database File



Tom..


Attached Files
.zip   xmltv.zip (Size: 1.19 MB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,102
Threads: 967
Joined: May 2006
#5
2025-10-14, 06:11 PM
Zip files greater than 2MB need an external link.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,102
Threads: 967
Joined: May 2006
#6
2025-10-14, 07:29 PM (This post was last modified: 2025-10-15, 07:17 PM by mvallevand.)
I doubt this is related to the NUtility issue and I've actually seen it with my own HDHR Guide utility. AFAIK there is no logic in NextPVR to deal with bad XMLTV files with duplicate entries for the same program and your XMLTV has tons.

Martin
Fillimerica
Offline

Junior Member

USA
Posts: 11
Threads: 4
Joined: Aug 2025
#7
2025-10-14, 08:35 PM (This post was last modified: 2025-10-14, 08:42 PM by Fillimerica.)
Yes, you are correct. I just discovered this during my tests.
Now that you've confirmed that NextPVR does not attempt to filter duplicates I will work on pre-processing that XML data to get rid of the duplicates before it is fed into NextPVR.

Thanks.

PS. You might want to consider displaying some sort of error message when the attempt to schedule fails so silently.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,102
Threads: 967
Joined: May 2006
#8
2025-10-14, 09:30 PM
The issue on that error is I am pretty sure the recurring recording gets created so there isn't an error, there is no guarantee that any recurring recording will generate actual recordings. If sub was to look at this, I'd say that ensuring one recording gets be created and ignore the duplicates.

Ultimately with Schedules Direct/Zap2whatever it makes no sense to even use timeslot recordings when the guide based data works better most of the time.

Martin
Fillimerica
Offline

Junior Member

USA
Posts: 11
Threads: 4
Joined: Aug 2025
#9
2025-10-15, 02:13 AM
I can open a thread in the Kodi client section if you think it would help to enhance the pvr addon for kodi.
The way it works now it seems that ActionID "ShowTimerRule" (keyboard t) creates these types of recurring recordings in NextPVR.
I don't know of a way to change what type is created in NextPVR from this action.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,102
Threads: 967
Joined: May 2006
#10
2025-10-15, 02:24 AM
I don't really understand the scenario. Are you saying you can't create a timeslot recording in Kodi?

Also typically Kodi is the only client that allows changing the recurring type so that in itself isn't a problem it's would be wishlist item.

Martin
« 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
  No recording after Windows 11 Update Remleym 34 1,416 2025-10-19, 04:44 PM
Last Post: mvallevand
  Recording interrupted The1nOnlyHMatt 5 382 2025-10-10, 05:39 PM
Last Post: mvallevand
  Recording Calendar View thartmann6 4 888 2025-08-15, 01:01 AM
Last Post: thartmann6
  Recording from the point you switch channels rather than when you press record Swindiff 3 1,115 2025-06-23, 04:31 AM
Last Post: Knordn1951
  Controlling the nextpvr server from Jellyfin (via the nextpvr plugin) (no recording) kfmf 2 1,411 2025-05-04, 02:21 PM
Last Post: mvallevand
  Keeping users recording separate Swindiff 2 697 2025-05-02, 07:47 PM
Last Post: Swindiff
  Recurring recording creates multiple recordings of same event txinga 2 792 2025-03-29, 12:33 AM
Last Post: txinga
  Recording Auto Transcode VCR58 8 2,645 2025-02-18, 12:45 AM
Last Post: mvallevand
  Automated placement based on recording type? ehfortin 6 1,195 2024-12-28, 11:50 PM
Last Post: spin35
  HDHR Tuner not released after recording since update to 7.0.0 spin35 1 681 2024-12-24, 01:46 PM
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