I'm building a music player and I want to give windows information like the current song's title and artist, and the album art in the popup in the attached picture. It currently display's the song name by changing the <title/> of the page.
Using Electron, HTML, and JavaScript, is this possible?
(Please ask if you need to see any code, I'm not sure what'd be helpful and what would just clutter the question so just ask)
assigned vars are:
songName - songs name,
albumName - albums name,
artistName - artists name,
res - album art,
lyrics - songs lyrics
