• 1 Post
  • 605 Comments
Joined 11 months ago
cake
Cake day: February 1st, 2024

help-circle

  • I just want a button that rewinds 10-15s, turns on subtitles, and then turns them off when it catches up again. It’s a pattern I do manually with some regularity.

    I suppose with Jellyfin/OSS, this is something I could implement myself if I was so inclined…





  • Immich looks particularly good to me.

    It is! Been running it for a few years now and I love it.

    The local ML and face detection are awesome, and not too resource intensive — i think it took less than a day to go through maybe 20k+ photos and 1k+ videos, and that was on an N100 NUC (16GB).

    Works seamlessly across my iPhone, my android, and desktop.




  • Exactly — this is ~10GB every 6 hours (which is probably a reasonable amount of time to run a backup while not interfering with active Internet use).

    Basically the only backup-worthy content I generate is casual photos and videos, and these are nowhere near that size (Immich database backups also take up a bit but I could certainly be smarter about how I handle these backups).





  • For very simple tasks you can usually blindly log in and run commands. I’ve done this with very simple tasks, e.g., rebooting or bringing up a network interface. It’s maybe not the smartest, but basically, just type root, the root password, and dhclient eth0 or whatever magic you need. No display required, unless you make a typo…

    In your specific case, you could have a shell script that stops VMs and disables passthrough, so you just log in and invoke that script. Bonus points if you create a dedicated user with that script set as their shell (or just put in the appropriate dot rc file).