This is a file system for converting flac files to mp3 files on the fly. This is useful, if you archive your music in flac format, but some program (i.e. iTunes) are not capable reading flac, but mp3.
This is a file system for converting flac files to mp3 files on the fly. This is useful, if you archive your music in flac format, but some program (i.e. iTunes) are not capable reading flac, but mp3.
To install mp3fs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mp3fs
To see what files were installed by mp3fs, run:
port contents mp3fs
To later upgrade mp3fs, run:
sudo port selfupdate && sudo port upgrade mp3fs
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.