Syncedlyrics Versions Save

Get an LRC format (synchronized) lyrics for your music

v0.9.0

1 month ago

What's Changed

  • Karaoke (word by word) synced lyrics with flag --enhanced (If available on Musixmatch) #24
  • Genius provider added for plain format lyrics only #27
  • Deezer works again #26
  • Megalobiz removed due to outage #30

New Contributors

v0.8.0

4 months ago

Improvements

Now you can get the synced translated snippets along the original lines (#19):

syncedlyrics "Kiss Me Until My Lips Fall Off" -l fr
[00:46.82] I've spent a million days
(J'ai passé un million de jours)
[00:54.37] I've had many darker days
(J'ai eu beaucoup de jours plus sombres)
...

Note this is only backed by Musixmatch for now.

v0.7.0

5 months ago

Drop support for Python 3.7 since it is no longer under maintenance.

What's Changed

New Contributors

Full Changelog: https://github.com/0x7d4/syncedlyrics/compare/v0.6.1...v0.7.0

v0.6.1

7 months ago

Bug fixes

  • Using token_sort_ratio for fuzz string similarity as it has more accuracy for song display names. Fixes NetEase failed CI tests (related to #14)

v0.6.0

8 months ago

Improvements

  • Add Lrclib provider (#11)

Bug fixes

  • Fix MusixMatch out-of-range indexing (#12)

Minor Change

  • Displacing Lyricsify because of CloudFlare protection (#11)

v0.5.0

1 year ago

Improvements

  • Add Musixmatch provider (#5)

Bug fixes

  • Lyricsify crash fix (#8)

What's Changed

New Contributors

Full Changelog: https://github.com/rtcq/syncedlyrics/compare/v0.4.0...v0.5.0

v0.4.0

1 year ago

Improvements

What's Changed

New Contributors

Full Changelog: https://github.com/rtcq/syncedlyrics/compare/v0.3.0...v0.4.0

v0.3.0

1 year ago

Improvements

Note: Deezer provider is temporarily not used since the API no longer allows null api_token requests

v0.2.2

1 year ago

Fixes:

  • Fixing Deezer provider-function bug (#2)

v0.2.0

1 year ago
  • Add Deezer provider
  • Add provider filter for the search function
  • Fix CLI entry point installation for syncedlyrics command to be standalone
  • Fix the None value bug for writing the .lrc file