neofetch
neofetch copied to clipboard
Apple Music Song Unknown
Neofetch shows unknown artist, and song when using Apple Music.
It works fine with Spotify.

Apple Music isn't and option so I set:
music_player="auto"

Neofetch version 7.1.0

Late reply but...
The support for Apple Music has been added to the master branch but for some reasons hasn't been included in the latest release. To solve this issue, you need to clone the repo instead of downloading neofetch official release.
git clone https://github.com/dylanaraps/neofetch.git
then go to neofetch and make install (in case make install does not work do this instead)
cd neofetch
sudo make PREFIX=/usr/local install
And it should work if you have
music_player="auto"
or
music_player="Music"
in your neofetch config file.
| Before | After |
|---|---|
You can check this out Neofetch PR #1611.
Hope this helps! Let me know if you have any questions.