- Fixes .mp3 files in the current working directory.
- Adds lyrics to song.
- Ignores songs already containing metadata.
- Changes file name to correct song title.
___
##### > Adds Lyrics
___ ### Installation
$ pip install musicrepair
$ pip3 install musicrepair
___ ### Options
$ musicrepair -h
usage: musicrepair [-h] [-d DIRECTORY]
Fix .mp3 files in any directory (Adds song details,album art)
optional arguments:
-h, --help show this help message and exit
-d DIRECTORY Specifies the directory where the music files are located
$ musicrepair
Spotipy (Spotify wrapper)
Mutagen (ID3 tags editing)
BeautifulSoup (Web Scraping)
The MIT License (MIT) Copyright (c) 2016 Lakshay Kalbhor