Opened 11 years ago
Closed 11 years ago
#7558 closed defect (fixed)
tv-grabber allows no language select anymore
Reported by: | Owned by: | robertm | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythVideo | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | yes |
Description
with current trunk i can't choose the search/data language. Therefore it wont find much of my series:
# ./share/mythtv/mythvideo/scripts/Television/ttvdb.py -M 'Dr House' 79322:Dr. Terrible's House of Horrible
# ./share/mythtv/mythvideo/scripts/Television/ttvdb.py -M -l de 'Dr House' 73255:Dr. House 79322:Dr. Terrible's House of Horrible
Change History (5)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Owner: | changed from Anduin Withers to robertm |
---|---|
Status: | new → assigned |
We'll figure something out by .23 for this.
comment:4 Changed 11 years ago by
Resolution: | fixed |
---|---|
Status: | closed → new |
Sorry for reopening, but IMO this behaviour is incorrect.
It only makes sense when the UI language is the same as the videos'. UI language is a user-chosen preference, while video language is not. Case in point, most of my TV watching is in my country's main language which is not my primary language (and hence, not the one I use in the UI). Users should be able to choose language either in MythTV or in ttvdb.conf (which AFAIK is not possible).
Besides since not all languages are supported by the default TV grabber an error will be displayed on each single grab when using an unsupported language.
Right now I've to use a modified ttvdb.py with a hardcoded language.
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ticket locked: | set |
Robert, I think we should pass in language automatically using the value selected for the frontend.