Ampache Browser is a library that implements a desktop client for Ampache. It provides an end-user Qt UI and has a simple C++ interface that allows easy integration into a client application.
Ampache Browser is a library that implements a desktop client for Ampache. It provides an end-user Qt UI and has a simple C++ interface that allows easy integration into a client application.
To install ampache_browser, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ampache_browser
To see what files were installed by ampache_browser, run:
port contents ampache_browser
To later upgrade ampache_browser, run:
sudo port selfupdate && sudo port upgrade ampache_browser
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.