TrackTidy is a command-line tool for managing your music files. It allows you to:
- ✅ Edit metadata (song title, artist, album, track number)
- ✅ Convert audio files between formats (MP3, WAV, FLAC, AAC, OGG)
- ✅ Fetch and apply cover art
Make sure you have Python 3.10+ installed. Then install the required libraries:
pip install rich mutagenTrackTidy uses FFmpeg for audio conversion. Install it:
- Windows: Download FFmpeg and add it to
PATH.
python audio_converter.py- Enter the path to your audio file.
- Choose an output format (MP3, WAV, FLAC, AAC, OGG).
- TrackTidy will display a real-time progress bar while converting.
python metadata_editor.py- View existing metadata.
- Edit title, artist, album, track number interactively.
- 🎨 Cover Art Fetching & Management
- 📁 Batch Processing for Bulk Conversions
- 🔍 Automatic Audio File Organization
TrackTidy is an open-source project. Feel free to modify and contribute.