Opened 16 years ago

Closed 16 years ago

#4110 closed enhancement (fixed)

Add option to fetch arbitrary day's data

Reported by: Tony Lill <ajlill@…> Owned by: cpinkham
Priority: minor Milestone: 0.21
Component: mythfilldatabase Version: unknown
Severity: low Keywords:
Cc: Ticket locked: no

Description

In order to deal the the complexity and fluid nature of the network's so called schedule, this patch allows you to request that mythfilldatabase grab data for any day. Hopefully, this will allow people to fetch the data they need without resorting to using --refresh-all. It also cleans up the various refresh_* variables into a single refresh_request array. Included is a sample contrib script demonstrating how to use the options.

Attachments (1)

fillday.patch (8.0 KB) - added by Tony Lill <ajlill@…> 16 years ago.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by Tony Lill <ajlill@…>

Attachment: fillday.patch added

comment:1 Changed 16 years ago by stuartm

Owner: changed from stuartm to Isaac Richards
Status: newassigned

comment:2 Changed 16 years ago by stuartm

Owner: Isaac Richards deleted
Status: assignednew

comment:3 Changed 16 years ago by cpinkham

Owner: set to cpinkham
Status: newassigned

comment:4 Changed 16 years ago by cpinkham

Resolution: fixed
Status: assignedclosed

(In [15511]) Add a --refresh-day command line argument to mythfilldatabase. Rework internals to get rid of refresh_* variables and replace by a refresh_request array allowing any day or combination of days to be refreshed. Also includes a sample contrib script to take advantage of the new option.

Closes #4110 using patch by Tony Lill.

Note: See TracTickets for help on using tickets.