Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 405 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 405 Bytes

MP3 Copy ID3 Metadata

A python script to copy mp3 metadata for all files from the source folder to the matching files in the destination folder.

Setup

  1. Activate venv

    % python3 -m venv venv
    % source venv/bin/activate
    
  2. Install dependencies

    % pip3 install -r requirements.txt
    

Run

% python3 mp3-copy-meta.py ~/Temp/src ~/Temp/dst