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 … 29 30 31 32 33 … 433 Next »
Conflict recording problem.

Conflict recording problem.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,205
Threads: 958
Joined: May 2006
#1
2019-02-13, 12:25 AM (This post was last modified: 2019-02-13, 04:25 AM by mvallevand.)
I created a recurring recording today from Kodi with the following rule for anytime on Tueday.

Code:
<Rules>
  <EPGTitle>Schitt&apos;s Creek</EPGTitle>
  <ChannelOID>9013</ChannelOID>
  <ChannelName>CBOT-DT</ChannelName>
  <StartTime>2019-02-13T00:00:00.0000000Z</StartTime>
  <EndTime>2019-02-13T00:30:00.0000000Z</EndTime>
  <PrePadding>0</PrePadding>
  <PostPadding>0</PostPadding>
  <Quality>0</Quality>
  <Keep>0</Keep>
  <RecordingDirectoryID>[Default]</RecordingDirectoryID>
  <Days>TUESDAY</Days>
</Rules>

I had a conflict at a 7pm recording which was ok but for some reason 3 other recordings that didn't have a conflict where also marked as conflicts

Code:
2019-02-12 18:01:39.179    [DEBUG][7]     - Potential episode at: 12/02/2019 7:00:00 PM
2019-02-12 18:01:39.184    [DEBUG][7]       ...check IsValid()
2019-02-12 18:01:39.185    [DEBUG][7]       ...this episode is on Tuesday
2019-02-12 18:01:39.185    [DEBUG][7]       ...valid days are: TUESDAY
2019-02-12 18:01:39.185    [DEBUG][7]       ...scheduling episode
2019-02-12 18:01:39.185    [DEBUG][7]    ScheduleRecording@1
....
2019-02-12 18:01:39.201    [DEBUG][7]    ScheduleRecording@6
2019-02-12 18:01:39.201    [DEBUG][7]       ...was unable to schedule recording...marking as conflict
2019-02-12 18:01:39.206    [DEBUG][7]     - Potential episode at: 12/02/2019 9:00:00 PM
2019-02-12 18:01:39.206    [DEBUG][7]       ...check IsValid()
2019-02-12 18:01:39.206    [DEBUG][7]       ...this episode is on Tuesday
2019-02-12 18:01:39.206    [DEBUG][7]       ...valid days are: TUESDAY
2019-02-12 18:01:39.206    [DEBUG][7]       ...scheduling episode

2019-02-12 18:01:39.222    [DEBUG][7]    ScheduleRecording@6
2019-02-12 18:01:39.222    [DEBUG][7]       ...was unable to schedule recording...marking as conflict
2019-02-12 18:01:39.236    [DEBUG][7]     - Potential episode at: 19/02/2019 7:00:00 PM
2019-02-12 18:01:39.236    [DEBUG][7]       ...check IsValid()
2019-02-12 18:01:39.236    [DEBUG][7]       ...this episode is on Tuesday
2019-02-12 18:01:39.236    [DEBUG][7]       ...valid days are: TUESDAY
2019-02-12 18:01:39.236    [DEBUG][7]       ...scheduling episode

2019-02-12 18:01:39.252    [DEBUG][7]    ScheduleRecording@6
2019-02-12 18:01:39.252    [DEBUG][7]       ...was unable to schedule recording...marking as conflict
2019-02-12 18:01:39.259    [DEBUG][7]     - Potential episode at: 19/02/2019 9:00:00 PM
2019-02-12 18:01:39.259    [DEBUG][7]       ...check IsValid()
2019-02-12 18:01:39.259    [DEBUG][7]       ...this episode is on Tuesday
2019-02-12 18:01:39.259    [DEBUG][7]       ...valid days are: TUESDAY
2019-02-12 18:01:39.259    [DEBUG][7]       ...scheduling episode
...
2019-02-12 18:01:39.278    [DEBUG][7]       ...was unable to schedule recording...marking as conflict

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,671
Threads: 170
Joined: Jun 2007
#2
2019-02-13, 01:59 AM
mvallevand Wrote:I created a recurring recording today from Kodi with the following rule for anytime on Tueday.

Code:
<Rules>
  <EPGTitle>Schitt's Creek</EPGTitle>
  <ChannelOID>9013</ChannelOID>
  <ChannelName>CBOT-DT</ChannelName>
  <StartTime>2019-02-13T00:00:00.0000000Z</StartTime>
  <EndTime>2019-02-13T00:30:00.0000000Z</EndTime>
  <PrePadding>0</PrePadding>
  <PostPadding>0</PostPadding>
  <Quality>0</Quality>
  <Keep>0</Keep>
  <RecordingDirectoryID>[Default]</RecordingDirectoryID>
  <Days>TUESDAY</Days>
</Rules>

I had a conflict at a 7pm recording which was ok but for some reason 3 other recordings that didn't have a conflict where also marked as conflicts

Code:
2019-02-12 18:01:39.179    [DEBUG][7]     - Potential episode at: 12/02/2019 7:00:00 PM
2019-02-12 18:01:39.184    [DEBUG][7]       ...check IsValid()
2019-02-12 18:01:39.185    [DEBUG][7]       ...this episode is on Tuesday
2019-02-12 18:01:39.185    [DEBUG][7]       ...valid days are: TUESDAY
2019-02-12 18:01:39.185    [DEBUG][7]       ...scheduling episode
2019-02-12 18:01:39.185    [DEBUG][7]    ScheduleRecording@1
....
2019-02-12 18:01:39.201    [DEBUG][7]    ScheduleRecording@6
2019-02-12 18:01:39.201    [DEBUG][7]       ...was unable to schedule recording...marking as conflict
2019-02-12 18:01:39.206    [DEBUG][7]     - Potential episode at: 12/02/2019 9:00:00 PM
2019-02-12 18:01:39.206    [DEBUG][7]       ...check IsValid()
2019-02-12 18:01:39.206    [DEBUG][7]       ...this episode is on Tuesday
2019-02-12 18:01:39.206    [DEBUG][7]       ...valid days are: TUESDAY
2019-02-12 18:01:39.206    [DEBUG][7]       ...scheduling episode

2019-02-12 18:01:39.222    [DEBUG][7]    ScheduleRecording@6
2019-02-12 18:01:39.222    [DEBUG][7]       ...was unable to schedule recording...marking as conflict
2019-02-12 18:01:39.236    [DEBUG][7]     - Potential episode at: 19/02/2019 7:00:00 PM
2019-02-12 18:01:39.236    [DEBUG][7]       ...check IsValid()
2019-02-12 18:01:39.236    [DEBUG][7]       ...this episode is on Tuesday
2019-02-12 18:01:39.236    [DEBUG][7]       ...valid days are: TUESDAY
2019-02-12 18:01:39.236    [DEBUG][7]       ...scheduling episode

2019-02-12 18:01:39.252    [DEBUG][7]    ScheduleRecording@6
2019-02-12 18:01:39.252    [DEBUG][7]       ...was unable to schedule recording...marking as conflict
2019-02-12 18:01:39.259    [DEBUG][7]     - Potential episode at: 19/02/2019 9:00:00 PM
2019-02-12 18:01:39.259    [DEBUG][7]       ...check IsValid()
2019-02-12 18:01:39.259    [DEBUG][7]       ...this episode is on Tuesday
2019-02-12 18:01:39.259    [DEBUG][7]       ...valid days are: TUESDAY
2019-02-12 18:01:39.259    [DEBUG][7]       ...scheduling episode
...
2019-02-12 18:01:39.278    [DEBUG][7]       ...was unable to schedule recording...marking as conflict

Martin

Martin, Martin, Martin. Where are the logs?????? Big Grin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,205
Threads: 958
Joined: May 2006
#3
2019-02-13, 04:30 AM
Brett I added the relevant log in my original (when you use Kodi scheduling is all in web.log) but I kept it if was needed. If you see anything useful let us know. I will let this run for my EPG update and I have put a similar fake entry in for next Tuesday to see if the same thing happens and I will post again.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,205
Threads: 958
Joined: May 2006
#4
2019-02-13, 04:26 PM
Ok attached are the NRecord log and the NextPVR -recurring logs and both of them have the same problem marking shows with no conflict as Conflicts.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#5
2019-02-13, 07:55 PM
I've taken a good look at the logs, but it's not immediately clear to me what is happening. If you want to supply your npvr.db3, I'll run up "nextpvr.exe -recurring" in the debugger, and check these specific attempts to see what it is conflicting with.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,205
Threads: 958
Joined: May 2006
#6
2019-02-13, 08:12 PM
Here you go https://1drv.ms/u/s!Ar-w3NVk_f-Mjy_q9CkdsfDiUPQk

While you are in the debugger Radio XY channel 700 is the Internet Radio station that doesn't play.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#7
2019-02-14, 04:42 AM
It looks like it's failing because it cant find an available capture source.

More specifically.... 9013 (CBOT-DT) is only available on one capture source, an HDHomeRUN, but that device marked as 'present=N' so it's not attempting to schedule against that device, leaving no available capture source.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,205
Threads: 958
Joined: May 2006
#8
2019-02-14, 05:00 PM
Thanks for looking into it so you are saying that because my HDHR is offline I can't create recurring recordings on it. I often have it unplugged.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#9
2019-02-14, 05:07 PM
mvallevand Wrote:Thanks for looking into it so you are saying that because my HDHR is offline I can't create recurring recordings on it. I often have it unplugged.
NextPVR only looks for and updates tuners where you visit the Settings->Devices screen. When you last visited the Settings->Devices screen, you didn't have the device, much like a user unplugging a PCIe tuner they previously had channels on, so it marked the device as present=false (ie 'not available for use').
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,205
Threads: 958
Joined: May 2006
#10
2019-02-14, 05:14 PM
Ok not great because I am in there a lot with my device off lately but at least now I now how to manage it using the database.

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
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,910 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 1,183 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 1,236 2023-11-20, 03:42 PM
Last Post: sub
  Recording to a network drive woes. 2leftfeet 12 7,650 2022-04-05, 08:03 PM
Last Post: mvallevand
  NPVR4 and MPC-HC problem The Solutor 29 7,642 2021-07-27, 03:45 PM
Last Post: The Solutor
  device needed for recording David209 2 1,846 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,608 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 2,227 2021-03-27, 03:23 PM
Last Post: Jean0987654321
Video Restrict Recording Space foucomm 1 1,430 2021-01-30, 09:25 PM
Last Post: mvallevand
  Directory dropdown on the recording edit dialog MicahMakenzie 1 1,608 2021-01-11, 04:37 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