GOOD FOLLOW UP!!
I was about to shit a brick that you went from “go to the official trusted source” to “just trust me: curl [x] | sudo bash”
GOOD FOLLOW UP!!
I was about to shit a brick that you went from “go to the official trusted source” to “just trust me: curl [x] | sudo bash”
For the record, I fucking hate Plex.
But this is a disingenuous simplification of where the gap is.
Me, my brother-in-law, and friend all share our libraries with the same elderly relatives.
The GAP is that great grandma has to log in/out between servers to find content that may or may not be on an individual server. Plex lets you search/aggregate from all sources without having to jockey credentials and servers.
It’s not a giant ask. I heard a fucking absolutely brain-dead take that “that would require a centralized server which is against Jellyfins core ideology”.
So, I dunno. Maybe it isn’t YOUR use case, but it’s MY use case. Doesn’t make me a shill. I’m still pissed as hell.
But don’t fucking pretend that there is feature parity when there isn’t, and don’t accuse me of being a shill just because Jellyfin literally doesn’t support my use case. I WISH it did. I HATE PLEX.
At work whenever we need to build little command line tools, my team is always vexxed by my guideline to have the meat+potatoes in a script that reads well-formatted data off stdin , and outputs well formatted-data to stout. They always wanna have some stupid interactive prompts and saving to files baked right in.
This is exactly why. You wanna save to a file?? > file
You want to read from a file? cat |
You want to save to a file but swap commas for colons? Sed.
You get so much FOR FREE w/ the GNU toolkit, even for what you build yourself, by thinking in streams.