Skip to content

🎼 Fixes music metadata and adds album art.

License

Notifications You must be signed in to change notification settings

vshsht/MusicRepair

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.x
$ pip install musicrepair
Python 3.x
$ pip3 install musicrepair

(If it doesn't work for Windows users, check this out)


Options

$ 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}

How to use

$ musicrepair

Usage


To do

  • 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)

License

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

About

🎼 Fixes music metadata and adds album art.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%