Ticket #10036 (new Bug Report - General)
Opened 21 months ago
Last modified 15 months ago
Auto MetadataLookup doesn't always run
| Reported by: | doug@… | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - Mythmetadatalookup | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Hi,
I record "Little Einsteins" from 6:30-7am and 7-7:30am every day. The rule has an Auto MetadataLookup? Job and a Auto User Job. The first recording always runs the MetdataLookup? and the User Job. The second one runs the User Job but the MetdataLookup? never runs. My theory is that something gets confused since the same show is being recorded back to back and the User Job is still running when the new show starts but I'm not sure.
Thanks!
Doug
Attachments
Change History
comment:1 Changed 20 months ago by Doug Haber <doug@…>
comment:2 Changed 15 months ago by wagnerrp
- Owner set to robertm
- Status changed from new to assigned
- Component changed from MythTV - General to MythTV - Mythmetadatalookup
comment:3 Changed 15 months ago by robertm
- Owner robertm deleted
- Status changed from assigned to new
Since this doesn't appear to have anything to do with code I've written, but rather with the jobqueue (and because I can't reproduce) I am unassigning.

I think the issue here is that init_jobs() doesn't get called if the same show is recorded back to back. Without init_jobs, the auto metadatalookup doesn't get called. I'm guessing it has something to do with the scheduled event not changing from "None to RecordingOnly?" but staying as "RecordingOnly? to RecordingOnly?". I'm not sure why this only happens when the same show is recorded back to back.