Hello,
is it possible to get the current library state of WebGizmo?
A response like "is scanning...", "is building folder structure", "adding new files" or "completed" would be nice.
This would be helpful to inform an user what currently is happening.
Currently we are polling the library revision and the stats via MCWS.
http://localhost:52199/MCWS/v1/Library/GetStatshttp://localhost:52199/MCWS/v1/Library/GetRevisionIf the revision didn't change for 3 seconds, we assume the MC has been finished.
After the MC has been finished importing, WebGizmo is still not finished.
our use cases:
1. If some audio files has been removed and the MC has been finished reimporting, WebGizmo is showing some empty albums with white covers.
After some time (30-60 seconds) those albums are correctly removed.
2. If some audio files has been added and the MC has been finished reimporting, the new files aren't visible in WebGizmo.
After some time they appear in WebGizmo.
Greetings
Tino