neofetch icon indicating copy to clipboard operation
neofetch copied to clipboard

Apple Music Song Unknown

Open charliethompson217 opened this issue 3 years ago • 1 comments

Neofetch shows unknown artist, and song when using Apple Music. It works fine with Spotify. Screen Shot 2022-08-06 at 6 24 31 AM

Apple Music isn't and option so I set: music_player="auto" Screen Shot 2022-08-06 at 6 30 00 AM

Neofetch version 7.1.0 Screen Shot 2022-08-06 at 6 28 11 AM

charliethompson217 avatar Aug 06 '22 10:08 charliethompson217

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
Screenshot 2024-03-14 at 21 39 33 Screenshot 2024-03-14 at 21 41 31

You can check this out Neofetch PR #1611.

Hope this helps! Let me know if you have any questions.

ryugel avatar Mar 14 '24 20:03 ryugel