0.2.2 • Published 4 months ago

g2mm v0.2.2

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
4 months ago

g2mm

A library and tool for converting lyrics from Genius style to Musixmatch and Plain (i.e. Apple Music) styles.

The tool

The g2mm tool reads your Genius style lyrics from stdin and writes them re-formatted in Musixmatch/Plain style to stdout, like this:

npx g2mm < my_genius_lyrics.txt > my_musixmatch_lyrics.txt
npx g2mm --plain < my_genius_lyrics.txt > my_musixmatch_lyrics.txt

The library

There is only one function, g2mm:

import g2mm from "g2mm";

const my_musixmatch_lyrics = g2mm(my_genius_lyrics);
const my_plain_lyrics = g2mm(my_genius_lyrics, "plain");
0.2.2

4 months ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago