Skip to content

An Electron app to edit metadata of mp3 files with online search capability

License

Notifications You must be signed in to change notification settings

Mohammadreza99A/mp3-tagger

Repository files navigation

MP3 Tagger

This application lets you to edit MP3 file tags with the ability to search online for tags and apply them to the uploaded file.

Usage

Download Installers/Binaries

You can download the executable related to your OS by visiting release page.

Install

Compile from source

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

Starting development environment

If you want to start the development environment:

# if you use npm
npm start
# if you use yarn
yarn start

Packaging for production

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.

Contributors

Licence

This project is under MIT licence.