Releases: likewinter/genius-alfred-workflow
Fix bug with choosing wrong player app
v1.2 Fix script choosing wrong player app when multiple apps are running i…
Apple Music Support
Add Apple Music player support
Remove Deezer support due to impossibility to get the current track from Apple Script
Optimize Apple Script in terms of performance
v1.0
Merge branch 'master' of github.com:likewinter/genius-alfred-workflow
VOX player support added
Add VOX player support (best player for FLAC on MacOS)
Fixed description
Faster, better song matching
Now it's using undocumented API endpoint for faster result parsing (~2 times) and pick lyrics from songs, not from all results (because Genius contains not only songs translation)
Migration to AppleScript
Song detection script was rewritten in AppleScript for better compatibility with old Mac OS versions
Better player detection
Better player detection: it will choose the only app with currently playing a song (if by some WTF reasons there are two simultaneously playing app it will choose Spotify) if there is no playing song in any app it will do nothing.
Spotify support
Now workflow choose current playing app (between iTunes and Spotify) and search for lyrics from it
v0.2
initial