Skip to content

Version 2.9.0

Compare
Choose a tag to compare
@kimbtech kimbtech released this 03 Mar 21:57
· 14 commits to master since this release
2035a3d

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.