Skip to content

Fetch lyrics from the internet and embed them into your MP3 files

License

Notifications You must be signed in to change notification settings

aayushsrivastava/MP3-lyrics-embedder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MP3-lyrics-embedder

Fetch lyrics from the internet and embed them into your MP3 files

About

This uses ID3 tags in the mp3 files to get relevant information about the song for searching lyrics on one of the lyrics websites. The lyrics obtained is embedded as UnSynchronised Lyrics/Text (USLT) in the mp3 file. Supported media players will be able to display these lyrics when you play the song.

Installation

  1. Install dependencies: Mutagen, BeautifulSoup and Progress
apt install python3-mutagen
pip install beautifulsoup4
pip install progress
  1. Clone this repo
git clone https://github.com/aayushsrivastava/MP3-lyrics-embedder
cd MP3-lyrics-embedder
  1. Run the program with python3
python3 mp3_lyrics <directory-containing-mp3-files>

About

Fetch lyrics from the internet and embed them into your MP3 files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages