• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle
  • It sounds like you are having trouble with tonemapping HDR to SDR on the fly. This is a non-trivial task, but not impossible. Both mpv and ffmpeg (which plex and jellyfin use) are capable of this. If you install mpv, it will by default do the tonemapping, you can enable/disable this or force use of a particular algorithm if you like.

    To answer your question: Plex has been pretty shitty for years now, and it’s only getting worse. They just don’t care for their user base.

    ETA: Jellyfin also already does what you want, I think?



  • Gitlab uses a ton of resources and is a pain to setup. Once you get it going, it’s fine.

    Going to echo what others have said: Use Gitea or Forgejo instead if you can. Both have runners you can setup like gitlab, but they instead mimic github actions instead of gitlab ci/cd.

    I run a semi-private gitea instance, and have not had any problems past the initial setup in 2+ years.