Stefan Sichler
Stefan Sichler
The purpose of [Timeshift](https://github.com/teejee2008/timeshift) is to create and restore snapshots of the _System_ without affecting user data in home directories (its's similar to what is called "system restore points" in...
Hm. I'm not sure whether I get you right. I'm just pointing out that guessing the encoding of M3U by the platform the server is running on may not be...
PR: no, I can't because my hack was a very crude quick-hack... But see what I did here: https://github.com/Logitech/slimserver/commit/4c9f437c8aeaa7279550b11d266f8d7b69792131 Basically, I generally replaced writing out UTF-8+BOM by CP1252 (thereby breaking...
> ...We might just update those modules instead of patching them. 👍
Btw. it's very cool that you all actively still maintain the Squeezebox Server! I'm happily still using all my Squeezeboxes and would not know how to replace them when they...
I'm also and still having the same issue with 6.2.2. Any progress on this? Can I help you any further?
At first, also with 6.2.3, the issue remained. But now, after deleting .kodi/userdata/addon_data/plugin.video.youtube/ and deleting my personal API keys at Google and freshly setting up everything, it now finally works!!!...
one note on DIRECT_RENDER_4VL2_BUFFERS switch: Krypton's GLES renderer always copied the decoded images into an intermediate buffer before doing the Texture upload. Leia's GLES renderer instead locks the decoded buffers...
Ok, Leia's Rendering is in worse shape than I thought. GLES Rendering behaves differently than GL Rendering: for GL, it should be better to enable DIRECT_RENDER_V4L2_BUFFERS, because the GL Renderer...
Hi Oversun, as you can see in commit d87c52cb535a3db2f0b4d245fa054218326537f5, I found another reason for some h264 videos not being properly played back: MFC outputs the pictures sometimes in shuffled order,...