/mp4tagger

Tag MP4/M4A media files using the python module Mutagen.

Primary LanguagePythonMIT LicenseMIT

MP4/M4A Tagger

  • This program is to tag MP4/M4A media files using Mutagen.
  • Mutagen is a Python module to handle audio metadata and tags.

Installation

  1. First clone the repo.
git clone https://github.com/dropcreations/MP4_Tagger.git && cd MP4_Tagger
  1. Install mutagenMP4.
pip install --editable .

Usage

  • You can add one MP4/M4A file at once.
mutagenMP4 [MP4/M4A_path]

Explanation

  • You can add multiple values to a tag by seperating it with a comma and a space (', ').

    eg : Tag_Value_01, Tag_Value_02, Tag_Value_03,...

  • When you are adding lyrics, first save lyrics to a text file.

  • Then add that text file's path when it asked.

  • You can add more custom tags.

  • Save all custom tags to text file or type one by one while running.

  • If you are using a text file to add custom tags, text file's format must be as below.

    Tag_Name_01: Tag_Value_01, Tag_Value_02, Tag_Value_03,...
    Tag_Name_02: Tag_Value_01, Tag_Value_02, Tag_Value_03,...

    eg:

    CustomTagsPreview

  • You can add covers/albumarts. (PNG and JPG/JPEG are supported)