id3tag
Tool for reading, writing, and manipulating ID3v1 and ID3v2 tags of MP3 files. More information: <https://manned.org/id3tag>.
RUN apt-get update && \
apt-get install -y libid3-tools
RUN apt-get update && \
apt-get install -y libid3-tools
RUN pacman -S --noconfirm id3lib
RUN apt-get update && \
apt-get install -y libid3-tools
RUN dnf install -y id3lib
RUN apt-get update && \
apt-get install -y libid3-tools