Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sametcn99/node-genius-lyrics-gui
- Owner: sametcn99
- License: unlicense
- Archived: true
- Created: 2024-05-04T16:42:09.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-27T20:09:42.000Z (3 months ago)
- Last Synced: 2024-10-11T18:02:24.734Z (2 months ago)
- Topics: audio, audio-tag, electron-vue, electronjs, ffmetadata, music-metadata, node-js
- Language: TypeScript
- Homepage:
- Size: 544 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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``