Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore Instrumental songs #62

Closed
srshah27 opened this issue Apr 14, 2024 · 1 comment
Closed

Ignore Instrumental songs #62

srshah27 opened this issue Apr 14, 2024 · 1 comment

Comments

@srshah27
Copy link

I'm tring to fetch lyrics for the track specifically:

{
 'album_name': 'B.o.B Presents: The Adventures of Bobby Ray',
 'artist_name': 'B.o.B',
 'duration': 180.48,
 'track_name': 'Airplanes (feat. Hayley Williams of Paramore)'
}

In response I get { ..., 'instrumental': True, 'plainLyrics': None, 'syncedLyrics': None}

The song has lyrics which I manually found that if I set album_name to B.o.B Presents: The Adventures of Bobby Ray - B.o.B

Since this data is embedded in mp3 tags I'm not able to actually alter them before request

Is there some way where I can query only for instrumental:False ?

@tranxuanthang
Copy link
Owner

If I understand your situation right, the current best way to resolve this is resubmitting that lyrics for your track's metadata. It is as simple as:

  • Find your track in LRCGET's library
  • Go to the search lyrics function (the second button on the right side of the track)
  • Search for the lyrics you found earlier, then "Apply" it to your track
  • Resubmit the lyrics to LRCLIB by going to lyrics editor, then press "Publish"

The instrumental status will be removed, and in the future, you and other people having the same file will automatically get correct lyrics for that track.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants