EXIFiler

Automatically organize your Meta AI Glasses media

Smart Background Service for Android

EXIFiler monitors your device's Downloads folder and automatically moves Meta AI Glasses photos and videos to a dedicated folder — no manual sorting needed.

Features

Automatic Detection

Identifies Meta AI Glasses files by inspecting EXIF metadata (JPEG) and MP4 box atoms, not just filenames.

Background Service

Runs as a foreground service with persistent notification. Survives device reboots.

Configurable Destination

Pick any folder on internal storage via the system folder picker.

Activity Log

In-app scrollable log showing the 10 most recent file operations.

Scoped Storage

All file I/O uses ContentResolver/MediaStore with no raw filesystem paths.

Kotlin Multiplatform

Built with KMP architecture for future iOS support.

How It Works

1

Enable the Service

Turn on the background monitoring service with a single toggle.

2

Choose Destination

Select where you want Meta AI Glasses files moved (default: DCIM/EXIFiler/).

3

Automatic Organization

EXIFiler monitors Downloads and automatically moves matching files in real-time.

Detection Logic

EXIFiler uses smart metadata detection to identify Meta AI Glasses files:

Detection rules used to identify Meta AI Glasses media files
Format Metadata Field Match Condition
JPEG / JPG EXIF IFD0 Make tag (0x010F) equals "Meta" (case-insensitive)
MP4 / MOV udta/©cmt box content contains "device=Ray-Ban Meta Smart Glasses"

Requirements

Installation

  1. Download the latest APK from the Releases page
  2. Install the APK on your Android device
  3. Grant required permissions when prompted
  4. Enable the service and choose your destination folder
  5. Done! EXIFiler will now automatically organize your Meta AI Glasses media

Technology

EXIFiler is built with modern Android development practices:

Open Source

EXIFiler is open source and available on GitHub. Contributions, issues, and feature requests are welcome!

Roadmap

Phase 1: KMP Android ✅

Complete

Phase 2: KMP iOS

Planned

Phase 3: Swift iOS

Planned

Phase 4: Swift Android

Planned