Opened 18 years ago

Closed 18 years ago

#1144 closed patch (fixed)

Increased support for custom recording rules

Reported by: derek@… Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The attached patch provides the following functionality to the custom recording schedule module:

* Add more supported recording types
   + Find daily
   + Find weekly
* Allow specification of find day and find time values for custom schedules

Changes by file:
* themes/default/tv/schedules_custom.php
   + Add new schedule options to 'Schedule Options' radio selection
      - Find daily
      - Find weekly
   + Add new section, 'Find Date & Time Options'
      - Allows user to specify day and time for custom rules
* skins/default/tv_schedules_custom.css
   + Added find_date_options id to style sheet for formatting of the new section
* includes/recording_schedules.php
   + The findday and findtime properties were automatically set based on the
     starttime property of the schedule object.  Now, only auto set those values if
     it's not a search based schedule, otherwise use the values received from the
     custom schedule input form
* languages/English.php
   + Added messages under 'modules/tv/schedules_custom.php' section for new content
* modules/tv/schedules_custom.php
   + No longer ignore 'rectype_finddaily' and 'rectype_findweekly' types for custom
     rules
   + Set the findday property of the schedule object to the value from the input form
   + Set the findtime property to the value of the form, if it fits the regex,
     otherwise default to the starttime property

Attachments (2)

custom_record.patch (7.6 KB) - added by derek@… 18 years ago.
Adds additional features to custom recording schedules
custom_record.2.patch (7.8 KB) - added by derek@… 18 years ago.
Increased functionality for custom record schedules; fix for 1118

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by derek@…

Attachment: custom_record.patch added

Adds additional features to custom recording schedules

Changed 18 years ago by derek@…

Attachment: custom_record.2.patch added

Increased functionality for custom record schedules; fix for 1118

comment:1 Changed 18 years ago by derek@…

Second patch is same as first except it also adds a fix for #1118.

comment:2 Changed 18 years ago by xris

Resolution: fixed
Status: newclosed

applied a cleaned up version of this in [8767]

Note: See TracTickets for help on using tickets.