Save lyrics to the file header
Write .txt file with the lyrics next to the audio file.
Run without making changes to your file system
Skip backup of the original file
Run without notifications
Run without fetching lyrics from internet
Run with more information
Installer adds right-click context to folders and to mp3/flac file types
Runs on file/folder using configuration from %ProgramData%\lyricsify\lyricsify.env
# Write lyrics to file header
LYRICSIFY_SAVE_HEADER=false
# Writes .txt file next to the audio file (i.e. /path/to/audio.mp3 -> /path/to/audio.txt)
LYRICSIFY_SAVE_TXT=true
# Do not save lyrics to a local database
LYRICSIFY_DISABLE_CACHE=false
# Do not fetch lyrics from the web
LYRICSIFY_OFFLINE=false
# Do not make any changes to files
LYRICSIFY_DRY_RUN_MODE=false
# Do not create a backup of the original file (use at your own risk)
LYRICSIFY_SKIP_BACKUP=false
# Disables notifications
LYRICSIFY_QUIET_MODE=false
# Verbose mode: Extra prints to log
LYRICSIFY_VERBOSE_MODE=falseUsage:
lyricsify.exe <filename>
filename file or folder to handle [string]
Options:
-s, --save-header save lyrics in file header [boolean]
-t, --save-txt save lyrics to a txt file [boolean]
-p, --disable-cache do not cache lyrics [boolean]
-l, --offline do not download lyrics [boolean]
-d, --dry-run not making any changes to files [boolean]
-x, --skip-backup do not backup original file [boolean]
-q, --quiet disable notifications [boolean]
-v, --verbose print additional logs [boolean]
--version Show version number [boolean]
--help Show help [boolean]
examples:
lyricsify.exe "X:\\Music\\song.mp3" --save-header --save-txt
lyricsify.exe "X:\\Music\\" --quiet --save-txt
- npm install
- npm run build