A responsive skin for use the with the Plex-Export script from Dachande663, with some slight changes and fixes in the plex.js
file. It is highly recommended to use the new Vanilla js file where possible for performance and extended support. See below for more details.
Simply download a copy of this repo and upload the index.html
and assets
folder to the same location as your current export folder, overwriting the existing files.
A dark mode has also been included based on this design by Dragos. Simply uncomment the <link rel="stylesheet" href="assets/css/darkmode.css" />
line (Line 11) to use. Alternatively, check out his cool repo for a slightly different layout.
I have re-written the plex.js
file in vanilla javascript which you are welcome to try. Simply comment out (or remove) the <script src="assets/js/jquery.1.4.4.min.js"></script>
and <script src="assets/js/plex.js"></script>
lines (Line 13 and Line 15) and uncomment the <script src="assets/js/vanilla-plex.js"></script>
line (Line 16).
IMPORTANT NOTE: As the vanilla javascript file is coded with ES6+ it will NOT work with Internet Explorer.
I have commented as much of the code as I've completed to make it easier if you want to help debug anything.
Contributions are encouraged and welcome; I am always happy to get feedback or pull requests on Github! Create Github Issues for bugs and new features and comment on the ones you are interested in.
Plex Export Responsive Skin is open-sourced software licensed under GNU LGPLv3.