MusicInfo-Editor-Pro

MusicInfo Editor Pro

A modern lyrics editor with Material Design 3 interface, supporting LRC/SRT/ASS formats and audio playback synchronization.

Features

Project Structure

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

Getting Started

Web Version

Simply open Web/index.html in a modern browser. No build step required.

Electron Desktop Version

cd Electron
npm install
npm start

Usage

  1. Load an audio file using the player bar button
  2. Import lyrics via File > Import LRC or Import Lyrics Text
  3. Click on lyrics lines while playing to sync timestamps
  4. Press Enter to move to the next line and sync automatically
  5. Export your work in LRC, SRT, or ASS format

Keyboard Shortcuts

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright (c) 2026 btm_m