I recommend to use cli tool write-lyric-to-audio
This project is an Electron application designed to interact with the Genius Lyrics API, providing a graphical user interface for fetching and writing song lyrics to audio file metadata tags. It leverages modern web technologies including Vue.js for the frontend and Vite as the build tool for a fast development experience.
To get started with node-genius-lyrics-gui
, follow these steps:
- Clone the repository:
git clone https://your-repository-url.git
cd node-genius-lyrics-gui
- Install Dependencies:
npm install
- Start the Application:
npm run start