nicfit / eyeD3

eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3v1 (1.0/1.1) and ID3v2 (2.3/2.4).
http://eyed3.nicfit.net/
GNU General Public License v3.0
536 stars 58 forks source link

Reduce eyeD3 CLI output with silent or quiet mode, new lines for warning or errors only (configurable) #510

Open Jieiku opened 3 years ago

Jieiku commented 3 years ago

Is there a way to further reduce the eyeD3 CLI output?

Ideally looking for a mode that just displays warnings/errors, and updates the prompt with the currently processing file

"processing: /media/music/file.mp3"

Output to same line/prompt similarly to how dd does status=progress (don't output a new line for every file, just update prompt)

example gif:

test