Releases: robert-alfaro/genius-lyrics
Releases · robert-alfaro/genius-lyrics
0.2.4
What's changed
- Extended lyrics cleaning to remove more unwanted text.
- Fixed a bug in lyrics cleaning when
Contributors
appears in singular form.
🚀 Features
- Added two patterns to clean lyrics:
- remove occurrences of
You might also like
andSee [artist] LiveGet tickets as low as $[price]
.
- remove occurrences of
🐍 Bug fixes
- Fixed removing
Contributors
lines from lyrics when singular vs plural.
Thanks to @markaggar for contributing!
0.2.3
What's changed
- Extended song title filter to include 'mix', 'bonus' keywords.
- Add aggressive title filter that removes text from a hyphen
-
.
🚀 Features
- Added second-pass search filtered by truncating text from first hyphen.
🐍 Bug fixes
- Fixed catching error when connection to genius.com is severed.
0.2.2
What's changed
- Added support to increase chance and accuracy of a lyrics result.
🚀 Features
- Added support to clean song titles intelligently using regex.
0.2.1
What's changed
- Fix broken integration from recent changes
🐍 Bug fixes
- Fixed use of
async_track_state_change_event() params
0.2.0
What's changed
- Patched copy of dependency's
Genius
client class to provide improved results indexing
🚀 Features
- Added DeviceInfo support for Service
- Improved song results (tries to ignore wrong language and non-songs)
🐍 Bug fixes
- Fixed use of deprecated
async_track_state_change()
0.1.2
What's changed
- Notification now also sent for auto-configured sensors (
Monitor All
option set)
🚀 Features
🐍 Bug fixes
- Fixed disabled-status tracker to act only when status actually changes
0.1.1
What's changed
- Refactored flow code for re-use
- Moved services code to new file
- Misc style formatting, clean up
🚀 Features
search_lyrics
service now returns response if entity_id is omitted- Auto-enable/disable sensor per media player enabled state
🐍 Bug fixes
- Fixed config flow strings
- Now ignoring media players in
restored
state - Update state when media player is no longer active
0.1.0
What's changed
- Rewritten codebase for HA 202X versions
- Support Config Flow
- No longer require access token (uses public api)
🚀 Features
- Auto/Manual media player discovery
- More media attributes: song art, pyong count, hot stat
🐍 Bug fixes
search_lyrics
service fixed
0.1.0-beta1
What's changed
- Rewritten codebase for HA 202X versions
- Support Config Flow
- No longer require access token (uses public api)
🚀 Features
- Auto/Manual media player discovery
- More media attributes: song art, pyong count, hot stat
🐍 Bug fixes
search_lyrics
service fixed
0.0.3
Merge pull request #26 from caraar12345/patch-1 Set 'missing artist and/or title' error to debug