scott967

Results 39 comments of scott967

Please submit support requests in Kodi skin development forum If kutils or any other addon fails to install from mirrors, retry later. The exception in kutils is due to an...

Nice enhancement; should handle case where scanning a new nfo had deleted the overview, but previous separate file exports created nfo files for existing items with the set overview.

Sorry, just now saw this. I will have to spend some time on this, but currently xbmc.getLanguage() with region = True returns the locale, not the language code. Which I...

I picked the commit on top of master and from quick testing seemed to fix getting the language code 2 or 3 alpha, which I had a "band-aid" fix for,...

Yes, VS2022 on Win10. But I build using kodi.sln generated by cmake and run the code in VS debugger

Have seen reports like this and seems SMB related in that client is using SMBv1 with chunk size 128 when v1 only supports up to 64. Best fix is to...

It should be noted that the "region" returned by this function is the user UI setting "region default format", not necessarily the region associated with the language name.

From a quick review I think https://github.com/xbmc/xbmc/pull/23110 accomplishes this in a better design so am closing this to focus on that PR

OK, the problem appears to be in utils/LanguageCodeExpander.cpp https://github.com/xbmc/xbmc/blob/497beac1dddfb74ec32d75c7aaf47b77be35bf22/xbmc/utils/LangCodeExpander.cpp#L294 The Englishname is used in the call to `bool CLangCodeExpander::ReverseLookup(const std::string& desc, std::string& code)` ReferseLookup tries to match the Englishname in...