Skip to main content

Get an LRC format (synchronized) lyrics for your music with aiohttp

Project description

syncedlyrics_aio

Get an LRC format (synchronized) lyrics for your music with aiohttp.

Downloads

Installation

pip install syncedlyrics_aio

Usage

CLI

syncedlyrics_aio "SEARCH_TERM"

Available Options

Flag Description
-o Path to save .lrc lyrics, default="{search_term}.lrc"
-v Use this flag to show the logs
--allow-plain Return a plain text (not synced) lyrics if no LRC format was found
-p Lrc providers, split by whitespaces
-d The duration of track in ms, if provider supports. Keep default if unknow
-m Max deviation for a subtitle length in ms, enable if duration is set

Python

import syncedlyrics_aio

loop = asyncio.get_event_loop()
lrc = loop.run_until_complete(syncedlyrics_aio.search("[TRACK_NAME] [ARTIST_NAME]"))
if lrc:
    print(lrc)

Or with options:

syncedlyrics_aio.search("...", allow_plain_format=True, save_path="{search_term}_1234.lrc", providers=["NetEase"], duration=213000)

Providers

Feel free to suggest more providers or make PRs to fix the broken ones.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

syncedlyrics_aio-0.5.3.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

syncedlyrics_aio-0.5.3-py3-none-any.whl (17.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page