- 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
(If it doesn't work for Windows users, check this out)
$ musicrepair -h
usage: musicrepair [-h] [-d REPAIR_DIRECTORY] [-R] [-r REVERT_DIRECTORY] [-n]
[--format RENAME_FORMAT]
Fix .mp3 files in any directory (Adds song details, album art)
optional arguments:
-h, --help show this help message and exit
-d , --dir
Specifies the directory where the music files are
located
-R, --recursive Specifies whether or not to run recursively in the
given music directory
-r , --revert
Specifies the directory where music files that need to
be reverted are located
-n, --norename Does not rename files to song title
--format
Specify the title format used in renaming, these
keywords will be replaced respectively:
{title}{artist}{album}
$ musicrepair
- Add view mode (Doesn't change metadata, just shows changes)
- Add a revert mode (Removes all metadata from songs)
- Add a no rename mode (Doesn't change file name)
The MIT License (MIT) Copyright (c) 2016 Lakshay Kalbhor