Skip to content

TheFox/id3dit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

ID3dit

ID3 tags editor for the command line written in Ruby.

Install

The preferred method of installation is via RubyGems.org:
https://rubygems.org/gems/id3dit

gem install id3dit

or via Gemfile:

gem 'id3dit', '~>1.1'

Usage

Video: https://asciinema.org/a/a3tt619cc1r529av8skskgz5w

Print Help

id3dit -h

Interactive Mode

id3dit FILES...

Set Tag

id3dit --artist STRING FILES...

Remove All Tags

id3dit --remove-all FILES...

Remove a Tag

id3dit --remove-comment FILES...

Examples

  • id3dit my_music.mp3
  • id3dit track01.mp3 track02.mp3
  • id3dit --artist EAV track01.mp3
  • id3dit --artist AC/DC *.mp3
  • id3dit --year 1987 --bpm 180 track01.mp3
  • id3dit --remove-all track01.mp3
  • id3dit --remove-comment track01.mp3 track02.mp3
  • id3dit --remove-disc --remove-track track01.mp3 track02.mp3