2 hours ago
(This post was last modified: 49 minutes ago by Telefonkatalogen. Edited 2 times in total.)
OK, so I kept pounding at this issue on my own as I could not find anything relevant in the logs at all, and finally managed to crack the code...
My LXC did not have NTP installed and was set to the wrong timezone, not accounting for it now being CET and not CEST.
A simple "date" in console revealed it, and it was an easy fix with sudo timedatectl set-timezone Europe/"Your location".
Restarted Jellyfin and everything works as it should again.
I'm leaving this post up so others can see it if they have similar issues in the future.
Thanks to all who read and spent time trying to help!
Edit: This only solved it temporarily. var/cache was completely full, over 15 GB. Limit on the installation is 20 GB, so the LXC was out of space. Deleted it all and it's working again.
Not sure what causes it to bloat, but I'll keep searching for the culprit. I'm guessing old transcodes, so first step is enabling the "Delete segments" under Playback -> Transcoding.
My LXC did not have NTP installed and was set to the wrong timezone, not accounting for it now being CET and not CEST.
A simple "date" in console revealed it, and it was an easy fix with sudo timedatectl set-timezone Europe/"Your location".
Restarted Jellyfin and everything works as it should again.
I'm leaving this post up so others can see it if they have similar issues in the future.
Thanks to all who read and spent time trying to help!
Edit: This only solved it temporarily. var/cache was completely full, over 15 GB. Limit on the installation is 20 GB, so the LXC was out of space. Deleted it all and it's working again.
Not sure what causes it to bloat, but I'll keep searching for the culprit. I'm guessing old transcodes, so first step is enabling the "Delete segments" under Playback -> Transcoding.

