Table of Contents
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
Clone the repo with git clone https://github.com/MariaMozgunova/ID3_tag_editor.git
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 IDnameequal to valuevalue--get=<name>- shows frame with frame ID equl toname
Eample of usage: mp3_meta_data_editor.exe --filepath=song.mp3 --set=TIT2 --value="Song name"
Distributed under the MIT License. See LICENSE.txt for more information.
Maria Mozgunova - @mariamozgunova - mariiamozgunova@gmail.com
Project Link: https://github.com/MariaMozgunova/ID3_tag_editor