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.
pip install mutagen
)git clone https://github.com/rajofearth/audio_organizer.git
cd audio_organizer
python3 audio_organizer.py
audio_organizer.py
.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.
Made with the help of ChatGPT 3.5 🤖 —