now-playing.el is available to install from MELPA.
now-playing.el by default will attempt to load the macOS SF Symbols font when running Emacs as a GUI. Use the convenience command now-playing-init to setup both SF Symbols and to globally set your keybinding preference (default <f14>) to the Transient menu now-playing-tmenu.
Interactively run M-x now-playing-init or add the following line to your Emacs initialization file:
(now-playing-init "<f14>")
Alternately, a direct setting of your keybinding preference to now-playing-tmenu can be done as follows:
(keymap-global-set "<f14>" #'now-playing-tmenu)