Skip to content

This simple script organizes your music files by artist or album.

Notifications You must be signed in to change notification settings

kijoe20/music_organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Music Organizer

This script organizes your music files by artist or album.

Requirements

  • Python 3.x
  • mutagen library

You can install the required library using pip:

pip install mutagen

Usage

  1. Clone the repository or download the script.
  2. Open a terminal and navigate to the directory containing musicorganize.py.
  3. Run the script:
python 

musicorganize.py

  1. Follow the prompts to provide the path to your music folder and choose how you want to organize your music (by artist or album).

Example

What is the path to your music folder? /path/to/your/music
How would you like to organize your music? (artist/album) artist

The script will organize your music files and delete any empty folders.

Functions

License

This project is licensed under the MIT License.


This `README.md` file provides a clear guide on how to use the script, including installation, usage, and a brief description of the functions.

About

This simple script organizes your music files by artist or album.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages