mp3cue is a program that parses an input CUE file describing a multitrack MP3 and cuts the input MP3 into multiple MP3 tracks according to the description in the CUE file.
mp3cue is a program that parses an input CUE file describing a multitrack MP3 and cuts the input MP3 into multiple MP3 tracks according to the description in the CUE file.
To install mp3cue, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mp3cue
To see what files were installed by mp3cue, run:
port contents mp3cue
To later upgrade mp3cue, run:
sudo port selfupdate && sudo port upgrade mp3cue
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.