diff --git a/README.md b/README.md index d2df967..f0cb482 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Self-hosted Spotify playlist and track downloader built with NestJS + Angular. Jarri Spooty does not download audio from Spotify itself. It retrieves metadata from Spotify and locates matching audio on YouTube. +![Jarri Spooty Demo](docs/images/jarri-spooty-demo.png) + +Deterministic Spotify metadata ingestion with duration-aware YouTube candidate scoring, paced queue execution, hardened Docker deployment, and local archival workflows. + This hardened branch focuses on: - Large playlist support (>100 tracks) diff --git a/docs/images/jarri-spooty-demo.png b/docs/images/jarri-spooty-demo.png new file mode 100644 index 0000000..c283672 Binary files /dev/null and b/docs/images/jarri-spooty-demo.png differ