musicpack / mbox

Music Box is a music player widget in a Discord message.
7 stars 2 forks source link

Lyric from Alternative Sources #161

Open bakhoon opened 2 years ago

bakhoon commented 2 years ago

name: Lyric from Alternative Sources about: Import Lyrics from Musixmatch if lyric is not in YouTube Music labels: enhancement assignees: 'Bakhoon'


Description This PR is about getting Lyrics from Musixmatch if the lyric is not found on YouTube Music.

Just one thing to remind you is the Musixmatch html inspect element format that, there are three types of the lyrics formats which are ok, warning, and error.

Ok is when the lyric in Musicmatch has no issue while warning and error is when there is a problem with a lyric. Warning and Error have a highlighted line with yellow and red color respectfully.

image

So, I had to separate these types in order to separate inside the html inspect element.

And the last thing is that I added some installation in poetry which are

[NOTE]

Changes include