diff --git a/src/main/kotlin/com/bolenpad/photophetch/util/ExifFilter.kt b/src/main/kotlin/com/bolenpad/photophetch/util/ExifFilter.kt index 9ffaaa9..10921b5 100644 --- a/src/main/kotlin/com/bolenpad/photophetch/util/ExifFilter.kt +++ b/src/main/kotlin/com/bolenpad/photophetch/util/ExifFilter.kt @@ -25,6 +25,11 @@ object ExifFilter { private val excludedPathFragments = listOf( "screenshot", "screen_record", + "screen recording", + "screenrecord", + "videocapture", + "video editor", + "video_editor", "whatsapp", "telegram", "signal", @@ -38,6 +43,7 @@ object ExifFilter { "tiktok", "share", "temp", + "resize", ) /**