peno64

Results 9 issues of peno64

Under Windows, each exe and dll should have the version imbeded in the binary. This is done via a resource file used when compiling/linking the binaries. Then when the properties...

code-quality
Build

I fixed it by changing exclusions.py by adding the following code in pathexlusions routine: if (videosource().find("pvr://") > -1) and boolsetting('excludelivetv'): debug('Video is playing via Live TV, which is currently set...

bug

As the title says. Why does the service searches for a subtitle if there is a subtitle file next to the video with the same name?

bug

Unfortunately, Kodi does not seem to allow to remove this option.

cannot be solved

It looks like this is something that cannot be fixed. Kodi does not allow to cancel a chosen subtitle.

cannot be solved

Hi, Working on an Arduino Mega with ethernet shield and using Ethernet.h and EthernetUdp.h All is working fine in my sketch except for one thing. In my sketch I also...

I have Microsoft Visual Studio 2022 on my Windows system and execute following command which always worked before: mkdir build cd build cmake -DFAST_BUILD=off .. cmake --build . --config Release...