Plex Recommend is a python script that generates recommendation playlist based on what the users watched.
- Python 3.6 (Only tested on Python 3.6. Previous version may work)
- Install dependencies (Recommend using virtualenv).
pip install -r requirements.txt
- Add your Plex address and Plex token to the recommend.py.
- Run
python recommend.py
. - (Optional) Setup cron job to run it.
A. It based on what the user have watched to calcuate his preferences and find the unwatch series / movies match most.
A. Plex's "Related" heavily flavor actors over gernes which is stupid in my opinion. How does an action movie related to a romance movie just because they have some common actors?
A. Read the code. the calculation is not that difficult.
Plex API does not include if the library is included in dashboard or not. You can filter it manually in analysis()
by the section.title