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

Added method to fetch lyrics from AZLyrics or Genius as a fallback #1251

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Commits on Feb 21, 2024

  1. Added azLyrics query

    Helps to fetch lyrics from azlyrics website
    Spectre-hidN committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a0a1b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5438cf View commit details
    Browse the repository at this point in the history
  3. Added method to fetch unsynced lyrics from azlyrics as a fallback.

    Spotify lyrics for many songs are not available for non-premium users. Now, it will fetch unsynced lyrics from Azlyrics as a fallback.
    Spectre-hidN committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9259e61 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Fixed the AZLyrics URL and trimmed the lyrics

    Now it will adapt to dynamic changes in the URL parameters. Additionally, it will remove extra spaces from the beginning of the lyrics.
    Spectre-hidN committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ad13f99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ebed57 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. fixed imports

    Spectre-hidN committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    07bc8f4 View commit details
    Browse the repository at this point in the history
  2. Added method to fetch genius lyrics url

    This way, users don't require genius API access tokens.
    Spectre-hidN committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e3e7c22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40dae56 View commit details
    Browse the repository at this point in the history
  4. Added fallback for AZLyrics

    Now, it will fetch lyrics from genius.com if they're not found on AZLyrics.
    Spectre-hidN committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    faa4af0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    8ad12b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    ef6ddc6 View commit details
    Browse the repository at this point in the history