Opened 8 years ago
Closed 8 years ago
#10343 closed Bug Report - General (fixed)
Can't select show in multiple list in MetaData option
Reported by: | JYA | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Following the instructions on the wiki http://www.mythtv.org/wiki/Enhancing_Recordings_with_Metadata_Lookup
In Manage Recordings -> Recording Rule.
I select 'Til Death (old show, but first on my list) Select Metadata Options
The "Trying to automatically find this recordings.." popup shows, and a list of 10 items will appear.
(logs are:
2012-02-16 13:31:05.472557 I Running Grabber: /usr/local/mythtv-trunk/share/mythtv/metadata/Movie/tmdb.py -l en -M 'Til Death 2012-02-16 13:31:06.297403 I Running Grabber: /usr/local/mythtv-trunk/share/mythtv/metadata/Television/ttvdb.py -l en -M 'Til Death 2012-02-16 13:31:06.596534 I Returning Metadata Results: 'Til Death 0 0 2012-02-16 13:31:06.596642 I Falling through to selection dialog.
)
Select the actual show (8th in the list). in the log:
2012-02-16 13:32:47.964924 I Running Grabber: /usr/local/mythtv-trunk/share/mythtv/metadata/Television/ttvdb.py -l en -M 'Til Death 2012-02-16 13:32:48.245192 I Returning Metadata Results: 'Til Death 1 1 2012-02-16 13:32:48.245309 I Falling through to selection dialog.
the chooser list with 3 items display selecting the first item, will now just cycle through the list, the list disappear, only to reappear again
2012-02-16 13:35:01.840924 I Running Grabber: /usr/local/mythtv-trunk/share/mythtv/metadata/Television/ttvdb.py -l en -M 'Til Death 2012-02-16 13:35:02.091154 I Returning Metadata Results: 'Til Death 1 1 2012-02-16 13:35:02.091231 I Falling through to selection dialog.
over and over again
Pressing ESC goes back to the original screen, the TDVB# number is empty
Change History (1)
comment:1 Changed 8 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fix looking metadata lookup with bad guide data.
When guide data is extremely poor and attempting to perform a "hail mary" lookup to try to find some valid result, the subtype of the resulting lookups was not being set to probable television, so the results were not definitively television.
Now, the results from the generic recording/TV lookup are marked as such, and thus when the selection is made from the list, the result is known to be TV and populates the dialogs properly.
Fixes #10343, tested using the same example after having removed all the other useful guide data to reproduce the issue.