• 0 Posts
  • 11 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.



  • I think the error is quite verbose and tells you everything you need to know.

    Generally, do not install packages outside of a virtual environment unless you know what you’re doing. Given the option, use your package manager version of the same package. Outside of that, use your python environment manager of choice to install stuff. There are lots of options: conda, uv, venv, virtualenv, pipenv, etc.

    The error exists to warn you that you could potentially break critical system installed packages by installing other things at a user or system level with pip.




  • This is my personal strategy, works pretty well:

    • Grab a repack from fitgirl /dodi / kaoscrew via torrent when possible. Use the official sites.
    • Check gog-games, if it’s available without drm
    • Check rin (Steam Underground) if it’s not too large
    • Grab from GGn or whatever other private tracker might have it.
    • Get straight scene release, if available, as last resort.

    This covers probably 99% of PC games, emulators are a different story.

    As for getting started, grab 7z (an archiving utility) and know how to mount an ISO. Stay safe, don’t download from sketchy sites. Since you are dealing with executables, some things will look (and act) like viruses, use your best judgement.