MediaFile is a simple interface to the metadata tags for many audio file formats. It wraps Mutagen, a high-quality library for low-level tag manipulation, with a high-level, format-independent interface for a common set of tags.
MediaFile is a simple interface to the metadata tags for many audio file formats. It wraps Mutagen, a high-quality library for low-level tag manipulation, with a high-level, format-independent interface for a common set of tags.
To install py39-mediafile, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-mediafile
To see what files were installed by py39-mediafile, run:
port contents py39-mediafile
To later upgrade py39-mediafile, run:
sudo port selfupdate && sudo port upgrade py39-mediafile
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.