Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#8649 closed patch (fixed)
Patch to add "recstatus" to searchOldRecordings function
Reported by: | Owned by: | Raymond Wagner | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | Bindings - Python | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I have a script that needs to find old recordings based on the recording status and I noticed the field was missing. This is a simple patch to add the field to the mythdb.searchOldRecordings() functions. Thanks to the clarity of the code it was very easy to add.
Thanks!
Doug
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | recstatus.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Milestone: | unknown → 0.24 |
---|
Note:
See TracTickets
for help on using tickets.
(In [25336]) Adds searching based off 'recstatus' to MythDB.searchOldRecorded(). Patch from Doug Haber. Fixes #8649. Also fixes issue creating new Video entries with no 'host' defined.