Quick Start
docker run -d \
--name kima \
-p 3030:3030 \
-v /path/to/your/music:/music \
-v kima_data:/data \
chevron7locked/kima:v1.6.0-rc.1Then open http://localhost:3030 and create your account!
Documentation
See the README for full documentation.
What's Changed
- fix: #133 Break up reconciliationSnapshot Lidarr album API call to in… by @cachamber in #134
- Update preview volume to utilize the global volume setting by @cachamber in #132
New Contributors
- @cachamber made their first contribution in #134
Full Changelog: v1.5.10...v1.6.0-rc.1