Skip to content

MP3 tag reader is a software which will read and display MP3 (ID3) tag information from MP3 files. The software will be desktop based and not web based. All operations will be performed using command line interface

Notifications You must be signed in to change notification settings

srsaidas/MP3tag-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP3 Tag Reader

MP3 tag reader is a software which will read and display MP3 (ID3) tag information from MP3 files. The software will be desktop based and not web based. All operations will be performed using command line interface

Usage

Help Command

./a.out -h

it will print all the available commands that can be used with this binary file

Image of help command

Print MP3 tag details

./a.out <mp3.file>
./a.out sample.mp3

Image of MP3 tag printing

Modify tag data

To modify title imformation and view those information

./a.out -t "Saidas" sample.mp3 
./a.out sample.mp3

Image of MP3 tag printing

similarly we can use others commands to modify tag information

~Thanks

Saidas S R!

About

MP3 tag reader is a software which will read and display MP3 (ID3) tag information from MP3 files. The software will be desktop based and not web based. All operations will be performed using command line interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published