2026-04-27 16:55:20 +02:00
2026-04-27 16:55:20 +02:00
2026-04-27 16:55:20 +02:00
2026-04-27 16:55:20 +02:00

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
  • ffmpeg installed and available in your system PATH

Usage

  1. Open the script and update the source and dest paths at the top.
  2. 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 .flac file after conversion.

⚠️ Notes

  • Paths are hardcoded at the top for simplicity.
  • Designed for personal/local use. Always back up your library before running!
Description
A script to copy and convert music (flac => mp3).
Readme 25 KiB
Languages
Python 100%