id3inspect

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2016 License: MIT Imports: 6 Imported by: 0

README

id3inspect

This is a small command line tool for viewing ID3 media information.

Usage

Just give it a file name and it will print everything it can find about the file in the stdout

$ id3inspect 06.Some.People.mp3
Title:  Some People
Artist: Goldfrapp
Album:  Seventh Tree
Year:   2008
Track:  6
Length: 4m40s
Genre:  Electronic
Samplerate: 44100
Bitrate:    222 KB

Installation

As any simple go program, you can just use go get:

go get github.com/ironsmile/id3inspect

and you are good to go.

Why?

I haven't found any suitable way of viewing the meta information for a random MP3 files in OSX. In Finder, iTunes or otherwise. This tool displays everything I need. Users of Linux distros and Windows would probably find it useless as their GUI file managers show the same information easily.

License

MIT

Documentation

Overview

idv3inspect: tool for showing information about media files.

It will just print the basic id3v1 and id3v2 tags for a file. This icludes Artist, Album, Title, Track Number, Year, Genre, Sample and Bitrate

Run with --help or -h for more information.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL