Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

andrewiankidd/Plextras.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plextras.js

Minor customizations to plex/web plugin

Options

  • Set Custom background color (defaults to old plex/web gray)
  • Minimize the sidebar to save screen space
  • Show artwork as background like old plex/web - @uzegonemad
  • Add a new section to the sidebar with customizable links and header
  • Open services such as PlexRequests inside Plex/web
  • Custom Background Image
  • Expand 'Extras' display for movies (shows as grid instead of scroller)
  • Hide Extras, Cast, Related Movies
  • Auto Sign In

Setup & Install

Step 1: Generate Custom Plextras.js

  1. Navigate to This page and fill in details as you want

  2. Copy the resulting URL, this is {your plextras URL}

Step 2: Install

Option One - Install to Your server (Preferred)
Pros: All user visiting your server by IP will get Plextras
Cons: Users visiting via Plex.tv will not get Plextras, updating PMS removes plextras
  1. Locate your plex/web plugin directory`

    C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins\WebClient.bundle\Contents\Resources

  2. open index.html in the above directory and paste this at the end:

    <script src="{your plextras URL}"></script>

  3. Done! Everyone accessing your plex server via your IP (Not Plex.tv) will have these features as configured by you.

Option Two: Installing to Web Browser

Pros: Works on any Plex/Web instance you visit, including other servers and Plex.tv
Cons: Only works in the browser it's installed on
  1. Have TamperMonkey/GreaseMonkey/Any UserScript manager installed on browser
  2. Install the base user js from here (click raw)
  3. Replace the script.src value with {your plextras URL}
  4. Done!

Option Three: Installing to PMP

Pros: It's cool, and PMP is better than using browser
Cons: Only works in PMP
  1. Locate your PMP web-client folder

    C:\Program Files\Plex\Plex Media Player\web-client\desktop\

  2. open index.html in the above directory and paste this at the end:

    <script src="{your plextras URL}"></script>

  3. Done! Now PMP will run Plextras.js on startup

Option Four: DIY/Fork Install

  1. Save Plextras.js
  2. Modify it however you want
  3. Open the index.html for the client you want to install on
  4. Add the <script> reference for your custom Plextras.js

Screenshots

Sidebar Minimized and background artwork enabled:

Sidebar Enabled, with custom section and backround artwork enabled:

PMP support

Option to open links inside plex UI

About

Minor customizations to plex/web plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published