Ralf Stemmer

Results 33 issues of 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...

☃️ Low Priority
🐍 Back-End
⛓ Dependency Management

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...

🚀 Feature
☃️ Low Priority
😴 Suspended
🦊 Waiting for FireFox
⛓ Dependency Management

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:...

🚀 Feature
🐒 Front-End
🧑‍💻 Requires Testing
⛓ Dependency Management

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...

🚀 Feature
☃️ Low Priority
🐍 Back-End

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...

🐞 Bug
🐒 Front-End
☃️ Low Priority
🎭 Cannot Reproduce

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...

🚀 Feature
🐒 Front-End

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...

🐒 Front-End
☃️ Low Priority
🏗 Refactoring

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...

🚀 Feature

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...

🐞 Bug

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...

🐞 Bug
🐒 Front-End