Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/karbonitekream/streampaper
- Owner: KarboniteKream
- License: mit
- Created: 2021-10-03T08:25:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T02:34:18.000Z (3 months ago)
- Last Synced: 2024-08-06T14:17:34.195Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```