LAN networks is only available for plex pass users
- 0 Posts
- 14 Comments
Fribbtastic@lemmy.worldto Programmer Humor@programming.dev•When the requirements are "final"English61·21 days agoNice. I have a recent story about this.
Basically, we have a process to sell something that is too big, complex and extensive for smaller customers so the idea was to drastically reduce this process to be able to give smaller customers the ability to sell that process.
So, in January, I got an email with the assignment to do this. Since we don’t do it like this, I say he should submit a ticket in our tracker and plan it into a release to have some sort of structure and organisation in what is being done and when. Such a thing should also happen with our project manager because, well, he is the person managing what is being worked on so he should know what is going on and what is important. This doesn’t happen.
4 Months later, the person sending the mail asked me what the status of that is, I didn’t know because I was busy with our other stuff that actually followed our organisation.
This feature is super-duper important and already promised to some customers so it needs to happen quickly. Okay, we plan it in a release and I start working on it. The Plan was that since this was a “1 Task Process”, doing that in our existing process, wouldn’t make much sense and we decided to do this in a separate process that then relies on the codebase of our “main” process. While working on it, more and more issues popped up that made it really complicated to do it like that because our existing code just relied on a lot of things even if they are not in use. This meant that, to use it in the capacity as I needed, I would have to rip a lot of stuff out of the existing codebase and made this more commonly useable even though this wasn’t “used” in the process anyway.
Yes, that sounds weird but you need to know that this is a codebase grown over 15 years so weird things are to be expected.
I do all of that and the sales team has a meeting and I was asked if I had already something that could be presented there, which I had, sort of.
This is presented in that meeting and suddenly this is not enough. “There needs to be other places to be involved in this as well and the customer needs to be able to make changes after the fact”.
So, from the initial “1 Task process” we are now at a more complex process to handle the additional stuff of involving a separate entity of the customer, starting another process and being able to make changes to the initial variables.
I don’t necessarily have a problem with changing things, but the utter lack of thought or planning of the person submitting the feature request is what drives me nuts. I mean, you had 4 months to think about what this should do and all you could come up with were 4 bullet points that just barely resemble the current state. Adding to that, the constant emphasis on “This is important and needs to happen ASAP”. I mean, in literally every mail that person sent to me was the “this is very important, this needs to be priority”.
It is like, yeah dude, I got that the 2nd time you wrote that to me but you could have at least invested some time yourself to properly think about this more than 10 minutes. To maybe notice that what you want isn’t enough to do what you need.
Fribbtastic@lemmy.worldto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish3·2 months agoIt doesn’t, even when you share the Server, your users will be able to stream remotely.
“Smart” apparently doesn’t mean “it does things on its own” but simply “you can control it over our app”
Oh, let me tell you about Playstation that I had the pleasure of having to deal with it.
I needed to log in to my Playstation account but it told me that my username or password was wrong. Okay, send me a reset link. I got the link and set my new password.
I use Bitwarden and my password generator is set to 32 characters by default.
I generate a new password, paste that into the new password field, click okay and everything is fine, password changed. I save that new password in my vault and go back to the login site. I use the just changed credentials: Wrong username or password.
Well, turns out that the Password reset field is limited to 30 characters but the problem is that NOWHERE is it stated that your password has a max length. Not to mention that they don’t tell you that your password was modified and cut short. The login password field, however, does allow more than 30 characters.
This means that you generate a 32-character password and paste that into the password reset field, this then gets cut short to 30 characters, click save and then use the same password on the login, which is 32 characters. This now obviously doesn’t work because those passwords aren’t the same.
Fun times. The worst part is that the first support person just went “Well, everything looks fine on our side. Sucks for you. Goodbye”.
Fribbtastic@lemmy.worldto Programmer Humor@programming.dev•Quantum Lock suspends sales due to developers losing access to source code4·11 months agoWell, i mean i would be all for that but in reality it might not be that easy. It could rely on dependencies that are proprietary that cannot be shipped or provided with the project.
It could alone be that the connection is hard coded in the game itself so instead of just booting up the server and being able to play you would now have to do something to the game itself too that it finds your server. Nothing really that cannot be addressed, I mean people could do that with ragnarok online private servers but not something your normal gamer could do.
Fribbtastic@lemmy.worldto Programmer Humor@programming.dev•Quantum Lock suspends sales due to developers losing access to source code15·11 months agoProbably depends on the background as well. They could have hardware running (multiplayer server) that gets so little activity that there is no benefit and only loses them money.
It also doesn’t look like the game has steam integration.
Fribbtastic@lemmy.worldto Jellyfin: The Free Software Media System@lemmy.ml•New CI, New Repo, A Renewed Push for 10.9.0English15·1 year agoCould also be “Continous Integration” (from CI/CD - Continous integration/Continous deployment/delivery)
judging by the “Why build a new CI?” section their old “CI” was built on Azure DevOps so I would go with Continous Integration here.
Fribbtastic@lemmy.worldto Programming@programming.dev•What are the craziest misconceptions you’ve heard about programming from people not familiar with it?8·1 year agoMy neighbour asked me to take a look at her refrigerator because it wasn’t working. I am a software developer.
Unraid “supports” docker compose. You can install and use it but you won’t be able to utilize how unraid handles docker containers.
All that unraid does is make docker more accessible for the normal user. In the end the container template constructs a docker run command.
So you could use portainer to manage stacks through a webui or install compose and have to SSH into the unraid server all the time.
Fribbtastic@lemmy.worldto Jellyfin: The Free Software Media System@lemmy.ml•Jellyfin for Android TV roadmapEnglish3·1 year agoas a player, Streaming boxes that have an Android OS are great but Google Supplies Android TV as the default launcher with those devices which has gone downhill for a while now.
80% of your UI is now covered with Ads.
So if you switch to something like an Nvidia Shield or something like that definitely use a different launcher instead of Android TV. I currently use the Projectivy Launcher which is so god damn clean and only contains what I want to see.
I had the pleasure recently to create an ffmpeg command to transcode a video into HEVC 10bit with quicksync.
I had tha previously running completely fine on my Nvidia GPU. You would think that it would just be replacing the parameter which device or hardware acceleration to use.
Yeah, turns out that there are like 4 ways to set the quality value of the transcoded output, CRF didn’t work for some reason with quick sync so you need to use global quality or something. I spend days on this trying to figure this out, DAYS.
It is a very powerful tool but every time I have to use it, it is too complicated and I have to spend hours or days to get it working.
Fribbtastic@lemmy.worldto Jellyfin: The Free Software Media System@lemmy.ml•A Call for DevelopersEnglish25·2 years agoA year or so ago I actually tried to get into Jellyfin and it wasn’t really that pleasant experience.
A bit of background: I am mainly a Java and JavaScript developer and have used Plex for over a decade now. I even developed a Plugin for Plex with Python. Naturally, Jellyfin came across my radar so I checked it out but they didn’t have a Metadata Provider for the Metadata Source that I needed for some of my Libraries. There were alternatives but this would require to completely change my libraries which I wasn’t interested in.
So, I set out to just do it myself. I did know some C# but was by far not as up-to-date as you could be but I didn’t really care because I wanted to see how that project went and if I could get into it I could learn more about C# while doing it.
However, while I could get the Plugin compiled and loaded into a Jellyfin instance and even get some metadata downloaded, I quickly hit brick walls. From what I could tell, there weren’t even method comments for, you know, methods you need to implement so that you can write a metadata provider.
Not being able to resolve this through trial and error or looking at other currently active Providers (who seem to all do things differently, so no consistency) I asked on the Jellyfin Subreddit for help and got told to use the Matrix Chat instead. This was already annoying because that isn’t how you amass knowledge that someone can fall back to and find when they have questions because Matrix is a walled garden. Regardless I asked there as well and didn’t get any help or the responses didn’t really help me.
So, I shelved the project.
What I want to say here is that FOSS Projects like Jellyfin should prioritize their documentation. The easier it is for people to understand how things work and “get into” the project the more people would be willing to actively contribute. I know that what I described above could just be my inexperience or lack of understanding and knowledge of C# and everything around it but I would imagine that many developers are in the same situation as me and would like to contribute but can’t get over those hurdles. This is even worse for new developers who might want to stretch their legs in the Open Source community but are still learning.
Reading this with “we need developers” and “you can contribute to our documentation” looks a bit contradictory to me because shouldn’t the “experienced” contributor not create the documentation?
the actual problem here is that OPs network is not configured correctly and that Plex detects that the physical local client is actually accessing the server from a totally other network.
Fairly common when you use docker to run Plex and have the container run in bridge mode. This will put the container in the docker network that will then be different to your local network.
Plex determines if a stream is local or remote based on the network so when your container is in bridge mode, the physical local client will be a remote connection because of the different networks.
And since remote streaming requires Plex pass since end of April, you will see this.