From: Mike Brady Date: Sun, 20 Oct 2019 15:43:28 +0000 (+0100) Subject: Update RELEASENOTES-DEVELOPMENT.md X-Git-Tag: 3.3.3~2^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=460e73dc63d10981397b526d4d6e7ce451fd1da6;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES-DEVELOPMENT.md --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index 6822b768..32fb6a02 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,11 @@ +Version 3.3.3d9 +==== + +**Enhamcements** +* Expose two `metadata` settings related to handling cover art: + 1. The setting `cover_art_cache_directory` allows you to specify where cover art files will be cached if Shairport Sync has been built with native D-Bus, MPRIS or MQTT support. The default is `/tmp/shairport-sync/.cache/coverart`. If you set it to an empty list: `""`, caching is disabled. This might be useful in, say, an embedded device, or wherever you want to minimise file writing. + 2. The setting `retain_cover_art` is normally set to `"no"` so that cover art cache files are deleted when no longer needed. Set it `"yes"` to retain them permanently. Be aware that cover art files might take up considerable space after a while. + Version 3.3.3d8 ====