438
submitted 1 year ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 3 points 1 year ago

I like Jellyfin but I do not like the way it shitted up my media directories. I have them meticulously sorted. I don't want images and database shit in them. I much prefer how Plex keeps its database and metadata separated and in its own directory. I would otherwise love to switch.

[-] [email protected] 2 points 1 year ago

You should use jellyfin in docker and mount your media files without write permissions. It's exactly what I do partially for this but more to ease maintenance and reproducing my server.

[-] [email protected] 1 points 1 year ago

My media box runs Windows 10 but I'll be converting it to Linux eventually. My main PC is Linux but I am a newbie. If you could, tell me what docker is.

[-] [email protected] 2 points 1 year ago

Docker is a container framework. Basically a recipe for a piece of software or a service. All you have to do is download a docker container image (there's numerous one pre prepared for stuff like qbittorrent or sonarr or jellyfin) and you need to mount (basically reference) your media or configuration directories into the container. By default each container is basically it's own self contained os (like a vm, but much more efficient). This prevents services from stepping over each other and aids composability because if you're interested in something new like bazarr literally all you have to do is pull an image and configure it. There's also something called docker-compose which let's you put all that configuration for your services into a readable yaml file and then you can just move it from machine to machine to setup or transition.

Note. You can use docker on windows but it's much more efficient on actual Linux. Windows just runs a pseudo Linux VM for docker support. The real thing is always better.

this post was submitted on 19 Jul 2023
438 points (98.7% liked)

Technology

58108 readers
3971 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS