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

help-circle








  • I had a few metadata issues with Jellyfin until I changed the primary metadata source to be the same as what Radarr/Sonarr use so they all the file names match up and I’ve had no issues since.

    I also don’t have a notable issues with subtitles in Jellyfin, but maybe your requirements have more friction. Have you tried the (iirc included by default) Jellyfin plugin to automatically download subtitles for your stuff? Or the *arr program that handles subtitles (I forget its name)?


  • A lot of what this administration will do is going to be illegal and nonsensical and dumb, but they will do so much of it that it will be impossible to effectively push back against it all. If you hear something that you care about, pick that and keep up with it. Don’t get overwhelmed by the torrent of stuff happening over the next four years.

    This is especially true in the current media environment, where there’s so much noise that it’s really difficult to break in and sort through what’s true and what’s false and what’s missing context and what’s misleading and what’s technically true but there are other factors that change how it plays out in reality, etc.

    It takes a lot of energy to keep up with it all, so pick something you care about and pay attention to developments about that. Maybe that’s trans rights, immigrant rights, democratic institutions, economics, geopolitics, military industrial complex, whatever. You won’t be able to effectively care about it all, so pick one and focus on that.





  • If you use the public instance you don’t need to set up or host or install anything. You can selfhost it if you want, but the public instance works just fine.

    One person goes to the web page and starts a room. The other can join the same room by knowing the name of the room. (It will generate a link when you create a room to make it easy to send to someone so they can join by just clicking the link.)





  • I swear there was at least one more server I looked at but passed over and I cannot recall the name.

    Maybe Jellyfin? It’s best at movies/shows but it also handles music (and more). The native music experience isn’t great but it works. For Windows/Linux/Mac you can use Feishin (I use and mostly recommend it, also you can use the web app version). Android has Symfonium I use and highly recommend it, also it works with FAR more than just Jellyfin). I don’t use iOS but I just looked for an iOS app and found AmpFin (not to be confused with Finamp).

    You said your users have their own libraries. Jellyfin works great with this. Out each in its own folder, create a new library for each in Jellyfin (pointing to each folder), and you can choose which accounts can see which libraries (and optionally let them manage libraries too so they can delete songs or modify metadata for the libraries they have access to).

    I’m a fan of Jellyfin if you couldn’t tell…


  • I use Watchtower and haven’t had any major issues in the two(?) years I’ve been using it. Make sure you use persistent volumes for your containers and make sure you back up those volumes. If anything breaks, you can roll back to before the update.

    If you don’t use persistent volumes, you’ll lose data when Watchtower takes down the image and replaces it with the newer one (which doesn’t copy over ephemeral volumes).

    I also recommend for database containers to use an image tag that won’t update with breaking changes. Don’t use postgres:latest, use postgres:15.2 or something like that (whatever the image you’re using the database for recommends).