Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karbonitekream/streampaper

Fetches and serves YouTube live stream images for dynamic wallpapers with a time delay
https://github.com/karbonitekream/streampaper

Last synced: 23 days ago
JSON representation

Fetches and serves YouTube live stream images for dynamic wallpapers with a time delay

Awesome Lists containing this project

README

        

# streampaper

Fetches and serves YouTube live stream images for dynamic wallpapers with a time delay.

## Prerequisites
`streampaper` requires the following binaries to be on your `PATH`:
- [`yt-dlp`](https://github.com/yt-dlp/yt-dlp)
- [`ffmpeg`](https://github.com/FFmpeg/FFmpeg)

Make sure to run the database migrations before starting:
```bash
diesel migration run
```

## Running
To start `streampaper`, execute the compiled binary or use Cargo:
```bash
cargo run
```