Skip to content

cloudy-sfu/Music-attributes-renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music attributes renamer

Rename music attributes in Windows

Install

Download the latest release, unzip, and run Music_attributes_renamer.exe.

Developers:

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".
  3. Modify music meta data.
  4. Click "Submit".
Screenshot Homepage which have functions as follows: select a folder, modify music meta data, submit.