v0.11.3 CHANGELOG
Enhancements
- #76 Added option to start Explo on container start
- To execute Explo on container start, set
EXECUTE_ON_STARTtotrueindocker-compose.yaml
- To execute Explo on container start, set
- #78 Allow to optionally pass cookies for yt-dlp
- In docker it's set through volume mapping
- In binary it can be set in
.envviaCOOKIES_PATHvariable
Fixes
- #79 Set concurrent track searches to 1 (previously 5)
- Slskd v0.24.0 introduced rate-limiting which disabled concurrent searching
- Due to this change, Explo will take longer to fetch all tracks.
- Fixed
PERSISTdefaulting to false when it was set to true in.envand--persistwasn’t passed. (now it's truly fixed)
Misc
- Set timeout for slskd search request to 15s (previously 20s)
- Edited docker-compose.yaml, sample.env and wiki to document all changes above
Full Changelog: v0.11.2...v0.11.3