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 … 45 46 47 48 49 … 433 Next »
Manual Recording

Manual Recording
Dale Dewing
Offline

Member

Posts: 90
Threads: 24
Joined: Sep 2014
#1
2018-08-06, 02:45 AM
Tried to set up a series of manual recordings a month and a half in the future. Went to the manual recording window and set up a weekly recording starting in September. Checked pending recordings at it showed a one time recording in August. I was able to update the date to the correct date and it held, but it would not let me change the recording type from once to weekly. Also the only name it would accept was default. I don't know what "Advance Rules" are because there are no options. Using NextPVR 4.1.0 with windows 10.

Dale Dewing
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#2
2018-08-06, 03:32 AM
Dale Dewing Wrote:Tried to set up a series of manual recordings a month and a half in the future. Went to the manual recording window and set up a weekly recording starting in September. Checked pending recordings at it showed a one time recording in August. I was able to update the date to the correct date and it held, but it would not let me change the recording type from once to weekly. Also the only name it would accept was default.
You can't change the type of recording after it is created. If you want to change it from 'Record Once' to 'Record Weekly', you need to delete the recording and recreate it.

When you tried to enter the name, how did you try any enter it? If you just start typing, it'll should change to whatever you're typing. (I'm guessing you tried pressing 'Enter' or 'OK' or something, and were expecting an onscreen keyboard or something - nope, doesn't work that way).

I double checked I could create the manual recording you described - a weekly recording, starting in September, with a name other than 'default'.

Quote:I don't know what "Advance Rules" are because there are no options.
Like the name - this is a typing field. These are fairly complex and use SQL notation. http://www.nextpvr.com/nwiki/pmwiki.php?...ancedRules
Dale Dewing
Offline

Member

Posts: 90
Threads: 24
Joined: Sep 2014
#3
2018-08-06, 04:13 PM
In the name field I did not try just typing. I just clicked on the arrows. I also found that the manual recording worked if you did it while on the recurring recordings window but not if you did it while in the Ready or pending recordings window.

Thank you

Dale Dewing
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#4
2018-08-06, 05:30 PM
Dale Dewing Wrote:I just clicked on the arrows. I also found that the manual recording worked if you did it while on the recurring recordings window but not if you did it while in the Ready or pending recordings window.
I just checked and it works fine regardless of what list is showing, which is what I would have expected, since it's unrelated to this.

What happened when you tried?
Dale Dewing
Offline

Member

Posts: 90
Threads: 24
Joined: Sep 2014
#5
2018-08-22, 05:00 PM
I thought I had it working, since it showed correctly in the recurring recordings, but in setting up a weekly recording a month in advance, it starts recording immediately on the next day of the week set for, instead of waiting for the date I set. Inconvenient, but I guess I can just delete the recordings that come before the set date.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#6
2018-08-22, 05:44 PM
Dale Dewing Wrote:I thought I had it working, since it showed correctly in the recurring recordings, but in setting up a weekly recording a month in advance, it starts recording immediately on the next day of the week set for, instead of waiting for the date I set. Inconvenient, but I guess I can just delete the recordings that come before the set date.
Can you reproduce this then zip and attach the logs?
Dale Dewing
Offline

Member

Posts: 90
Threads: 24
Joined: Sep 2014
#7
2018-08-26, 05:04 PM
Here is a logs zip, I think? I used the zip button in the settings, but got an error message saying that it failed. Clipboard operation failed, but it did make a zip file. attached
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#8
2018-08-26, 05:37 PM
I can't see in the logs when the attempt happened.

Can you post a screenshot of the parameters you used to make the problem happen? I'll try the same thing here.
Dale Dewing
Offline

Member

Posts: 90
Threads: 24
Joined: Sep 2014
#9
2018-08-31, 08:46 PM
Here is the screen shot.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#10
2018-08-31, 09:44 PM (This post was last modified: 2018-09-01, 05:31 PM by johnsonx42.)
I can confirm that it ignores the start date when scheduling a manual weekly recurring recording. The day-of-week is recorded in the rule separately from the Start Time, and apparently only the day of week is used when actually scheduling the recordings:
Code:
2018-08-31 14:26:37.984    [INFO][1]    UpdateRecurringRecording(485, 'Default'):
<Rules>
  <ChannelOID>6947</ChannelOID>
  <ChannelName>NBC</ChannelName>
  <StartTime>2018-09-09T21:30:00.0000000Z</StartTime>
  <EndTime>2018-09-09T22:30:00.0000000Z</EndTime>
  <PrePadding>0</PrePadding>
  <PostPadding>0</PostPadding>
  <Quality>0</Quality>
  <Keep>0</Keep>
  <Days>SUNDAY</Days>
</Rules>

2018-08-31 14:26:38.034    [DEBUG][1]    Scheduling manual recordings for next 10 days
2018-08-31 14:26:38.034    [DEBUG][1]       ...check IsValid()
2018-08-31 14:26:38.034    [DEBUG][1]       ...this episode is on Friday
2018-08-31 14:26:38.034    [DEBUG][1]       ...valid days are: SUNDAY
2018-08-31 14:26:38.034    [DEBUG][1]       ...check IsValid()
2018-08-31 14:26:38.034    [DEBUG][1]       ...this episode is on Saturday
2018-08-31 14:26:38.034    [DEBUG][1]       ...valid days are: SUNDAY
2018-08-31 14:26:38.034    [DEBUG][1]       ...check IsValid()
2018-08-31 14:26:38.034    [DEBUG][1]       ...this episode is on Sunday
2018-08-31 14:26:38.034    [DEBUG][1]       ...valid days are: SUNDAY
2018-08-31 14:26:38.034    [DEBUG][1]    ScheduleRecording@1
2018-08-31 14:26:38.034    [DEBUG][1]    ScheduleRecording@2.0
2018-08-31 14:26:38.034    [DEBUG][1]    ScheduleRecording@2.1
2018-08-31 14:26:38.034    [DEBUG][1]    CaptureSource.LoadAll()
2018-08-31 14:26:38.036    [DEBUG][1]    ScheduleRecording@2.2
2018-08-31 14:26:38.039    [DEBUG][1]    ScheduleRecording@2.3
2018-08-31 14:26:38.042    [DEBUG][1]    ScheduleRecording@2.4
2018-08-31 14:26:38.042    [DEBUG][1]    ScheduleRecording@3
2018-08-31 14:26:38.052    [DEBUG][1]    ScheduleRecording@4
2018-08-31 14:26:38.052    [DEBUG][1]    ScheduleRecording@5
2018-08-31 14:26:38.052    [DEBUG][1]       ...check IsValid()
2018-08-31 14:26:38.052    [DEBUG][1]       ...this episode is on Monday
2018-08-31 14:26:38.052    [DEBUG][1]       ...valid days are: SUNDAY
2018-08-31 14:26:38.052    [DEBUG][1]       ...check IsValid()
2018-08-31 14:26:38.052    [DEBUG][1]       ...this episode is on Tuesday
2018-08-31 14:26:38.052    [DEBUG][1]       ...valid days are: SUNDAY
2018-08-31 14:26:38.052    [DEBUG][1]       ...check IsValid()
2018-08-31 14:26:38.052    [DEBUG][1]       ...this episode is on Wednesday
2018-08-31 14:26:38.052    [DEBUG][1]       ...valid days are: SUNDAY
2018-08-31 14:26:38.052    [DEBUG][1]       ...check IsValid()
2018-08-31 14:26:38.052    [DEBUG][1]       ...this episode is on Thursday
2018-08-31 14:26:38.052    [DEBUG][1]       ...valid days are: SUNDAY
2018-08-31 14:26:38.052    [DEBUG][1]       ...check IsValid()
2018-08-31 14:26:38.052    [DEBUG][1]       ...this episode is on Friday
2018-08-31 14:26:38.052    [DEBUG][1]       ...valid days are: SUNDAY
2018-08-31 14:26:38.052    [DEBUG][1]       ...check IsValid()
2018-08-31 14:26:38.052    [DEBUG][1]       ...this episode is on Saturday
2018-08-31 14:26:38.052    [DEBUG][1]       ...valid days are: SUNDAY
2018-08-31 14:26:38.052    [DEBUG][1]       ...check IsValid()
2018-08-31 14:26:38.052    [DEBUG][1]       ...this episode is on Sunday
2018-08-31 14:26:38.052    [DEBUG][1]       ...valid days are: SUNDAY
2018-08-31 14:26:38.052    [DEBUG][1]    ScheduleRecording@1
2018-08-31 14:26:38.052    [DEBUG][1]    ScheduleRecording@2.0
2018-08-31 14:26:38.052    [DEBUG][1]    ScheduleRecording@2.1
2018-08-31 14:26:38.052    [DEBUG][1]    CaptureSource.LoadAll()
2018-08-31 14:26:38.210    [DEBUG][1]    ScheduleRecording@2.2
2018-08-31 14:26:38.221    [DEBUG][1]    ScheduleRecording@2.3
2018-08-31 14:26:38.228    [DEBUG][1]    ScheduleRecording@2.4
2018-08-31 14:26:38.228    [DEBUG][1]    ScheduleRecording@3
2018-08-31 14:26:38.243    [DEBUG][1]    ScheduleRecording@4
2018-08-31 14:26:38.243    [DEBUG][1]    ScheduleRecording@5
2018-08-31 14:26:38.243    [DEBUG][1]    ScheduleRecording@4
2018-08-31 14:26:38.245    [DEBUG][1]    ScheduleRecording@5

[ATTACHMENT NOT FOUND]

I can see why it does this, it's only looking to match the <Days> parameter. I guess wanting to start a manual recurring recording at some point in the future is a use case that's exceedingly rare; NextPVR has only been around 8 years or so, no one's noticed until now. Yes, it could check that Event StartTime >= Rule StartTime to avoid this.
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 (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,415 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 907 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 998 2023-11-20, 03:42 PM
Last Post: sub
  Recording to a network drive woes. 2leftfeet 12 7,099 2022-04-05, 08:03 PM
Last Post: mvallevand
  device needed for recording David209 2 1,701 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,192 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 1,995 2021-03-27, 03:23 PM
Last Post: Jean0987654321
Video Restrict Recording Space foucomm 1 1,298 2021-01-30, 09:25 PM
Last Post: mvallevand
  Directory dropdown on the recording edit dialog MicahMakenzie 1 1,473 2021-01-11, 04:37 PM
Last Post: Graham
  Recording service stopped or not running at scheduled time MattInetroit 3 1,860 2021-01-08, 12:03 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