Skip to content

Remove the metadatas from mp3 files

License

Notifications You must be signed in to change notification settings

Sad-theFaceless/mp3metadataRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

mp3metadataRemover

A bash script to remove the metadatas from one or multiple mp3 files.
Does not remove the Title nor the Contributing artists metadatas (unless they are ID3v1).

Download

GNU/Linux

wget https://raw.githubusercontent.com/Sad-theFaceless/mp3metadataRemover/main/mp3metadataRemover.sh && chmod +x mp3metadataRemover.sh

Dependencies

  • id3v2
  • mp3check

Usage

Works for both single and multiple files

./mp3metadataRemover.sh $FILE.mp3 [...]
./mp3metadataRemover.sh $DIRECTORY/*.mp3