Opened 14 years ago

Closed 14 years ago

Last modified 12 years ago

#7444 closed defect (invalid)

MythWeb does not consider RecordOverTime and RecordPreRoll values when scheduling recordings

Reported by: benlanc@… Owned by:
Priority: minor Milestone: unknown
Component: mythweb Version: 0.22rc1
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When scheduling new recordings with MythWeb, the form options for "start early" and "end late" do not consider the global RecordOverTime and RecordPreRoll options and default to blank for both fields instead. When editing recording schedules created with MythWeb, the fields show '0'.

Attachments (1)

mythweb-startearly-endlate-fix.patch (696 bytes) - added by benlanc@… 14 years ago.
Fix

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by benlanc@…

Fix

comment:1 Changed 14 years ago by benlanc@…

MythWeb uses DefaultStartOffset and DefaultStartOffset to determine these values, however I can't see these in the default settings table as of r22611.

Patch (above) uses the RecordOverTime and RecordPreRoll global settings set by frontends (in seconds), divides by 60 (to get the time in minutes) and rounds up to the nearest integer.

I guess a better fix would be to get MythWeb working in seconds not minutes for Start Early and End Late options.

comment:2 Changed 14 years ago by sphery

Resolution: invalid
Status: newclosed

Those are completely different and unrelated settings. The DefaultStartOffset? and DefaultEndOffset? are in fact in settings.

Default 'Start Early' minutes for new recording rules
Set this to '0' unless you expect that the majority of your show times will not match your TV listings. This sets the initial start early or start late time when rules are created. These can then be adjusted per recording rule.
Default 'End Late' minutes for new recording rules
Set this to '0' unless you expect that the majority of your show times will not match your TV listings. This sets the initial end late or end early time when rules are created. These can then be adjusted per recording rule.

In mythfrontend settings under Utilities/Setup?|Setup|TV Settings|Recording Priorities|Set Recording Priorities on the page "Scheduler Options."

comment:3 Changed 12 years ago by mmm1976@…

In mythfrontend settings under Utilities/Setup??|Setup|TV Settings|Recording Priorities|Set Recording Priorities on the page "Scheduler Options."

Oh wow ... I search two days for this setting!

You should consider to put this setting somewhere else where it is possible to find ... It doesn't have anything to do with "priorities", does it?

Note: See TracTickets for help on using tickets.