• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • Sorry, maybe that was a knee jerk.

    Don’t get me wrong. I like jellyfin and I try to use it over Plex most days. But it does have out-of-the-box issues.

    I’ve installed jellyfin several times with both docker and bare metal methods over the last 4 years. The transcodes have been an issue every time.

    Maybe its my usage, but watching roughly 5 episodes of a show fills up roughly 3gb of the /var/lib/jellyfin/transcodes folder. In a 4gb container image, that’s death. Jellyfin is the only container I need to expand to 16gb to adequately deal with this.

    The default transcodes cleanup task is limited to every 24h at smallest interval, the option “delete segments” does absolutely nothing (I’ve watched).



  • Although I have my issues with plex, jellyfin has its own problems:

    • STILL can’t clear out the TS transcoded files automatically. So if you watch a bunch of TV episodes on a weekend, your jellyfin container will run out of space and break.
    • STILL can’t handle subtitles properly. I swear, this must be jellyfin’s Waterloo.
    • jellyfin cannot demux 5.1 and present stereo sound on certain streams. I think this is a tooling issue. But it’s low level enough that I can handle it manually with mkvtoolnix myself on the few cases it happens.



  • I just snapshot the parent lxc. The data itself isn’t part of the container at any level, so if I bung up compose yml or env, I can just flip it back. The only real benefit is that all my backups are in the same place in the same format.

    Like I’m not actually opposed to managing docker in one unit, I just haven’t got there yet and this has worked so far.

    If I were to move to a single platform for several docker, what would you suggest? For admin and backups?



  • non_burglar@lemmy.worldtoSelfhosted@lemmy.worldDocker in LXC vs VM
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 days ago

    I use individual lxc for each docker compose so I don’t have to revert 8 services at once if I need to restore.

    I would also argue that an alpine lxc runs in 22mb ram by itself … Significantly smaller footprint on disk and in memory. But most importantly, lxc can actually share memory space effectively, one doesn’t need to reserve blocks of ram.