forked from karelia/iMedia
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Better visual feedback while parsing libraries #57
Comments
@iljaiwas While I cannot reproduce this behavior (probably due to lack of a library of equivalent size) I am hearing similar complaints from other users as well. We would like to speed up the library initialization process substantially but would need a tester with an appropriate test library for verification. Can you help out with this? |
jjac
pushed a commit
that referenced
this issue
May 29, 2015
So the associated node in outline view appears much earlier for large photo libraries.
Relates to #78 |
gloubibou
pushed a commit
to houdahSoftware/iMedia
that referenced
this issue
Feb 2, 2020
* upstream/development: Add some metadata to Lightroom-generated preview JPEG file When granting access to node log URL and error only if error not nil Fix Lightroom preview jpeg data not correctly identified Safeguard requestBookmarkWithError: against blocking main thread indefinitely under circumstances Fix logic in TestTextView where Drag&Drop would fail if location bookmark was already set Add persistent resource identifier for Apple Media Library based parsers document preprocessor switch ALWAYS_COPY_OBJECTS_ON_PERFORM_SELECTOR_ASYNC No longer set .mediaSource on IMBMediaLibraryParser even if client app cannot handle SSBs Speed up initialization for AML-based libraries (should fix issue iMediaSandboxing#57) # Conflicts: # SandBoxingKit/SBUtilities.m
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the library parsers provided by Apple such as (com.apple.medialibrary.iPhoto.image or com.apple.medialibrary.Photos.image) with large libraries, there can be large delay (up to 20s) before library nodes appears in the outline view of the media browser window.
Some of our testers even gave up and reported that the app was broken.
I suggest some kind of global progress spinner, that's displayed until all parsers are done parsing, so users have some indication that the application is still actively doing something.
The text was updated successfully, but these errors were encountered: