mime icon indicating copy to clipboard operation
mime copied to clipboard

`.mts` files are rather videos than models?

Open TheLastGimbus opened this issue 2 years ago • 1 comments

Hi! I use this lib to detect photos and videos in my code

I came up to issue that .mts files, that google says are mostly videos, don't get detected

seems that they are classified as some model?

https://github.com/dart-lang/mime/blob/799b398140817fdb134f639d84e91c552e129136/lib/src/default_extension_map.dart#L506

Is this supposed to be like that? Do i need to add this as exception in my code, or could we fix it upstream?

My issue: https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/issues/223

TheLastGimbus avatar Aug 11 '23 00:08 TheLastGimbus

:(

TheLastGimbus avatar Sep 11 '23 23:09 TheLastGimbus