2025-01-13, 10:13 PM
I did some poking around, and found the QT6 pull request: https://github.com/jellyfin/jellyfin-med...r/pull/599
It builds (yay!) it opens (also yay!) but fails to connect to the server (less yay) - just the generic "We're unable to connect to the selected server right now" error. Confirmed the server is up by loading the web page and playing a video.
The debug log has nothing helpful, but libmpv does detect a vulkan renderer, so that's good!
I was hoping to offer something more useful, but I'm _way_ out of my depth here, so all I can add the qt6 pull request builds, and if you really want wayland, you can invoke it as such:
Interestingly, it seems to still use the gpu for video rendering.
It builds (yay!) it opens (also yay!) but fails to connect to the server (less yay) - just the generic "We're unable to connect to the selected server right now" error. Confirmed the server is up by loading the web page and playing a video.
The debug log has nothing helpful, but libmpv does detect a vulkan renderer, so that's good!
I was hoping to offer something more useful, but I'm _way_ out of my depth here, so all I can add the qt6 pull request builds, and if you really want wayland, you can invoke it as such:
jellyfinmediaplayer --disable-gpu
Interestingly, it seems to still use the gpu for video rendering.