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
- Host: GitHub
- URL: https://github.com/mdinacci/musicorganizer
- Owner: mdinacci
- Created: 2011-05-21T20:30:16.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-09-12T19:21:22.000Z (almost 14 years ago)
- Last Synced: 2025-04-07T01:39:52.830Z (about 1 year ago)
- Language: Python
- Homepage: www.intransitione.com
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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