vdmitriyev / mp3tagmanager

Assigning right tags (title, author, album) to MP3 files located inside a folder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Assigning right tags (title, author, album) to the MP3 files located inside specified folder.

How It Works

The initial ideas is to assign the proper tags to the MP3 audio files in case most of the compositions are named in the following pattern

<AUTHOR>' '<DELIMETER-SUCH-AS-DASH>' '<TITLE>'

Non-standard names of the songs or artists can be handled by means of the 'artists.py' file, just add the artist names to the list there.

Dependencies

pip install mutagen

Usage

python mp3tagmanager.py --folder c:\music\

TO-DO

About

Assigning right tags (title, author, album) to MP3 files located inside a folder

License:MIT License


Languages

Language:Python 100.0%