Skip to content

Just a simple program that takes your music folder and creates folder for each "artist name + album name" and moves those songs to that folder.

License

Notifications You must be signed in to change notification settings

ImSo3K/music-folderOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music-folderOrganizer

Introduction

Well I have an old PC and a very large Music folder, which means loading times are through the roof. So becuase I was too lazy 😅 to create directories for each album and then move all those songs to that folder, I created this script which does it for me 😂.

Requirements

Developed on Python 3.8.0 but I'm pretty sure it will work on any version >= 3.5

  • I'm using typing which was introduced in version 3.5.

  • This script uses 👏 @devsnd 👏 library tinytag which fetches the meta-data from the media files, check his library out for more functionalities ❗❗❗

Installation

Well this script uses only 1 package, so you either can pip install tinytag or pip install -r requirements.txt

Known Bugs

There seems to be a little bug with directory names that have backslashes \, it's just about that regex expression which I'll fix. - Fixed 👌

Acknowledgments

  • devsnd, creator of tinytag library.

About

Just a simple program that takes your music folder and creates folder for each "artist name + album name" and moves those songs to that folder.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages