Comment on New Jellyfin Server/Web release: 10.10.7
kata1yst@sh.itjust.works 3 days agoFuck no, ain’t nobody got time for that! My self hosted stack has 40+ services. I lock them to minor releases (where semvers are used), deploy blind with automation, and fire alerts when breakages occur, which is thankfully rarely.
What you’re suggesting works for small, very carefully curated environments. I grew past that years ago and doubly so when I had kids.
slazer2au@lemmy.world 3 days ago
40? Kinda curious what you are running now.
kata1yst@sh.itjust.works 3 days ago
The general list:
With all the supporting services:
gccalvin@lemmy.world 3 days ago
Could you please explain your use case for Music Assistant if you already have Jellyfin/Plex and Navidrome?
kata1yst@sh.itjust.works 3 days ago
Certainly!
Jellyfin I use for video content. I find its music functions lackluster.
Navidrome I use (and my family uses) for personal listening.
Music around the house, like on one or more of my casting capable speakers / tvs I use Music Assistant. Also let’s me do automations easily, and doesn’t tie up an android phones media’s output. Struggled with earbuds while casting taking over audio for too long before deploying Music Assistant!
soulofdragnsfire@sh.itjust.works 3 days ago
What’s your hardware solution for that? I’ve reached the limit of my configuration and may need to look into more robust hardware (or moving things like jellyfin off to a dedicated machine)
kata1yst@sh.itjust.works 3 days ago
It’s old but fairly beefy. Most of the RAM is reserved for ZFS reads, but in reality theres tons of headroom.
CPU: 2x E5-2630L v2 Motherboard: Intel S2600CP RAM: 8x8GB DDR3 1333 ECC Disk:
I’ll probably be moving this to a cluster of mini computers whenever prices look right, just for power efficiency.
kata1yst@sh.itjust.works 3 days ago
I will add, what helped me the most with Plex/Jellyfin load was using Tdarr to normalize my library’s formats into something easy to direct stream to any device without transcoding.
AtariDump@lemmy.world 3 days ago
Tell me more about this PBS Kids downloaded (like where I might find it) 😁
kata1yst@sh.itjust.works 3 days ago
It’s a crappy python script I packaged in a docker container lol. Turns out PBS kids uses an open unauthenticated CDN for serving videos to the website and apps.
I can share if you want, but it’ll take me until tomorrow to make it public