Skip to content

tonipm/mp3-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP3 Organizer

Automate the organization of your MP3 music collection by sorting files into artist and album folders using ID3 tags.

Features

  • 📁 Scans a specified directory (non-recursively) for .mp3 files.
  • 🏷️ Reads ID3 tags including artist, album, trackNumber, and title.
  • 🗂️ Creates folders by artist and subfolders by album.
  • 🔀 Moves and renames MP3 files into the appropriate folder structure.
  • ✍️ Renames files with the format: track_number. track_title.mp3.

This tool is perfect for tidying up and structuring messy music libraries quickly and easily.

Requirements

Node.js (v12 or higher recommended)

Installation

npm install

Usage

  1. Set the sourceDir variable in the script to the directory containing your MP3 files.

  2. Run the script:

node index.js

About

Automate the organization of your MP3 music collection by sorting files into artist and album folders using ID3 tags.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors