Opened 12 years ago
Closed 20 months ago
Auto MetadataLookup doesn't always run
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
Change History (6)
Component: |
MythTV - General →
MythTV - Mythmetadatalookup
|
Owner: |
set to robertm
|
Status: |
new →
assigned
|
Owner: |
robertm deleted
|
Status: |
assigned →
new
|
Owner: |
set to Raymond Wagner
|
Status: |
new →
accepted
|
Milestone: |
unknown →
needs_triage
|
Resolution: |
→ Trac EOL
|
Status: |
accepted →
closed
|
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.