Ralf Stemmer
Ralf Stemmer
[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) is now called [thefuzz](https://github.com/seatgeek/thefuzz). This needs to be investigated. - [ ] Is this library still maintained or is it just being buried? - [ ] Updating the requirements...
Artworks cause a significant part of the traffic between MusicDB Server and WebUI Client. Furthermore a high quality is crucial for good user experience. Therefore [JPEG XL](https://jpeg.org/jpegxl/) could have a...
The preview of the results of the search in the WebUI would be much nicer with a blurred transparent background. (Frosted glass effect) ### Solution: ```css backdrop-filter: blur(2px); ``` Source:...
via https://twitter.com/whiteblue3/status/1057449660682387457 **Possible Implementation** Before sending the audio data to icecast, push them through a second gstreamer pipeline. This second pipeline can be used to transcode the stream to any...
There is an issue in the lyrics view that leads to a misleading warning. When showing lyrics, the message "Changes not yet saved!" is shown, even when the lyrics have...
Some artist, album or song names are all-caps. The JS code that generates the HTML for those names should detect this and add a CSS class to the DIVs that...
Sometimes the parameter `musictype` expects the actual music type like: `"song"`, `"album"`, `"video"`. In other cases it represents the MusicDB mode: `"audio"`, `"video"`. This needs to be changes and handles...
I just skipped some songs that got added to the empty queue by the _Random Song Selection Algorithm_ (Randy). I skipped them, because I did not like them, even if...
When trying to replace an album artwork via Web-Frontend, at least the cached down-scaled artworks get not updated. Reproduce: 1. Have an invalid artwork that shall be replaced 2. Upload...
When pressing ESC to leave search, the WebUI leaves fullscreen. This could be easy to solve by using `preventDefault`, or impossible if Firefox does not allow to not leave fullscreen...