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 IDname
equal 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 - [email protected]
Project Link: https://github.com/MariaMozgunova/ID3_tag_editor