All Projects → MattsShack → Plex-Movie-Poster-Display

MattsShack / Plex-Movie-Poster-Display

Licence: GPL-3.0 license
Scraps the Plex sessions page to display the current playing movie or TV show poster on a screen.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Plex-Movie-Poster-Display

DaumMovieTVSeries.bundle
Plex Metadata Agent for daum movie & tv series
Stars: ✭ 38 (-66.37%)
Mutual labels:  movie, plex
Movie Data Capture
Local Movies Organizer
Stars: ✭ 5,481 (+4750.44%)
Mutual labels:  movie, plex
Random-Plex-Movie
Python App which chooses a random movie from your Plex Library.
Stars: ✭ 17 (-84.96%)
Mutual labels:  movie, plex
book-mdpc
Il cinema tra le righe... di codice!
Stars: ✭ 59 (-47.79%)
Mutual labels:  movie, poster
tmdb-api
This Kotlin Multiplatform library is for accessing the TMDB API to get movie and TV show content. Using for Android, iOS, and JS projects.
Stars: ✭ 31 (-72.57%)
Mutual labels:  movie, poster
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+697.35%)
Mutual labels:  movie, plex
Overseerr
Request management and media discovery tool for the Plex ecosystem
Stars: ✭ 557 (+392.92%)
Mutual labels:  movie, plex
Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
Stars: ✭ 2,711 (+2299.12%)
Mutual labels:  movie, plex
AvalonXmlAgent.bundle
XML file agent for Plex
Stars: ✭ 32 (-71.68%)
Mutual labels:  plex
dockerimages
🐳 Some dockerfiles based on alpine
Stars: ✭ 27 (-76.11%)
Mutual labels:  plex
posterr
A digital poster app for Plex, Sonarr, Radarr, and Readarr
Stars: ✭ 211 (+86.73%)
Mutual labels:  plex
esp32 ST7735 Movie
Movie Player on esp32 and ST7735
Stars: ✭ 38 (-66.37%)
Mutual labels:  movie
Douban
React-native 仿豆瓣电影 app
Stars: ✭ 236 (+108.85%)
Mutual labels:  movie
plex-api
.NET Core SDK for Plex Media Server
Stars: ✭ 70 (-38.05%)
Mutual labels:  plex
Youtube-DL-Agent.bundle
A plex metadata agent for Youtube-DL downloads
Stars: ✭ 92 (-18.58%)
Mutual labels:  plex
ScuffedMDB
An open-source website to rate movies watched with friends, made with next.js & chakra-ui. Hosted on vercel.com.
Stars: ✭ 100 (-11.5%)
Mutual labels:  movie
movie-site
基于Nodejs+Express+MongoDB+jQuery+Bootstrap搭建的电影网站!
Stars: ✭ 48 (-57.52%)
Mutual labels:  movie
conv2mp4-py
Python script that recursively searches through a user-defined file path and converts all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. If a conversion failure is detected, the script re-encodes the file with HandbrakeCLI. Upon successful encoding, Plex libraries are refreshed and source file is deleted. …
Stars: ✭ 37 (-67.26%)
Mutual labels:  plex
discord-rich-presence-plex
Display your Plex status on Discord using Rich Presence
Stars: ✭ 180 (+59.29%)
Mutual labels:  plex
GeekMovie
GeekMovie 极客影院是一个免费的在线观影系统,本网站内容使用Python爬虫技术收集于互联网上公开资源,提供最优质的web界面服务,但不提供也不参与影片档案录制、下载、上传、储存。本站资源永久免费共享、无需安装任何插件、免注册登入、无隐藏恶意(挖矿)软体,欢迎影迷安心浏览观赏。
Stars: ✭ 59 (-47.79%)
Mutual labels:  movie

Plex Movie Poster Display

Scraps the Plex sessions page to display the current playing movie or TV show poster on a screen.

Disclaimer – I am a network engineer not a programmer. I play around with code. I am publishing this to give back to the communities that has helped me learn. There may be better ways of scraping the Plex Posters, but this is the way I chose to do it. I am open to suggestions. Use at your own risk.

I decided to rewrite the program in PHP and make it browser based. This allows me to have the Raspberry Pi boot to the desktop, automatically start a browser in kiosk mode, and open the PHP site.

This script scraps http://IP_ADDRESS_OF_PLEX_SERVER>:32400/status/sessions for clients and displays the poster of the currently playing movie or TV show. If nothing is currently playing it will pull a random poster of an unwatched movie.

Dev Branch

I have added a dev branch to merge all changes too. I will be adding my changes to the branch in the future.

My Setup

Plex Media Server is running on a dedicated server. Plex Movie Poster Display is running on separate Raspberry Pi 3 connected to a screen via HDMI. On boot up the Pi launches Chromium in kiosk mode and loads the Plex Movie Poster Display URL.

Help

https://www.mattsshack.com/plex-movie-poster-display/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].