758 B
758 B
Music Library Converter
A lightweight Python script that copies a music directory structure and automatically converts FLAC files to high-quality MP3s.
Requirements
- Python 3
ffmpeginstalled and available in your systemPATH
Usage
- Open the script and update the
sourceanddestpaths at the top. - Run it:
python3 convert_music.py
How It Works
- Recreates the exact folder structure in the destination directory.
- Copies all files over.
- Converts
.flac→.mp3(320kbps, preserves ID3 metadata). - Deletes the original
.flacfile after conversion.
⚠️ Notes
- Paths are hardcoded at the top for simplicity.
- Designed for personal/local use. Always back up your library before running!