For years I just wanted a good user experience playing video files from my MBP to a TV, I spent a lot of money (on NAS, chromecasts etc), used a lot of software with objectively terrible user experiences (Plex I'm looking firmly at you). Finally, I discovered the combination of Jellyfin and Infuse App. It works really well.
Jellyfin: Free software media system
231–240 of 406 posts
Re: Jellyfin: Free software media system
#232Earlier quoted context omitted.
ExFAT and NTFS are in the Linux kernel already. I don't think they'd need to license them at this point.
In the kernel doesn't mean you have a license to use it.
Lots of companies are in that list (https://openinventionnetwork.com/community-alphabetical/) including Google, Sony, Amazon, and hundreds of other companies.
Re: Jellyfin: Free software media system
#233Re: Jellyfin: Free software media system
#234I tried it, but ended up just using file shares. The biggest issue for me is that it does not automatically recognize many movies by their short names instead linking to some obscure thing with a similar name. For instance, since files can not have colon in the name, and many movies do, it gets confused about the title. Another similar issue is about shows and how it recognizes their folder and file structures. In th…
Another "just share files" user checking in. There are dozens of us! Old school NFS/SMB has "just worked" for me for decades. It's free, uses almost zero server resources, is easy to add content to (just copy a file), and it isn't going to change out from under you when its developer decides to monetize you. If you really must have a pretty front-end for your TV or whatever, there's Kodi, which is also old-school, fr…
Re: Jellyfin: Free software media system
#235Earlier quoted context omitted.
I'm not sure that ensuring BSD support is a requirement of well-engineered software. You're welcome to start your own project vs. complaining about Jellyfin, a free and open project. I just wouldn't confuse their product focus with badly engineered software on account of it using a modern language. Anyway, there is Docker; You could spend the rest of your life shaking your fist, or you could just run it via Docker an…
It's not just on BSDs that these breakages occur. The forums are full of reports, many of which occur on Linux. And yes, I've actually considered starting a project of my own. The main thing that gives me pause is not writing the CRUD and server bits but learning ins and outs of the absolute beast that is FFMPEG.
I'd love to see a modular, but integrated approach, and one that lets me treat the media server itself as fungible. I want a sqlite database that is easily syncable/backup/restorable, I want a small Rust component that does media scanning and writes metadata to the database, and another small server component that has "storage" plugins for accessing the actual media and then uses gstreamer to "simul-cast" it to any WebRTC capable client.
Imagine being able to WHIP your media into an OBS session, or have it cast side-by-side with a webcam feed to an RPi hooked up to a TV. Etc.
If I could clone myself, this is the project Clone #1 would work on.
Re: Jellyfin: Free software media system
#236Re: Jellyfin: Free software media system
#237Earlier quoted context omitted.
Add prowlarr and bazarr for the full win.
Prowlarr is a deitysend. Instead of having to configure indexers in Sonarr, it does the heavy lifting for you. Goes in, configures an indexer, and that's your search setup done.
Re: Jellyfin: Free software media system
#238why reinvent a netflix back-end when the front-end is all you really need?
Re: Jellyfin: Free software media system
#239Earlier quoted context omitted.
This alone, finally got me and my husband to switch. Jellyfin is FANTASTIC, and I wrote a simple script with ChatGPT to help with tagging and metadata for our home collection.
What does it do exactly? I'm always always looking to improve my jellyfin setup
Re: Jellyfin: Free software media system
#240Earlier quoted context omitted.
I use the full stack and all very grateful for the products. The remaining annoyances are: - lack of multi language support - there is no connection between the systems when you want to remove a movie (you remove it in one place and everything knows about that and acts accordingly) - I still did not make to fully grasp how and where to say "I do not want this particular release". I think I saw that in radarr but it n…
Yeah I was initially surprised when learning about the *arr stack for the first time, as my intuition was very insistently telling me: "I must be gettint it wrong, these ought to be all a single service!!" They all definitely feel like small parts of a single package, don't look like they merit being their own thing. But it's not my thing, so what do I know.