Skip to content

Conversation

@ikmckenz
Copy link
Contributor

Resolves #3160. Tested working locally, there is an associated UI change that looks like so:

Screenshot 2025-06-20 at 6 49 33 PM

The implementation is slightly complicated by #5949 , all three scan paths for a file (onExistingFile, onUnchangedFile, onNewFile) need to support the filtering.

@DogmaDragon
Copy link
Collaborator

Does this affect Scan Video Extensions as Image Clip functionality as I know some people are using it for their short videos?

@ikmckenz
Copy link
Contributor Author

ikmckenz commented Jul 1, 2025

Looks like as written, yes, these are filtered out since they are still processed as videos internally and so have a duration. Guessing I'll have to figure out how to not do the filtering on image-only libraries when Scan Video Extensions as Image Clip is enabled?

@DogmaDragon
Copy link
Collaborator

I would probably wait for @WithoutPants feedback in general, I just wanted to bring attention to the use case since it can get easily overlooked, but is very important to some people.

@WithoutPants
Copy link
Collaborator

This approach isn't something I'd be considering. The scan process should be ingesting video files regardless of duration. The intended solution is to provide better control over the creation of scenes from video files. This is still WIP pending features to manipulate assigned files to scenes and images.

@ikmckenz
Copy link
Contributor Author

What are those pending features out of curiosity, any help needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow filtering/ignoring short duration video clips during scanning

3 participants