Bombarding / MusicRepair

:musical_score: Fixes music metadata and adds album art.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicRepair

PyPI License: MIT

Fix .mp3 files in the current directory (Adds song details,album art)
  • 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 artist name, album name, album art


##### > Adds Lyrics


___ ### Installation
Python 2.7x
$ pip install musicrepair
Python 3.4x
$ 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

How to use

$ musicrepair


Resources

Spotipy (Spotify wrapper)
Mutagen (ID3 tags editing)
BeautifulSoup (Web Scraping)


License

The MIT License (MIT) Copyright (c) 2016 Lakshay Kalbhor

About

:musical_score: Fixes music metadata and adds album art.

License:MIT License


Languages

Language:Python 100.0%