I’d like to query Windows Media player from an external app to find out what track (album and artist) it’s currently playing.
Is that information exposed anywhere? I’ve looked into the Windows.Media-Namespace but couldn’t find a way to receive this information or track changed events and such.
Similar questions regarding ‘How to read currently playing track in WMP’ may be appropriate, such as this one.
Whilst that question was about C#, in the answer there is a JavaScript specific reference. You may, for the purposes of Metro’s sandboxing, need to consider the manifesting options to make this available to you.