Request
Add a recommendation section based on previously watched or rated content. This could be similar to how Netflix will suggest new content based on what you have watched. Plex currently does this, to a limited extent, by having the “Related Content” section when viewing a piece of media.
Why it would be useful
For users that have large libraries it is sometimes a struggle to find new content that you would enjoy. The last thing I want to do after coming home from a hard day at work is try and find a new movie that I would enjoy. This would remove the limitation of knowing what type of media you want to watch that is present in the current system.
Current Workarounds
There are two workarounds currently, both very flawed
-
Choose the type of media you want to watch. Select your favorite movie/show from that type, and then choose “Related Movie/Shows” from that media’s page and pick something from there. This is a multi step process and gives a limited recommendation based on broad categories.
-
Install a 3rd party plugin that dynamically creates a new library based on trakt.tv’s recommendations. The end result of this is similar to what I think Plex should implement in the end, but just without the need of installing 3rd party tools. This is achieved by syncing all media and watch status with a trakt.tv account via their API (https://github.com/trakt/Plex-Trakt-Scrobbler). Once that is syncing with trakt you can use another tool to dynamically create a library based on trakt.tv’s recommendation of what you should watch based on your previously watched media (https://github.com/adamgot/python-plexlibrary). I have not been able to get this to work for multiple users, so a native Plex solution would be superior to this.