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.
- Host: GitHub
- URL: https://github.com/rajofearth/audio_file_organizer
- Owner: rajofearth
- Created: 2024-02-24T07:54:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T12:42:54.000Z (about 1 year ago)
- Last Synced: 2025-01-15T13:07:26.050Z (4 months ago)
- Topics: automation, music, organizer, python, python-script
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🤖
---