An open API service indexing awesome lists of open source software.

https://github.com/mdinacci/musicorganizer

Python script that given a directory with mp3 files will create a directory structure for artist/albums/songs
https://github.com/mdinacci/musicorganizer

Last synced: about 1 year ago
JSON representation

Python script that given a directory with mp3 files will create a directory structure for artist/albums/songs

Awesome Lists containing this project

README

          

musicorganizer

Given a source directory read the ID3 tags inside MP3 files and create
the following directory structure:

Artist
Album1
song1.mp3
song2.mp3
Album2

Artist2
...

Unknown Artist
Unknown Album
Unknown Title.mp3
Unknown Title1.mp3