typeset_audio_dir
Module for reading tags of MP3 audio files
Install
- All systems
-
curl cmd.cat/typeset_audio_dir.sh
- Debian
-
apt-get install libmp3-tag-perl
- Ubuntu
-
apt-get install libmp3-tag-perl
- Kali Linux
-
apt-get install libmp3-tag-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmp3-tag-perl
- Raspbian
-
apt-get install libmp3-tag-perl
- Dockerfile
- dockerfile.run/typeset_audio_dir
libmp3-tag-perl
Module for reading tags of MP3 audio files
MP3::Tag is a wrapper module to read different tags of mp3 files. It provides an easy way to access the functions of separate modules which do the handling of reading/writing the tags itself. At the moment MP3::Tag::ID3v1 and MP3::Tag::ID3v2 are supported.