smirgol
smirgol
The changes to background-filter.cpp in commit cc9d4a5711f9388ed110230f9f793bb071577a23 broke compilation in Linux (Ubuntu 22.04) for me: ``` src/background-filter.cpp:215:31: error: ‘OrtSessionOptionsAppendExecutionProvider_DML’ was not declared in this scope; did you mean ‘OrtSessionOptionsAppendExecutionProvider_CPU’? 215...
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727175 Most SOIL functions crash if OpenGL context is 3.2+ core profile. SOIL calls glGetString with a value that is no longer valid, and then sends the returned null pointer...
While troubleshooting an issue, I've stumbled upon this erroneous check: https://github.com/frenck/python-wled/blob/e427bd63eb960ab66d379fd070780ed476215d16/src/wled/models.py#L713C13-L713C50 If the key is not in the dict (`k not in data`), accessing that non-existent key (`and data[k]`) will...
This is an update for the newer Crunchyroll beta API for **Kodi Leia** It is an extensive rewrite, as I had to change a lot of things and had to...
This is an update for the newer Crunchyroll beta API for **Kodi Nexus** It is an extensive rewrite, as I had to change a lot of things and had to...
This is an update for the newer Crunchyroll beta API for **Kodi Matrix** It is an extensive rewrite, as I had to change a lot of things and had to...
When `Synchronize play time progress` is disabled in the settings, everything will show as unwatched, as that information is retrieved from crunchyroll only and only if the setting is enabled....
I'm not sure what is happening here, but after a while (I always suspend my Kodi), it suddenly fails to play any video. Investigating the logs shows that inputstream is...
**Describe the bug** Every version of the ProtonUp-QT AppImage that has been released after 2.8.2, when starting the App, I get a pop-up with a FileNotFound error regarding the `config.vdf`...
I've created a repository for this addon, so further updates can hopefully be automated for all of you. It seems to work okay for me, but I'd like to have...