Media Folder Search Improvement - #92
Open
andyvan129 wants to merge 4 commits into
Open
Conversation
modified: server/Scanner/FileScanner/FileScanner.ts modified: server/Scanner/FileScanner/getFiles.ts new file: server/lib/schemas/006-media-scan-cache.sql modified: src/routes/Player/components/Player/Player.tsx
modified: server/lib/IPCBridge.ts
modified: server/Scanner/MetaParser/__snapshots__/MetaParser.test.ts.snap modified: server/Scanner/MetaParser/defaultMiddleware.ts
Owner
|
Hey, thanks for this, I think you're on the right track. A couple thoughts/questions -
|
modified: server/Scanner/FileScanner/FileScanner.ts modified: server/Scanner/MetaParser/MetaParser.test.ts modified: server/Scanner/MetaParser/__snapshots__/MetaParser.test.ts.snap modified: server/Scanner/MetaParser/defaultMiddleware.ts modified: server/lib/schemas/006-media-scan-cache.sql
Author
|
Thanks for the comments. Existing media.dateUpdated is now being used. Metadata parser changes reverted for now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed the media folder search logic to only parse new or modified files when re-running a folder search. Greatly improved folder search speed after adding media files.