Getting Currently playing metadeta from Windows 10

Hello, I was wondering if there was a library similar to DubyaDude's WindowsMediaController. I Want to create a media controller with a display that can show the currently playing song along with some other things such as volume.

I've kinda run up against a wall for this since other than making a program that runs locally on my PC I can't think of a way to communicate the metadata to an arduino.

metadata.PNG

metadata.PNG

Unless you listen to the audio and recognize the song (Shazam like) you will have indeed to run some sort of code on the PC to extract the information (is there an API?) ans send it to the arduino via a communication link (USB, Ethernet, Wi-Fi, BT,...)