Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix!: remove defunct MetroLyrics
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Jul 30, 2021
1 parent 66bb8b6 commit 0ad1ebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 65 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Info

MP3Lyrics is a tool written in Ruby (currently only CLI) to download song lyrics from [MetroLyrics](https://www.metrolyrics.com), [AZLyrics](https://www.azlyrics.com) and [Genius](https://genius.com).
MP3Lyrics is a tool written in Ruby (currently only CLI) to download song lyrics from [AZLyrics](https://www.azlyrics.com) or [Genius](https://genius.com).
The lyrics are added to the mp3 file via the [USLT (Unsynchronised lyric/text transcription)](https://id3.org/id3v2.4.0-frames) tag (with the power of [ruby-mp3info](https://github.com/moumar/ruby-mp3info)).

## Motivation
Expand All @@ -33,7 +33,7 @@ Simply because they charge me (the developer) for retrieving the lyrics.

#### Why are you not using MetroLyrics API?

I don't have an API key (yet).
The site has been shut down as of July 2021.

#### Why are you not using Genius API?

Expand Down Expand Up @@ -62,7 +62,7 @@ gem install mp3lyrics
## Usage

```shell
mp3lyrics <dir> [-override true/false] [-use genius/metrolyrics/azlyrics]
mp3lyrics <dir> [-override true/false] [-use genius/azlyrics]
```

**dir** is the folder with your music, it's iterated recursively.
Expand Down
30 changes: 0 additions & 30 deletions lib/wiki/metrolyrics.rb

This file was deleted.

32 changes: 0 additions & 32 deletions test/metrolyrics_spec.rb

This file was deleted.

0 comments on commit 0ad1ebc

Please sign in to comment.