Herrie is a minimalistic music player that uses the command line. It is written to support a variety of operating systems, audio subsystems and file formats, including playlists. Herrie has a split-screen user interface, with a playlist at the top of the screen and a file browser at the bottom. When tracks are added to the playlist, Herrie automatically consumes them one by one. It is thus an application that allows you to batch music for playback. Herrie also has some more exotic features, including support for AudioScrobbler and the ability to chroot() itself into a directory.
Herrie is a minimalistic music player that uses the command line. It is written to support a variety of operating systems, audio subsystems and file formats, including playlists. Herrie has a split-screen user interface, with a playlist at the top of the screen and a file browser at the bottom. When tracks are added to the playlist, Herrie automatically consumes them one by one. It is thus an application that allows you to batch music for playback. Herrie also has some more exotic features, including support for AudioScrobbler and the ability to chroot() itself into a directory.
To install herrie, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install herrie
To see what files were installed by herrie, run:
port contents herrie
To later upgrade herrie, run:
sudo port selfupdate && sudo port upgrade herrie
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.