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