Planned improvements to database handling #131
Labels
enhancement
New feature or request
feature-artists-genres-albums
Issues that are related to artists, genres and albums.
help wanted
Extra attention is needed
triage-approved
Issues that have been approved by the Rise Media Player team and awaiting a fix
I'm making this issue to get some feedback regarding the way we currently handle indexing and databases. Currently we use an Entity Framework Core (EFC) backend with foreground change tracking, checking for changes from time to time and when certain events are triggered. Whenever we detect new media, we insert it into the DB and add it to the respective collection.
This system has gotten mixed feedback from end users. To make matters worse, it causes an increasing amount of issues:
Here's the list of things I currently want to achieve:
With that said, do post your feedback here! If you're a dev, feel free to suggest improvements to our current tooling. If you're not, make a separate issue and link it here. As always, make sure to provide concrete feedback (for example, "songs from foo don't show up if they're in a folder called bar").
The text was updated successfully, but these errors were encountered: