An AppleScript fix for LyricsX's no lyrics bug
About: Restarts LyricsX whenever song changes. LyricsX will then be able to fetch the lyrics of each songs.
Download "LyricsX_Temporary_Fix.scpt"
Right click the folder where you store the file select "New Terminal at Folder".
nohup osascript LyricsX_Temporary_Fix.scpt &
Runs the AppleScript in the background
Note: The script will restart LyricsX without changing windows focus.
pkill -f "LyricsX_Temporary_Fix"
Terminates the AppleScript
Do this is anything goes wrong.