Skip to content

Experimental tool written in Rust to view MP3 metadata

Notifications You must be signed in to change notification settings

arafatamim/mp3info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mp3info

Experimental CLI tool to read common metadata from MP3 files, with an ID3 parser written from scratch.

Install

cargo install --root=$HOME/.local/ --git https://github.com/arafatamim/mp3info

Usage

  • Display common tags:
mp3info info song.mp3
  • View lyrics:
mp3info lyrics song.mp3
  • Save cover photo:
mp3info picture song.mp3 > cover_front.jpg

Run mp3info help for detailed instructions.

About

Experimental tool written in Rust to view MP3 metadata

Topics

Resources

Stars

Watchers

Forks

Languages