Skip to content
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

Add an auto-fix broken media step to the scanner job #939

Open
kkovaletp opened this issue Apr 25, 2024 · 1 comment
Open

Add an auto-fix broken media step to the scanner job #939

kkovaletp opened this issue Apr 25, 2024 · 1 comment
Labels
feature A new idea or feature scanner Related to the scanner component
Projects

Comments

@kkovaletp
Copy link
Contributor

Is your feature request related to a problem? Please describe.
While most media viewers are able to auto-fix some small inconsistencies in the media files and show them correctly, our scanning job is sensitive to all of them, so if a media has some small inconsistency, the job marks it as broken and does not create a thumbnail. With the recent fix in master it doesn't lead to skipping all other media in the same folder, but still, this is not the best way to handle this case.

Describe the solution you'd like
It would be great to have some auto-fix media step as part of our scanner job (like ImageMagick for images and something similar for videos), so that even broken media can still be scanned and shown in the gallery.

Describe alternatives you've considered
An alternative is to manually run those fixing tools for all the media files, reported to be broken by the job.

@kkovaletp kkovaletp added feature A new idea or feature scanner Related to the scanner component labels Apr 25, 2024
@kkovaletp kkovaletp added this to To do in Roadmap via automation Apr 29, 2024
@kkovaletp
Copy link
Contributor Author

It would be easier to develop this feature after #929 is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new idea or feature scanner Related to the scanner component
Projects
Roadmap
To do
Development

No branches or pull requests

1 participant