• 0 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: December 7th, 2023

help-circle
  • Agreed. I’ve stated it before in other threads, and I’ll say it again here, but if they asked me in 5 years to pay another $89 or whatever in continuing support for a badge on my server I’d happily do it. Plex is really good. Great UI, great apps, great external enrichments like trailers/subtitles/ratings/actor info, and Plexamp is 9.5/10 for music.

    Their biggest fault is how they communicated about the change for remote users. I did have a few family members get the email and ask if they were going to have to start paying monthly now, but they’ve never been on a free server. They should have stated more clearly than if you were on a Plex Pass server that no change is required.




  • I have the same setup with Picard --> mp3tag, it works very well for me. I prefer to overwrite the artist field with the album artist field for cleaner sync to my iPods with MediaMonkey (iPods handled multiple artists in the worst way imaginable).

    Picard did take some light up front tweaking to get the directory naming to albumartist\yyyy - albumname\01 songtitle.flac but it was worth it



  • I’m coming up on 5 years as a Plex pass owner, so my users and I will not be impacted by this change. In five more years if they asked me nicely to pay another $89 to support the service I would. Send me some stickers and put a badge on my server. I get a lot of use out of the software/service, as do my family members.

    I will say, I am quite annoyed at the wording and audience of this email. Jellyfin is just not an option for me until there is excellent feature parity with Plex. I know they are a lot of Jellyfin fans here, in my opinion, Plex is a significantly better experience for me.







  • You should not be using NAT to access your Plex externally, I will explain.

    App.plex.tv and the apps use Plex services to generate a point to point connection from remote clients through your router to the server. This is important because you never need to expose a private IP to the Internet, and the authentication can be protected with something robust like a Google account which support 2FA and even phishing-resistant 2FA.

    The combination of more advanced security and secure/convenient SSO authentication are one of the biggest benefits of Plex in my opinion.


  • Wasn’t it ARM doing the licensing shenanigans here? I’ve got no real skin in the game for either, but companies with IP to license seem to have become a commodity, and price themselves out of practicality. For that reason I tend to like when they lose their battles. On this one specifically, I was hoping for Qualcomm to win, but only because they’re cranking out these incredible laptop processors, showing Intel what a windows laptop on ARM can be - fast, cool, all day battery.





  • Lots of great ideas in this thread. It sounds like you prefer Jellyfin, but I always encourage people to consider Plex. Plex is excellent, and even if you prefer the features or interface of Jellyfin, you should never expose any application (Plex, Jellyfin, or otherwise) directly to the Internet. This should be non-negotiable. Plex uniquely solves for external access with the mobile/desktop apps and app.plex.tv by brokering client connections into your network without a NAT/PAT on your router or firewall. Plex also supports Google logins, which means that you can now have 2fa and potentially phishing-resistant 2fa if you secure your Google account with a passkey.

    At my company we only expose our applications behind a WAF and firewall, and I see that some folks here have recommended Cloudflare. For those who may not know, it is no longer enough to simply rely on a firewall. When your application is built with components that may become vulnerable over time, it’s critical to use a WAF.