Releases: gedrick/SpotifyKaraoke
Release 0.3.1
Release 0.2.0
Release 0.2.0
New Features
-
Auto-scroll will no longer move to an absolute position within the lyrics. Upon each tick of the currently playing song, it will calculate the relative amount to scroll the lyrics container, so that the user can manually adjust the lyric position if needed. Since the previous system was imperfect already, this system is less "precise", but allows the user to quickly shift the lyrics, while being able to avoid manually scrolling them the entire time. It's a best of both worlds scenario - it still auto-scrolls, but lets the user scroll when required, without having to toggle any settings.
-
You can now tap the lyrics to toggle the visibility of the overlay. This includes hiding all buttons and the top menu so you can focus in on what's important - the Karaoke!
-
This is actually from the previous version 0.1.2, but you may have noticed a
More
button on the bottom left - sometimes lyrics come back a little screwy (see Improvements below for more information on this). ClickingMore
will cycle through the top 5 lyric results found, so if the lyrics shown are incorrect, you can move between the search results.
Improvements
- The word "remaster" and the associated year were really screwing up the Genius lyric search results. I have no idea why, given all the
feat: Lil' Moose & Grandmaster Hamsta Boi
type of track titles you find in hip hop, a simple classic rock song such asVan Halen - Panama - 2015 Remaster
would break the search completely. I put in a simple regex replace for some iterations of this, and the search results improved significantly.