Version 2.9.0
This version introduces a logo cache to make logos of radio stations/ podcasts accessible for the radio, even if they are only served via SSL (#53). Additionally, it converts logos in SVG format to PNG format (#44).
The feature is disabled by default, use CONF_USE_LOGO_CACHE
with true
to enable (or false
to disable).
Make sure the folder ./media
is writable by PHP. (In docker-compose.yml
add, e.g., the volume ./media/:/php-code/media/
and make sure to not add :ro
.)
The SVG to PNG conversion is done by rsvg-convert
which is installed in the Docker container. In manual installs it needs to be installed manually for supporting/ converting SVG images.