Skip to content

MariaMozgunova/ID3_tag_editor

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

This app edits and reads ID3v2 tags from mp3 files. The app works from a cmd/terminal. More on ID3v2 tag https://id3.org/d3v2.3.0

Now only APIC and text frames are supported

Getting Started

Clone the repo with git clone https://github.com/MariaMozgunova/ID3_tag_editor.git

Usage

Valid parameters for the program:

  • --filepath=<path> - specify file to work with
  • --show - shows all metadata in ID3v2 tag
  • --set=<name> --value=<value> - sets frame with frame ID name equal to value value
  • --get=<name> - shows frame with frame ID equl to name

Eample of usage: mp3_meta_data_editor.exe --filepath=song.mp3 --set=TIT2 --value="Song name"

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Maria Mozgunova - @mariamozgunova - mariiamozgunova@gmail.com

Project Link: https://github.com/MariaMozgunova/ID3_tag_editor

(back to top)

About

Edits and reads ID3v2 tags from mp3 files

Topics

Resources

License

Stars

Watchers

Forks

Languages