在linux控制台上计算mp3库的大小

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在linux控制台上计算mp3库的大小相关的知识,希望对你有一定的参考价值。

This snippets leaves out all other files like .png, .jpg, and everything else that appears in a normal music library (artwork, images, etc. ...) and only calculates the size of music (.mp3) files
  1. find /home/limepix/Music/ -name *.mp3 -print0 | xargs -0 du -ch

以上是关于在linux控制台上计算mp3库的大小的主要内容,如果未能解决你的问题,请参考以下文章

上古卷轴5控制台上怎样修改字体大小

如何去掉控制台上输出的这些日志

带有 tagLib 锐库的 C# 自定义 mp3 标签

在 kafka 控制台上无法输入大小超过 4095 个字符的消息

我想在控制台上输出二维码?

linux下ffmpeg转换amr为mp3大小为0的解决方案