I’m just a person who does mycology for fun

  • 0 Posts
  • 5 Comments
Joined 6 months ago
cake
Cake day: February 26th, 2026

help-circle
  • Pinchflat isn’t being maintained and has a few annoying bugs already.

    Someone was working on a “community maintained” fork that had a bunch of fixes and new features and were also working on a hard fork with even more features but then last week they abruptly overwrote the history of the repo so there’s nothing but a script to migrate back to the main pinchflat. They also deleted all the packages which means docker pull now errors if you have their version. Thankfully someone had a fork of that one saved but the person who saved the fork doesn’t have the programming skills to continue development so we’re back to it not being maintained.



  • I got started with jellyfin and never used Plex but there’s a bunch of rough edges:

    • No apps on several smart tv/streaming stick stores, Vizio has an app for plex but not jellyfin so I would need to buy a new streaming device. Yes smart tvs spy on you but the alternatives people recommend either spy on you just as much or are expensive (Nvidia shield) and most of them still require side loading so it’s a major obstacle for sharing with anyone else.
    • Casting from the mobile app won’t play at full resolution, you can get around this by using VLC as your player and casting from that but that causes it to frequently lose watch progress. Also stopping casting or playing the next episode doesn’t work properly with VLC and you need to rapidly mash “back” to get into the jellyfin app again and queue up a new episode.
    • The current release of Jellyfin desktop won’t play audio for iptv streams, this is fixed in the dev branch but I have yet to find a build without other critical bugs so I’ll likely need to wait for the next release which currently has no target date.
    • The browser version has spotty controller support that stops working constantly. When it does work it lacks any way to access context menus to mark shows as watched etc. If you’re using a flatpak browser to run it on steam deck or whatever, you’ll have codec and passthrough issues (Chrome is the only flatpak with decent codec support).
    • Others have mentioned the security issues which you can bypass by putting authentik or something in front of it but then you can only share with people using browser.

  • I wanted to get started without having to learn a bunch of Linux networking and docker stuff so I used this pre-built mediastack compose file.

    Then I spent weeks fixing all the problems with it, upgrading the outdated packages that they pinned, sorting through the outdated/incomplete setup docs, and disabling the apps I don’t need (so many monitoring dashboards without config instructions). Now I know a bunch of Linux networking and docker stuff.

    I’d still recommend mediastack as a reference just because it’s a good example of how to set up secure internet access (the diagrams of the network architecture are great) but their “full download vpn” config is overkill (most of this stuff doesn’t really need to be accessible from the Internet in the first place) and even their “mini download vpn” unnecessarily puts the Usenet download client (SABnzbd) in a VPN.

    I’ve seen a few folks mention trash guides, while they’re great, their quality settings weren’t written for current hard drive prices so you might want to skip the part where you crank up all your preferred bitrates to the maximum.

    One thing I added which is haven’t seen mentioned yet is Tunarr to create live tv channels for shows I like to have on in the background. It’s great when it works but it’s in active development so I frequently have issues with it. Thankfully the devs are responsive and helpful.