Skip to content
/ tagrep Public

πŸ” Find tracks with the given ID3 artist, title or year

License

Notifications You must be signed in to change notification settings

n10v/tagrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

tagrep

Screenshot

tagrep is a tiny CLI utlity for finding tracks with the given ID3 frames (e.g. artist, title or year).

Installation

go get -u github.com/bogem/tagrep

Usage

$ tagrep --help
Usage:
  tagrep [flags] paths

Flags:
      --abs             print absolute paths
      --artist string   match artist
  -e, --exts strings    parse files only with given extensions. use "*" for parsing all files (default [.mp3])
  -i, --ignore-case     ignore case on matching frames
  -r, --recursive       recursive search
      --title string    match title
  -v, --verbose         verbose output
      --year string     match year

About

πŸ” Find tracks with the given ID3 artist, title or year

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages