Skip to content

Source code for danrahn.com/plexweb

Notifications You must be signed in to change notification settings

tsarlewey/PlexWeb-1

 
 

Repository files navigation

Plex Web

This repository contains (most of) the source code for danrahn.com/plex. Some things to note:

  1. Run in WampServer (Apache + PHP + MySQL)

  2. Within the includes/ folder, the following structure is required:

     includes\
         cache\
             background\  // Blurred backgrounds for active streams
                 art\     // Actual artwork
                 thumb\   // Fallback if no artwork found
             poster\      // Cache of external (non-plex) posters used for requests
                 342\     // Larger posters
             thumb\       // Thumbnails for active streams - grabbed from Plex
    
  3. There are some additional requirements that are not included in this repository:

  • PHPMailer - For email/text alerts. I'd love to remove this dependency, since having this project be completely self-contained would be nice
  • npm - Several packages are used for source minification:

TODOs

Some random ideas: 2. Better administration page to allow more server management capabilities

About

Source code for danrahn.com/plexweb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.6%
  • PHP 27.5%
  • CSS 5.2%
  • Python 3.3%
  • HTML 0.4%