Skip to content

A responsive skin for use the with Plex-Export script from Dachande663

License

Notifications You must be signed in to change notification settings

dpDesignz/plex-export-responsive-skin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plex-export-responsive-skin

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.

View Demo

Installation

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.

Dark Mode

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.

Vanilla js

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.

Contributing

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.

License

Plex Export Responsive Skin is open-sourced software licensed under GNU LGPLv3.

About

A responsive skin for use the with Plex-Export script from Dachande663

Resources

License

Stars

Watchers

Forks

Packages

No packages published