Skip to content

lambchop01/recursively-use-mp3gain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

recursively-use-mp3gain

install mp3 gain

  1. sudo add-apt-repository ppa:flexiondotorg/audio
  2. sudo apt-get install mp3gain

options -> https://www.mankier.com/1/mp3gain

bash command to recursively treat each folder as an album. find ./ -type d -exec bash -c 'cd "$1"; mp3gain -a -k -p *.mp3' -- {} \;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published