this post was submitted on 22 Jun 2023
10 points (100.0% liked)

Docker

1092 readers
1 users here now

founded 1 year ago
MODERATORS
 

Mine are so far:

  • Nextcloud
  • poste.io
  • portainer
  • founryvtt
  • and some gameserver:
    • Minecraft
    • Avorion
    • Satisfactory
    • Factorio
you are viewing a single comment's thread
view the rest of the comments
[–] Luigi311 2 points 1 year ago (1 children)

I like to run Plex for my homies and Jellyfin for myself. I even made a python script that will keep my user in sync between Plex and jellyfin in the event that I use Plex by accident, also runs in a container. I also run Fileflows which let's me do any type of processing on files, in my case I use it for videos to encode my remuxes to h265 via av1an so I can target a vmaf value instead of a filesize or crf and I have that run on 4 different servers in parallel.

[–] ProgramPhoenix 1 points 1 year ago (1 children)

How do you deal with inconsistencies while syncing or can't they appear? I just used Plex a while and it didnt worked well for me.

[–] Luigi311 1 points 1 year ago (1 children)

My python script works pretty well if I do say so myself but I'm pretty biased lol. It matches things up pretty well since it will use filenames of the actual media content or the different ids that it gets fro IMDb or whatever other providers you have available. The filenames should work pretty consistently assuming you are running Plex and jellyfin on the exact same library and the IDs should work if you are keeping different servers with different files in sync.

[–] ProgramPhoenix 1 points 1 year ago

Sounds good from my point of view. I tried something slightly different with my nextcloud, but it failed. (It could have been due to nextcloud)