PyPlex Theme for Pyload
After creating a Theme for Ombi https://github.com/tidusjar/Ombi (former Plex Requests), I've decided to create a Theme for Pyload as well.
I've used the Pyload "Next" theme as a base and the modified "Next" theme from https://github.com/OzzieIsaacs/pyload-NextTheme for the development of the PyPlex
This Theme it's inspired by PlexPy (https://github.com/JonnyWong16/plexpy) A Python based monitoring and tracking tool for Plex Media Server. That's why I've choosen the name PyPlex for this theme.
Stop your pyload Server
sudo service pyload stopnavigate to '/usr/share/pyload/module/web' (in my case it's /home/user/.pyload/module/web) Open the file webinterface.py for editing
sudo nano webinterface.pySearch for the following line in the file:
FileSystemLoader(join(PROJECT_DIR, "templates", "default")),Insert the following line of code right after:
"PyPlex": FileSystemLoader(join(PROJECT_DIR, "templates", "PyPlex")),Delete the file webinterface.pyc located in the same path.
sudo rm -rf webinterface.pycCopy the files inside the template folder from this repo to:
/usr/share/pyload/module/web/templatesCopy the files inside the media folder from this repo to:
/usr/share/pyload/module/web/mediaRestart your pyload Server
sudo service pyload startLogin into the PyLoad webinterface, navigate to the Config page, General Tab and click on "Webinterface". Enter the name of the new theme: "PyPlex" in the template field and hit "Submit"
Restart your pyload server
sudo service pyload restartLogin Page:














