Skip to content

jsloop42/mp3-copy-id3-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Copy MP3 ID3 metadata between files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages