Yeah, whatever. They're a pirate media app, like Plex. But the MOMENT you say that a thing doesn't work and they ask for examples, you're booted if you say it was this or that show. Face it, this isn't for home movies. This is for bulk piracy loaded in from the Arrs suite. The more they are truthful with themselves with that, the better they'll succeed.
I use Jellyfin quite often, for a fairly large library, and I don’t pirate anything. You can still buy physical media, and if you own that media, it’s totally legal to rip to digital storage.
A Call for Developers – Jellyfin
101–110 of 127 posts
Re: A Call for Developers – Jellyfin
#102Earlier quoted context omitted.
what you need to do is install powershell on linux, and set that to be your default shell, then install dotnet Once complete you will have the best linux environment to develop on :)
Of all the posts I've seen on this website, this one is the worst
Re: A Call for Developers – Jellyfin
#103I do not understand why anyone uses Jellyfin, I've tried it twice, and it seems soo finicky and opinionated. I've always just had a Linux computer hooked up to the T.V. Add a little bit of ktorrent, VLC, and SMB. Never really had any problems with this and its much much simpler.
Tell me you live alone or only with a partner in a single TV home. Multiple users, multiple locations, one setup. That's the value.
Re: A Call for Developers – Jellyfin
#104Re: A Call for Developers – Jellyfin
#105Yeah, whatever. They're a pirate media app, like Plex. But the MOMENT you say that a thing doesn't work and they ask for examples, you're booted if you say it was this or that show. Face it, this isn't for home movies. This is for bulk piracy loaded in from the Arrs suite. The more they are truthful with themselves with that, the better they'll succeed.
I use Jellyfin quite often, for a fairly large library, and I don’t pirate anything. You can still buy physical media, and if you own that media, it’s totally legal to rip to digital storage.
Heck, in major nations (like the UK) ripping unencrypted media isn't legal.
Re: A Call for Developers – Jellyfin
#106Earlier quoted context omitted.
It's a little funky on Arch to get it installed and with the death of Mono the only option for IDE is microsoft's closed version of vs code as the c# plugin doesn't work on vscodium. (And much like Java, lots of C# language design assumes you're using an IDE). But apart from that for a web app it's fine.
Do the OmniSharp LSPs[1,2] not work with a generic LSP editor plugin (e.g. kak-lsp)? [1] https://github.com/OmniSharp/omnisharp-roslyn [2] https://github.com/OmniSharp/csharp-language-server-protocol
Re: A Call for Developers – Jellyfin
#107Earlier quoted context omitted.
> Non-nullable reference types as default was a bad idea Why?
Lots of reasons, but mainly that I don't consider null values to be a fault of the language. Even if it were, this doesn't solve that problem. But now we're in a situation where we still have nulls, but compiler warnings force us to decorate them and treat them the same as before. It obscures the difference between value and reference types. Plus the syntax implies Nullable , which is something everyone should have l…
I strongly disagree about the treatment of null values, if there's one thing I like about C# it's that (even if it's crude, it's better than Scala's way of doing it which is Maybe or Option or something, sorry, it's been a while.) Also C# doesn't 'force' you, you have to require it before it enforces no-nulls.
> It obscures the difference between value and reference types
How, and how is that a problem?
> Plus the syntax implies Nullable, which is something everyone should have learned to avoid when all it did was box value types.
Err, now I'm getting really rusty. What are you saying here?
> The more correct solution would have been to finish the contract system that allowed you to declare a function argument as non-nullable.
That's effectively what the no-null enforcement does, only it applies inside a function as well (if you make it do so anyway).
I completely disagree that it "wasn't a problem to begin with" .Hoare called it his billion-dollar mistake, and that's an underestimate. And we haven't muddied the syntax because you enable no-nulls with a pragma, and the null situation is definitely not the same as it has always been. The compiler picks them up and reports them (like I said, rather crappily but it's a damn sight better than nothing).
Re: A Call for Developers – Jellyfin
#108Earlier quoted context omitted.
Git and multi-repo were a mistake. Git’s packfile is a disaster. Checkout Sapling and ReviewStack. They look promising.
What makes Sapling SCM different & an improvement over git; from a little googling it seems to be a skin over the top?
Re: A Call for Developers – Jellyfin
#109Earlier quoted context omitted.
How is your iPad going to connect to your media server on the road with no signal?
I normally solve this by tethering. All these media clients support downloading too for offline usage.
Re: A Call for Developers – Jellyfin
#110Earlier quoted context omitted.
what you need to do is install powershell on linux, and set that to be your default shell, then install dotnet Once complete you will have the best linux environment to develop on :)
Of all the posts I've seen on this website, this one is the worst
And honestly, if that post IS the worst, this must be your first page on this website.