https://github.com/cloudy-sfu/music-attributes-editor
Edit audio files' title, album, artists in batch in Windows
https://github.com/cloudy-sfu/music-attributes-editor
bulk-rename file-properties metadata mutagen tinytag windows
Last synced: 5 months ago
JSON representation
Edit audio files' title, album, artists in batch in Windows
- Host: GitHub
- URL: https://github.com/cloudy-sfu/music-attributes-editor
- Owner: cloudy-sfu
- License: gpl-3.0
- Created: 2024-11-27T11:17:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-27T23:28:03.000Z (8 months ago)
- Last Synced: 2025-11-30T12:58:26.733Z (8 months ago)
- Topics: bulk-rename, file-properties, metadata, mutagen, tinytag, windows
- Language: Python
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Music attributes editor
Edit audio files' title, album, artists in batch in Windows


## Install
### From release
Download the latest release, unzip, and run `Music attributes renamer.exe`.
### From source code
Create a Python virtual environment and run the following command.
```
pip install -r requirements.txt
```
To generate `app.spec`, run the following command. This file is manually modified after generated.
```
pyi-makespec app.py
```
To compile from source code, run the following command.
```
pyinstaller app.spec
```
## Usage
1. Select the local folder which is the album.
2. Click "Load". It will display all audio files in the selected folder and its subfolders.
3. Edit music meta data.
4. Click "Submit". If meta data still cannot display in operation system's file explorer, click "unblock" for corresponding to these audio files and submit again.