-
Notifications
You must be signed in to change notification settings - Fork 485
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
Incremental loading and filter system for local source #437
base: main
Are you sure you want to change the base?
Incremental loading and filter system for local source #437
Conversation
Can we have the local source items indexed separately similar to download index and use filesystem observer to detect changes (FileObserver for android). |
I don't really understand what you mean by indexed separately. If this about adding new files to
|
Right forgot about SAF. Lemme think about this for a bit. |
I now implemented logic, to only re-scan |
I added support for adding new manga while the app is running |
Closes #365
Fixes #397
I implemented my old Tachiyomi PR in Mihon.
New features:
Caveats:
Adding new Manga to Local Source requires an app restart.New Manga can be added without restarting the app.Loading times could be significantly improved by using ParallelStreams but this may hurt general app performance on low power devices.