jrun / id3-tagbag

Miscellaneous ID3 tag manipulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The primary motivation for this little tool is to remove the Amazon metadata from their MP3s.

Usage

Print all the frames for each file


tagbag inspect $HOME/Music

Strip frames that identify the MP3 file


tagbag anonymize $HOME/Music --dry-run

Removes COMM, TCOP, TENC, TPUB, USER


tagbag anonymize $HOME/Music

About

Miscellaneous ID3 tag manipulation

License:MIT License


Languages

Language:Ruby 100.0%