Skip to content

myArchivedProjects/sort-my-mp3-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some python code to re-organize my mp3 collection.

It grabs a directory with a large number of unsorted files, checks their ID tags and re-arranges them based on /LETTER/artist/album/title

edit MP3DIR with the path for your mp3 files

on nixos:

    nix-shell
    python run.py

on other beasts:

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
python run.py

About

This re-arranges my mp3 files collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published