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 installyarn start // or...
npm startyarn test // or...
npm testyarn lint // or...
npm run lint