ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Optional metadata repairing during indexing #250

Open pgpathan22 opened 2 years ago

pgpathan22 commented 2 years ago

getting METADATA_KEY_DURATION value 0 for mpg file type for FFmpegMediaMetadataRetriever library Below is the reference link:

https://github.com/wseemann/FFmpegMediaMetadataRetriever/issues/255

kirillt commented 2 years ago

If some metadata is missing, we can implement augmenting it during indexing. This is possible not only for videos, but for resources of any kind. Must be optional since it would take a lot of time.