This application lets you to edit MP3 file tags with the ability to search online for tags and apply them to the uploaded file.
You can download the executable related to your OS by visiting release page.
First, clone the repository via git or by downloading the .zip
file and install dependencies:
git clone https://github.com/Mohammadreza99A/mp3-tagger
cd mp3-tagger
# if you use npm
npm install
# if you use yarn
yarn install
If you want to start the development environment:
# if you use npm
npm start
# if you use yarn
yarn start
If you want to package the application:
# if you use npm
npm package
# if you use yarn
yarn package
The packaged application will be based on your operating system and can be found under build/release
directory.
This project is under MIT licence.