Opened 18 years ago
Closed 18 years ago
Add option to fetch arbitrary day's data
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@…> 18 years ago.
Download all attachments as:
.zip
Change History
(5)
by Tony Lill <ajlill@…>, 18 years ago
| Owner: |
changed from stuartm to Isaac Richards
|
| Status: |
new → assigned
|
| Owner: |
Isaac Richards removed
|
| Status: |
assigned → new
|
| Owner: |
set to cpinkham
|
| Status: |
new → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
(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.