-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New added album does not automatically appear in WebUI #27
Comments
m( Of cause the Auto-Update interface to notify the server about new added songs already exists. This interface allows to update the internal and WebUI state. It just did not work that day.
Direct after the AI did its genre-prediction, an error regarding the FIFI-Interface occured. Problem 1: There is a blind spot. There is no information whats going on around the FIFO-Access. |
The FIFO interface will be removed with version 8.0.0. It was just not reliable using FIFO files with Python. When importing an album using the new (comes with 8.0.0) graphical interface inside the WebUI the update process works already reliable. |
New added album does not automatically appear in WebUI until the artists-list gets updated (for example by triggering the genre selection).
After a new Album/Artist/Song got added or removed from the music collection, the WebUI should update its state to be in sync with the server again.
The mechanics already exists and only need to be applied as an event of a music collection update.
The text was updated successfully, but these errors were encountered: