Skip to content

Releases: KasperRagnar/AMC

v0.3.0

Choose a tag to compare

@KasperRagnar KasperRagnar released this 23 Apr 20:12

What's new

Folder structure option

The setup screen now lets you choose how files are organised at the destination:

  • Files (default) — all files go into type-named subfolders sorted by date, same as before
  • Files & folders — preserves the original folder hierarchy from the phone

Expandable summary tiles

After a transfer completes, clicking any of the three summary tiles reveals detail behind the number:

  • Files copied → breakdown by type (Photos / Videos / Music / Files)
  • Files skipped → list of skipped filenames
  • Errors → filename and full error message for each failure, scrollable

UI polish

Various visual improvements, an app logo, an in-app USB debugging guide, and a smarter folder browser that opens in the most relevant location for the selected file type.


Downloads

Platform File
Windows x64 amc-v0.3.0-win-x64.exe
macOS Intel amc-v0.3.0-macos-x64
macOS Apple Silicon amc-v0.3.0-macos-arm64
Linux x64 amc-v0.3.0-linux-x64

Each executable is self-contained — no installation required. On macOS/Linux you may need to mark it executable first:

chmod +x amc-v0.3.0-macos-arm64

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@KasperRagnar KasperRagnar released this 21 Apr 22:51

What's new in v0.2.0

New features

  • Date range filter — on the Setup screen you can now choose "Date range" mode and set From/To dates; only files within that window are scanned and copied.
  • Files type — new file type option that copies documents (.pdf, .docx, .xlsx, .pptx, .txt, .odt, .csv), archives (.zip, .rar, .7z), and ebooks (.epub, .mobi) into a flat files/ folder at the destination.
  • Music type — new file type option that copies audio files (.mp3, .wav, .flac, .aac, .ogg, .m4a, .wma, .opus, .aiff) into a flat music/ folder.
  • All Types — renamed from "Images & Videos"; now includes Files and Music in addition to images and videos.

Destination folder structure (breaking change)

All copied files are now placed in type-named subfolders:

  • Images → <dest>/images/YYYY/MM/DD/
  • Videos → <dest>/videos/YYYY/MM/DD/
  • Files → <dest>/files/
  • Music → <dest>/music/

Other

  • Trivy security scanning added to CI pipeline

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@KasperRagnar KasperRagnar released this 09 Apr 23:04

Android Media Copier (AMC) v0.1.0 — Initial MVP Release

A web app that can copy photos and videos from your Android phone to your PC over USB using ADB in the background.

Web app Features:

  • Browse your Android device's storage and select a source folder.
  • Choose a destination folder on your PC.
  • Files are organized automatically by date: Year/Month/Day/filename.
  • Files without date metadata go into an Unknown/ folder.
  • Conflict resolution: skip or overwrite.
  • Offers English, Danish, and Spanish UI language options.
  • Cancel transfer at any time doing a transfer.
  • Detects if the device is connected
  • Detects if the device gets disconnected.

Minimum Requirements:

  • Windows 10 x64. (or newer).
  • Android phone connected via USB with "USB debugging" enabled.
  • The Android phone must work with the latest ADB version.

How to use:

  1. Download amc-win-x64.exe.
  2. Double-click to run. A browser tab opens automatically.
  3. Follow the on-screen steps.
  4. clouse the browser tab when you are done. (the terminal windows will auto-close after 5 sec).