/track-namer

Automatically rename music files based on meta data

Primary LanguagePython

🔊

Music File Renamer

Basic Python script to automate the renaming of music files based on their meta data
Files will be renamed to trackname.mp3

Built With Python

Python

(back to top)

Installation

Clone the repo

git clone https://github.com/ryansereno/track-namer

Install dependencies

pip install -r requirements.txt

Run

python script.py

Input directory path

path/to/music/folder

(back to top)