Skip to content

benpueschel/mp3-rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mp3-rename

A simple go app to fetch mp3 metadata and

Usage

find <directory> | parallel --pipe "./mp3-rename [opts]"

Command-Line Options

  • -h: Display help
  • -c: Copy files instead of renaming them.
  • -o: Target output directory for renamed/copied files.
  • -f: Target file format. Will replace templates with the mp3-tags.
  • stdout: Print file new names to stdout instead of copying or renaming them.

Format options

  • {artist}
  • {title}
  • {album}
  • {album_artists}
  • {genre}
  • {composer}
  • {year}
  • {comment}

About

a simple go app to rename mp3 files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published