Releases: Mews/spotify-lyrics
Spotify-Lyrics 0.6.0
Changes
Added an option to authenticate using the client secret along with the client id (See issue #2)
The client secret can be copied from the same page as the client id, and should then be added in front of client_secret =
inside settings.ini
. Otherwise, it can be left empty.
The client id is still required to use the client secret.
Spotify-Lyrics 0.5.0
Changes
- Added message to let the user know when the app is fetching the lyrics to song
- Added option to replace empty lyrics in songs (which usually represent instrumental sections) with a custom text (the default is a music note)
- This can be edited through the
empty_lyric_replacement
option in thesettings.ini
file - To have it still be an empty line just delete the character and leave the option as
empty_lyric_replacement =
- This can be edited through the
- Added some extra debug info in the debugger
- Revamped the system to show messages to the user
Bug fixes
- Fixed issue where you could see each individual lyric being removed one by one when changing songs
- Fixed issue where zooming the lyrics in and out would also scroll them up and down
- Fixed issue where zooming in too much would cause the bottom menu to be hidden
- Fixed issue where the indicator for the song length would get cropped if the window got too small
Known issues
Zooming the lyrics in and out still looks pretty laggy and choppy.
Spotify-Lyrics 0.4.1
Bug fixes
Fixed a major bug with version 0.4.0 where the app would crash when playing specific songs.
Fixed a bug that would make the app crash when playing an ad longer than 30 seconds.
Spotify-Lyrics 0.4.0
THIS VERSION HAS A MAJOR BUG!
This release has a bug that causes the app to crash when changing to specific songs.
Please use version 0.4.1 instead.
Changes
Fixed an issue where the app window would always stutter around when moving it around.
The spotify api calls as well as the lyrics fetcher are now ran on their own thread.
Known issues
There is a slight visual bug in this version where you can see each individual lyric being removed when updating the lyrics.
Will probably fix it on the next release.
Spotify-Lyrics 0.3.0
Changes
Updated the lrc parser to be more flexible.
Effectively, this means that some lyrics that weren't previously available can now be displayed in the app.
Also, you can now also download a separate build that comes with a debugger.
The debugger just runs the app normally while also opening a console window to view the app's output.
Spotify-Lyrics 0.1.0
This is the first stable release for the app.
Spotify-Lyrics 0.2.0
Changes
The user can now change the theme and other app settings through the settings.ini
file.
A list of valid app themes is available at https://ttkbootstrap.readthedocs.io/en/latest/themes/