lastfmsubmitd is a replacement for the traditional Last.fm plugin model. Instead of re-implementing networking and caching code in each plugin, player plugins can simply send song information to the daemon, which will take care of the rest.
lastfmsubmitd is a replacement for the traditional Last.fm plugin model. Instead of re-implementing networking and caching code in each plugin, player plugins can simply send song information to the daemon, which will take care of the rest.
To install lastfmsubmitd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lastfmsubmitd
To see what files were installed by lastfmsubmitd, run:
port contents lastfmsubmitd
To later upgrade lastfmsubmitd, run:
sudo port selfupdate && sudo port upgrade lastfmsubmitd
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.