github LumePart/Explo v0.11.3

7 hours ago

v0.11.3 CHANGELOG

Enhancements

  • #76 Added option to start Explo on container start
    • To execute Explo on container start, set EXECUTE_ON_START to true in docker-compose.yaml
  • #78 Allow to optionally pass cookies for yt-dlp
    • In docker it's set through volume mapping
    • In binary it can be set in .env via COOKIES_PATH variable

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 PERSIST defaulting to false when it was set to true in .env and --persist wasn’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

Don't miss a new Explo release

NewReleases is sending notifications on new releases.