scott967
scott967
After thinking about this, I think changing ModuleXbmc.cpp is the place to do this, since it's closest to the caller and not likely to have side effects. Then in getLocalizedString...
I did a one-line fix for this issue, but during testing I set the "region" parameter to "True" in the python test script, and what I get back for ISO639_2...
While testing fixes, discovered related issue when switching language resource addons in the UI see https://github.com/xbmc/xbmc/issues/25034
Also would help if a requirements engineer (anyone with interest in setting/validating the requirement) could specify what is supposed to be returned for the six possible cases in xbmc.getLanguage(). In...
A log captured with debug logging enabled is required for this.
From your log ` info : CLangInfo: loading resource.language.en_gb language information... debug : trying to set locale to en_DE.UTF-8 info : global locale set to C` You should have the...
Format change was trivial so I made the edits squashed and force-pushed the commit.
The intent of bumping the db version is to force creation of a new db -- that way all the tables are defined with mb4 for TEXT and VARCHAR. Since...
Rebased due to prior PR which updated video database to ver 122