Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
 
 

README.md

Plex Digital Movie Poster

Example Poster

This app generates a web interface for displaying movie posters digitally on a wall mounted TV/Montior.

.NET Core

Features

  • Display Movie Posters from Plex Media Server
  • When Movie / Episode are playing, show Poster and details of currently playing item

Overview of Stack

  • Server
    • ASP.NET Core
  • Client
    • Vue.js
    • Webpack for asset bundling and HMR (Hot Module Replacement)
    • CSS Modules
    • Fetch API for REST requests
  • Testing
    • xUnit for .NET Core

Deployment

Coming Soon

Development Setup

Api

  1. cd ./api
  2. dotnet build
  3. dotnet run

Web

  1. cd ./client-web
  2. copy .env.production -> .env.local
  3. edit .env.local with correct Plex Server values
  4. Run npm install && npm run serve-local
  5. Open browser and navigate to http://localhost:8080.
You can’t perform that action at this time.