• 4 Posts
  • 80 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle
  • FinAmp is a fantastic JellyFin music player, and even supports offline downloads for on the road. Sadly the interface isn’t really AndroidTV-friendly, but it works great on android touch screens, iOS, linux, and macOS (probably Windows too, but I’ll never know).

    I’m looking for a good AndroidTV player as well, because the official JellyFin app doesn’t background well. We like to play music in parallel with a screensaver or fireplace app, but JellyFin pauses after about a minute when hackgrounded.


  • I run Adguard Home containers (the primary auto-syncs to the secondary) and use redirect filters to assign hostnames to each of my containers. I have a “services” folder of bookmarks for each container host so I don’t have to remember each service’s port number. I use KeePassXC to track all my passwords and certificates so authentication is a breeze (someday I’ll get around to setting up an SSO solution). I also keep a .txt file with my basic network info that doesn’t always translate well to dns hostname redirects in adguard. I occassionally remember to update my hosts listed in the file. My individual config files aren’t backed up beyond my automated container backups, but so far none of my services have been that complicated I couldn’t just rebuild from scratch.

    It’s not perfect, but combined with my automated backups I have barely enough to rebuild if/when my hardware fails.



  • I wonder if this post has anything to do with the unmanic API outage earlier today, lol. I was pulling my hair out trying to figure out what I’d done wrong until I finally convinced myself there must be a cloud-side outage impacting the plugin browser. By the time I figured it out they came back online and the plugins were browsable again, but I lost hours over this stupid problem.

    Today’s outage perfectly illustrated why we choose to self-host in the first place. I too would love to see a completely self-contained foss solution for this service. Some clever shell scripting is probably all you really need to perform automated ffmpeg calls, but individually containerized services are clearly what we all prefer. I do wish I had more time to code…








  • True. but you have to keep a much closer eye on when it’s safe to update. that was my solution while running Debian Sid (unstable) on my other MacBook for awhile (I really wanted KDE 6 before Trixie was officially released), but believe me this approach gets old. I eventually relented and set it to Debian Stable once Trixie was official. I’m looking for a more stable approach to a rolling release cycle that allows the kernel to upgrade when it’s available, without also breaking the wifi. another commenter suggested the broadcom module might be replaced by the intel iwd driver, which I definitely need to try.




  • Sorry, I think you misunderstood me. My point is that holding back the kernel indefinitely is an issue, especially in a rolling release distro. the broadcom module is always significantly behind the kernel, so allowing the kernel to upgrade in a rolling release cycle will frequently break wifi that relies on that module. However, another commenter has suggested that broadcom module might be replaced by the intel iwd driver, which I’m definitely going to try.



  • Interesting. I actually tested Endeavour OS on this MB Air specifically (as well as my main MB Pro, but several years back) and the wifi was not natively supported out of the box. I was able to get it working by installing the broadcom module, but it still broke with the next kernel update. Another commenter has suggested replacing the broadcom driver with Intel iwd; I need to give that a shot. Endeavour seems a very approachable way to run Arch on MacBook hardware if I can solve this wifi problem more permanently.