Mike
Mike
Kind of expected this answer. I'm guessing people using this library normally don't care too much about things generally only used for GUIs. For now I'll stick with the tiny...
I've tried setting "startupurl_desktop" to `http://[JellyfinServerHostname]:8096/web/index.html`, but it just goes blank right after the loading screen, so I'm guessing I'm doing that wrong.
If I was at all familiar with C++ I'd be trying to write a patch, but I am not, so I wrote this rather horrible workaround for myself. It does...
I've run into this too. Seems the Qt libraries are smart enough to handle asking the user for username & password when it gets a 401, but those credentials don't...
Ah cool, I'll take a look when I've got some time over the weekend, wasn't sure where to start so that helps, thanks. I wouldn't expect the Javascript engine to...
Qt can't easily just make this work as is, because the video player isn't part of Qt itself. If Qt does support that then it's theoretically possible to write something...
I'm seeing the same issue on Debian Bullseye, under both Wayland (with phoc) & X11 (with XFCE) while trying to setup a standalone jellyfin-media-player system. Bit to just have a...
I've just been looking through the code to see if I can do anything about this as this is the main annoyance to me that is why I haven't moved...
Looks like the intended approach there will solve this problem, although apparently that has already been pushed so this should already be happening, yet I'm still seeing the bot joining...
So, I changed the code such that the is_direct value will eventually get passed to the createRoom call, and it kinda worked. New 1:1 conversations appeared as direct chat rooms,...