Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sametcn99/node-genius-lyrics-gui

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.
https://github.com/sametcn99/node-genius-lyrics-gui

audio audio-tag electron-vue electronjs ffmetadata music-metadata node-js

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# node-genius-lyrics-gui
[![Build](https://github.com/sametcn99/node-genius-lyrics-gui/actions/workflows/main.yml/badge.svg)](https://github.com/sametcn99/node-genius-lyrics-gui/actions/workflows/main.yml)
## ![Screenshot](/public/screenshot.png)

I recommend to use cli tool [write-lyric-to-audio](https://sametcc.me/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.

## Getting Started

To get started with `node-genius-lyrics-gui`, follow these steps:

1. **Clone the repository**:

```bash
git clone https://your-repository-url.git
cd node-genius-lyrics-gui
```
2. **Install Dependencies**:
``npm install``
4. **Start the Application**:
``npm run start``