ersel/spotify-cli-mac

Display the song/album artwork in the terminal.

jriordan22849 opened this issue · 5 comments

Proposed new enhancement
Display the current song artwork in the terminal. It is possible to display images within the terminal.

ersel commented

great idea @jriordan22849, do you have any pointers regarding how we could achieve this?

Hey,
Please review the following pull requested #37.

I used the imaging module to draw the song artwork in the terminal.

The artwork displays like a second or two after the current song is been played.
We can retrieve the url for the artwork using AppleScript. there might be better modules for displaying images in the terminal but the imaging seems like the simplest to use. Also, it creates a pretty cool image in the terminal.
Can be a good starting point.

Reference to the imaging module
https://github.com/switer/imaging

ersel commented

Awesome, thanks for your contribution @jriordan22849 . I'll review this as soon as possible 👍

ersel commented

Planning to review this weekend @jriordan22849 , sorry for the delay

ersel commented

Released with v1.4.0 🎉