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

help-circle






  • 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.

  • non_burglar@lemmy.worldtoSelfhosted@lemmy.worldDocker in LXC vs VM
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    6 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.