cvzi / genius-downloader

A lyrics downloader for genius.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genius downloader

Downloads lyrics from genius.com and saves the lyrics in a mp3 or m4a file.

You can select the correct lyrics from the first 20 search results.

Written in Python using the mutagen module.

Required:

  • Python 3.11
  • Mutagen python module pip install mutagen

Usage: python id3rapgenius.py filename artist songname

Animated screenshot of terminal

This was originally inteded as a Mp3Tag extension. To add it to the Mp3Tag context menu, do the following steps in Mp3Tag:

  • Open Tools -> Options -> Tools
  • Click on the "New" icon
  • Enter the name that shall appear in the context menu
  • For path choose your python.exe
  • For parameter use: C:\pathtofile\id3rapgenius.py "%_path%" "$replace(%artist%,","")" "$replace(%title%,","")"
  • Accept the "for all selected files" option

Mp3Tag instructions

About

A lyrics downloader for genius.com


Languages

Language:Python 100.0%