Skip to content

A simple Python script for sorting music files into folders according to their album names contained in their metadata.

Notifications You must be signed in to change notification settings

vb2007/music-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

A simple music sorter made with Python

A script, that runs through a specified folder's songs, then puts them into their album's folders.

It's made to be used with spotyDL.

Usage

Generally on Windows

Install dependencies with pip:

pip install -r requirements.txt

Then run the script:

python main.py

Using venv

Install required packages using your package manager

Using apt:

sudo apt install python3.11 python3.11-venv pip

Using pacman:

sudo pacman -S python3

Create & use a venv

Creating a venv:

python3 -m venv music-sorter

Activating the venv:

source music-sorter/bin/activate

Installing dependencies:

pip install -r requirements.txt

Running the script:

python3 main.py

Deactivating the venv (when done):

deactivate

About

A simple Python script for sorting music files into folders according to their album names contained in their metadata.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages