Skip to content

joshuaswanson/mp3-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP3 Editor

A little macOS app for editing MP3 metadata and audio without the command line or a full DAW.

Features

  • Edit common tags: title, artist, album, genre, year, track, disc, BPM, compilation flag
  • Edit album art with drag-and-drop support (displays image dimensions)
  • Edit macOS "Where from" download source metadata
  • Audio editing: trim, pitch shift, speed adjustment
  • Save in place or as a copy

Building from Source

Requires macOS 13.0+ and Python 3. Double-click build or run ./build to build a self-contained app bundle.

Technical Details

UI built with SwiftUI. ID3 tag reading/writing handled by Python backend using mutagen and pydub with bundled ffmpeg. Swift communicates with Python via JSON over stdin/stdout pipes. Album art transferred as base64-encoded data.

Support

If you find this useful, buy me a coffee.

Buy Me a Coffee QR

About

A lightweight macOS app for editing MP3 metadata, album art, and audio. Built with SwiftUI and Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors