/PlexWeb-1

Source code for danrahn.com/plexweb

Primary LanguageJavaScript

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