Most active commenters
  • gchamonlive(4)

←back to thread

Plex Security Incident

(links.plex.tv)
104 points andyexeter | 13 comments | | HN request time: 1.014s | source | bottom
Show context
meesles ◴[] No.45174970[source]
Not necessarily related, but I'll take the opportunity to share my dislike of this company. Like others, they built a loyal following around a set of features provided, no questions asked, to stream your content to your own devices.

Over the last couple of years, Plex has continued to strip functionality, add paywalls, make deals with publishing companies, and take other actions that firmly put them in the 'enshittifaction' phase. They've capitalized on the community that gave them their success, so I've cashed out as well.

At this point there is little need for those of us with some technical ability to use this software and all the bloat that comes with it. Jellyfin[1] is an excellent alternative that I've fully switched over to this last year. I will not let a company take ownership of my media library, ever.

[1] https://jellyfin.org/

replies(5): >>45175059 #>>45175088 #>>45175095 #>>45175193 #>>45175230 #
1. gchamonlive ◴[] No.45175059[source]
Do I still need to mess with filenames in order to have jellyfin pick them up to create the library?
replies(6): >>45175136 #>>45175138 #>>45175169 #>>45175189 #>>45175266 #>>45178887 #
2. meesles ◴[] No.45175136[source]
I haven't noticed this issue any more than Plex, seems to be more about having all the files in a clear folder for a show/season than the specific individual file names. But YMMV
3. defrost ◴[] No.45175138[source]
Not if:

* they already have peer filename.nfo files with TVDB | IMDB | TMDB ID's

* not if they have scene standard names AND are not ambiguous media names (eg: Utopia - which of the 5 possible series do you mean?)

But these are issues all media libraries face.

Group series episodes in per series (or even per season) folders and include a tvshow.nfo file with any IDs.

eg:

  <episodeguide>{"tmdb":"328","imdb":"tt0983200","tvdb":"82616","tvrage":"7565","wikidata":"Q6805564"}</episodeguide>
  <id>82616</id>
  <imdbid>tt0983200</imdbid>
  <tmdbid>328</tmdbid>
  <uniqueid default="false" type="tmdb">328</uniqueid>
  <uniqueid default="false" type="imdb">tt0983200</uniqueid>
  <uniqueid default="true" type="tvdb">82616</uniqueid>
  <uniqueid default="false" type="tvrage">7565</uniqueid>
  <uniqueid default="false" type="wikidata">Q6805564</uniqueid>
  <premiered>1989-05-08</premiered>
is over kill for Media Watch https://www.themoviedb.org/tv/328-media-watch

which just leaves the issue of TheMovieDB being weak on metadata for that series .. but can be completed from theTVDB https://www.thetvdb.com/series/media-watch

4. unethical_ban ◴[] No.45175169[source]
Soemtimes I have needed to rename files, but to me it is both sensible (how else to recognize a show, maybe a metadata file) and totally worth it.

I don't want to need to have a centralized account to access my media library on my device.

I don't want to have to pay monthly to enable hardware transcoding.

replies(1): >>45175568 #
5. nick_ ◴[] No.45175189[source]
Yes. This is the flaw in Jellyfin that makes it a non-starter for me. One time I spent like two hours updating all the metadata, and then some strangely worded button reset it all. Haven't used it since.
replies(1): >>45175260 #
6. pixl97 ◴[] No.45175260[source]
>then some strangely worded button reset it all

"Reset universal entropy"

7. vachina ◴[] No.45175266[source]
If you categorize your libraries into their correct directories (i.e. TV into TV, movies into movies), then no.

Their metadata lookup is quite solid.

replies(1): >>45176331 #
8. gchamonlive ◴[] No.45175568[source]
I can't because most of my media is in an off-site server and the mount point is readonly
replies(1): >>45195871 #
9. gchamonlive ◴[] No.45176331[source]
Will give it a try, thanks
10. 0points ◴[] No.45178887[source]
You need to sometimes suffix the folder/file name with {imdb-tt1234} to make it match the correct movie/show.

This is the same deal with Plex tho, although I found plex internal metadata engine to auto-match better than jellyfin currently does.

You can help here though. Just come to https://www.themoviedb.org/ and help us add metadata.

replies(1): >>45180772 #
11. gchamonlive ◴[] No.45180772[source]
Changing files isn't really an option for me because my media stays in an off-site server and the mount point is readonly.

I'll setup jellyfin and see which titles I'm unable to add and try to collaborate on metadata. It's always important to favor opensource. I can always have both services running side by side.

replies(1): >>45194184 #
12. 0points ◴[] No.45194184{3}[source]
You can also manually match each movie from the jellyfin frontend, but the issue with going this path is that if you need to rebuild your jellyfin instance for some reason, you would need to redo all of this manual matching.

So, the recommended path is to clean up the media files:

https://jellyfin.org/docs/general/server/media/movies/

https://jellyfin.org/docs/general/server/media/shows/

13. theshrike79 ◴[] No.45195871{3}[source]
Then rename them at the off-site server?

There are very specific and common standard on renaming video files to contain "metadata" so that every single tool doesn't have to use ffmpeg to investigate and try to guess the exact movie/tv show from the title.

The Plex naming guidelines are pretty good: https://support.plex.tv/articles/naming-and-organizing-your-...

Some people like to add resolution and audio track information to the file name too.