Everything you need to install, configure, and start building your music video library.
Download the latest Playarr installer for Windows. The installer bundles everything you need — Python runtime, ffmpeg, ffprobe, and the Playarr application.
After installation, launch Playarr from the Start Menu or desktop shortcut. Playarr runs
a local web server and opens your browser to http://localhost:6969.
A system tray icon appears so Playarr can run in the background. Everything — frontend, API, and background tasks — runs on a single port with no extra services required.
There are three ways to add music videos to your library:
Playarr automatically resolves metadata through multiple sources in priority order:
Each source is optional and can be toggled when adding a video or in Settings. A confidence score helps you review uncertain matches.
Your library is presented as a card-based grid with filtering and sorting. Hover over any video for a looping preview clip. Click to open the inline player with full metadata, artist pages, and album cross-linking.
If you prefer Docker, Playarr can run as a multi-container stack:
docker-compose up -d
This starts containers for Redis, the FastAPI backend, Celery worker, and Nginx frontend. See the deployment docs for full configuration.
Check the GitHub repository for full documentation, or open an issue if you run into problems.