A modern lyrics editor with Material Design 3 interface, supporting LRC/SRT/ASS formats and audio playback synchronization.
MusicInfo-Editor-Pro/
├── Web/ # Web version
│ ├── index.html # Main application
│ └── musicinfo-editor-pro-icon.png
└── Electron/ # Desktop version
├── main.js # Electron main process
└── package.json # Electron dependencies
Simply open Web/index.html in a modern browser. No build step required.
cd Electron
npm install
npm start
Ctrl+Z: UndoCtrl+Y: RedoCtrl+F: Find and ReplaceEnter: Sync current line timestamp / Move to next lineThis project is licensed under the MIT License - see the LICENSE file for details.
Copyright (c) 2026 btm_m