Standard answer: Debian.
If you really don’t want Debian, the next answer is Rocky or Alma.
really good file management options; bulk rename with rules is a must even if it’s an additional program
This has nothing to do with the distro. Powerful rename tools are available everywhere. Personally, I just let Radarr etc. handle the importing and renaming of files and I never touch them (well, hardly ever).
jws_shadotak@sh.itjust.works 4 months ago
Debian
Debian
Debian
Yes, it’s relatively simple, especially with Docker. Back up the Plex folder from your windows machine. Once your new OS is set up, put the folder where you wanna store it and point Docker to that folder in the compose.yaml.
gramathy@lemmy.ml 4 months ago
Does the docker container have gpu access for transcoding?
scrubbles@poptalk.scrubbles.tech 4 months ago
Yes, if you pass the gpu into the container
jws_shadotak@sh.itjust.works 4 months ago
It is possible to pass transcoding - I’ll share my compose file when I’m at my computer
ApathyTree@lemmy.dbzer0.com 4 months ago
bamboo@lemm.ee 4 months ago
As a person who has been managing Linux servers for about a decade now, trust me that a few hours or days of learning docker now will save you weeks if not months in the future. Docker makes managing servers and dealing with updates trivial and predictable. Setting everything up in docker compose makes it easy to recover if something fails, it’s it’s self documenting because you can quickly see exactly how your applications are configured and running.
jws_shadotak@sh.itjust.works 4 months ago
I would recommend using Docker first on the windows machine as a step in the transition. I did exactly this when I was transitioning to debian from windows. It made the official switch insanely easy because all I had to do was set up the Docker filesystem to what it already knew and it started up without any issues.
My lessons learned:
Keep the database on an SSD. I put mine on a HDD and it corrupted.
exu@feditown.com 4 months ago
Without docker you still just copy your files from Windows to Linux, though you have to find the right directories for that. Jellyfin can be installed directly on Debian. Just add their repo and go
sunstoned@lemmus.org 4 months ago
Is there a reason you’re not considering running this in a VM?
I could see a case where you go for a native install on a virtual machine, attach a virtual disk to isolate your library from the rest of the filesystem, and then move that around (or just straight up mount that directory in the container) as needed.
That way you can back up your library separately from your JF server implementation and go hog wild.