An open API service indexing awesome lists of open source software.

https://github.com/rajofearth/audio_file_organizer

This repository contains a Python script for organizing audio files by various parameters such as artist, album, and genre, creating a structured directory for your music library.
https://github.com/rajofearth/audio_file_organizer

automation music organizer python python-script

Last synced: 3 months ago
JSON representation

This repository contains a Python script for organizing audio files by various parameters such as artist, album, and genre, creating a structured directory for your music library.

Awesome Lists containing this project

README

        

# Audio Organizer

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](https://github.com/rajofearth) with the assistance of [ChatGPT 3.5](https://openai.com/blog/chatgpt).

## Getting Started

### Prerequisites
- Python 3.x
- Mutagen library (install using `pip install mutagen`)

### Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/rajofearth/audio_organizer.git
```

2. Navigate to the project directory:
```bash
cd audio_organizer
```

3. Run the script:
```bash
python3 audio_organizer.py
```

### Usage
1. Run the script `audio_organizer.py`.
2. The script will prompt you to enter the path to the folder containing your audio files.
3. Define the folder structure for organizing your files based on your preferences.
4. The script will then organize your audio files into folders based on the specified structure.

## Note
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.

## Contributing
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---
Made with the help of ChatGPT 3.5 🤖
---