Lyrics for every song in your iTunes library.
Download FreeA small Windows utility that fills in missing lyrics for the tracks in your iTunes library. Select songs, or let it scan the whole library, click a button, and it fetches lyrics from Genius and writes them back to the track metadata so they travel with the file.
Originally a fork of the discontinued iLyrics, kept alive after the upstream project dropped LyricWiki integration. The current version uses the Genius API.
Batch-update your whole selection. Results stream into a grid as each lookup completes.
Review each lyrics match before accepting it. Full control over what gets written.
Scan your library for corrupted lyrics containing replacement characters and re-fetch them.
ClickOnce is the recommended install channel. It includes automatic updates.
$ nuget restore iTuneslyrics.sln $ msbuild iTuneslyrics.sln /p:Configuration=Debug
Targets x86 in Debug because iTunesLib COM interop is 32-bit only. Open iTuneslyrics.sln in Visual Studio 2017 or later.