• 79 Posts
  • 391 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2023

help-circle
  • Roku is really simple and locked down. There’s ads on one side but nothing else. My 80yo grandma uses it.

    Otherwise Projectivy is an Android TV launcher that can be configured to be really stripped down. It takes a bit of time but if you do it right it’d show less options than even Roku (it’d show only the apps you select, no launcher settings etc).

    As a box I’ve heard good things about Onn (Walmart) if your in the US. If not, Homatics is great but pricey. Kick Pi KP1 is more affordable (but still way more expensive than Onn).






  • Emby also seems to be able to automatically merge different versions of shows/movies.

    I’ve asked someone and MergeVersions does not change the file/directory structure/naming.

    Though the same person also mentioned issues with duplicates even after removing the second library with UHD.

    In general plugins like IntroSkipper and PlaybackReporting work flawlessly but I’ll stay away from MergeVersions for now and handle movies with mergerfs for the moment.


    You’re right, it’s possible to login without internet if local network access without login is enabled in settings beforehand.


  • Well yes, it might be a simple feature, but it’s still work someone has to do, and there’s many requested features - as well as maintaining the current feature set. I do expect Jellyfin to get this feature at some point, but it might take another 5 years.

    As we’re talking about existing/missing features: Sadly there’s an internet connection required to login to Plex, which is a no-go for me.

    And I’d really love a feature to be able to share my library with someone while being logged in the same account. I.e. a kind of federation without duplicating content. Iirc Plex has something like this, by keeping the Plex server and user account separate.



  • It won’t save you from doing a bit of work but you could use podman. There’s systemd integration so you can still start/stop/enable your services with systemctl while using docker/container images. You won’t be able to use docker-compose directly, but it’s usually not that hard to replicate the logic with systemd (Immich was a PITA at first (because they had so many microservices split into multiple images, but it improved considerably over the first two years).

    I do this with NixOS quite a bit, and I’ve yet to use docker compose (although the syntax is different, it’s still the same process).