Plex Digital Movie Poster
This app generates a web interface for displaying movie posters digitally on a wall mounted TV/Montior.
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
- cd ./api
- dotnet build
- dotnet run
Web
- cd ./client-web
- copy .env.production -> .env.local
- edit .env.local with correct Plex Server values
- Run
npm install && npm run serve-local - Open browser and navigate to http://localhost:8080.
