https://github.com/solon/media-wall
A media player that runs on a Raspberry Pi and shows videos of artwork by SFPC alumni
https://github.com/solon/media-wall
Last synced: about 1 year ago
JSON representation
A media player that runs on a Raspberry Pi and shows videos of artwork by SFPC alumni
- Host: GitHub
- URL: https://github.com/solon/media-wall
- Owner: solon
- Created: 2020-01-14T07:00:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T22:32:56.000Z (over 6 years ago)
- Last Synced: 2025-03-29T02:26:28.934Z (about 1 year ago)
- Language: Python
- Size: 621 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Prerequisites
- A Raspberry Pi running [Raspbian Buster](https://www.raspberrypi.org/downloads/raspbian/)
- A [PaPiRus e-ink screen hat](https://uk.pi-supply.com/products/papirus-epaper-eink-screen-hat-for-raspberry-pi)
### Install dependencies
```
curl -sSL https://pisupp.ly/papiruscode | sudo bash
pip install python-frontmatter
pip install wget
```
### Clone from repository
```
cd ~
git clone https://github.com/solon/media-wall.git mediawall
```
### Start
```
cd mediawall
start.py
```