- I noticed an error in the installation instructions.
If you're using nginx you should check your config file. If it contains
error_page 404 = /404.php;
You should update that so it reads
error_page 404 = /rompr/404.php;
and then restart nginx.
- Allow crossfade to be toggled while running personalised radio (with MPD)
- Cope with Spotify search results that are simply an Artist Uri by browsing them on demand.
Currently this is not supported in the Skypotato skin unless you sort search results by Artist. - Fix Youtube Download - if a track took more than 3 minutes to download the browser would retry and cause havoc.
- Automatically set track as Audiobook when adding certain tags
- Remove Snapcast clients from the main volume control when they disconnect
- Fix snapcast API code so it works with snapserver 0.6.0
- Don't crash if snapserver doesn't send stream metadata
- Improve handling of custom background images - new Background Image Manager shows thumbnails.
'This Browser Only' mode can be changed after upload. Random mode will cycle through every image in random order, rather
than being truly random. - Add yet more notes about how to get MariaDB to work. NB MariaDB is proving difficult to support due to vaguaries
in version numbering and incompatibilities between it and MySQL, for which it is supposed to be a drop-in replacement.
Due to these issues I cannot guarantee that I will continue to support MariaDB. Please us SQLite unless you really really
need a remote database, in which case please try to use proper MySQL. - Update installation instructions to provide more help for Arch Linux users.
- Various small bugfixes