Minimalistic app to edit ID3 (MP3 metadata) tags.
The following application allows to read & write ID3 tags (v1.0, v1.1, v2.3). The write/read ID3 algorithms have been written from scratch, but the application itself utilises React & Redux libraries running on top on Electron.
yarn // or...
npm install
yarn start // or...
npm start
yarn test // or...
npm test
yarn lint // or...
npm run lint