This Python script helps organize your audio files by various parameters such as artist, album, and genre, creating a structured directory for your music library.
Created by Rajofearth with the assistance of ChatGPT 3.5.
- Python 3.x
- Mutagen library (install using
pip install mutagen
)
-
Clone the repository to your local machine:
git clone https://github.com/rajofearth/audio_organizer.git
-
Navigate to the project directory:
cd audio_organizer
-
Run the script:
python3 audio_organizer.py
- Run the script
audio_organizer.py
. - The script will prompt you to enter the path to the folder containing your audio files.
- Define the folder structure for organizing your files based on your preferences.
- The script will then organize your audio files into folders based on the specified structure.
If you want to modify the path where your audio files are located or change the folder structure, you can do so interactively when prompted by the script during runtime.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.