Can anyone provide a dummies translation of the install process for Taxel’s PlexTraktSync? I’m good with computers but have no experience with installing Python packages.
I have already downloaded the zip from GitHub, and I’m running a fresh installation of Python 3.8.2.
I always use PyCharm Community edition in windows which makes it all pretty easy. If you get that setup then it has a package installer that downloads the packages you want and their dependancies.
Containts the packages that the script requires to be installed.
Here’s what get’s installed using pycharm if your using linux.
If you that is sucessful you should have a .env file in the main which contains your username and key and also a .pytrakt.json file that contains your trakt keys.
Ran the main.py script once that is completed sucessfully… also before that check the config to decide if you want to sync watchlist and linked, I presonally liked_lists = False and the rest true.
The main script is running now for me and I can see in the last_update.log that it’s working.
If you have specific information/questions let me know, I’ve got spare time now that I’m in lockdown for the next few weeks.
Cheers, man. I think that’s exactly what I needed. Just wasn’t sure what environment I was supposed to be doing all the things from the README in. Looks like that was PyCharm.
Maybe now I’ll fix my Tautulli install as well. lol