Get current playing track info from Microsoft Groove Music app
问题 I would like to get track info of the current playing track in the Microsoft Groove app in my own app. I'm talking about the Groove APP and not the REST Api. My first approach was to try and get the Windows.Media.Playback.BackgroundMediaPlayer (now obsolete) info from my own process (app). More info about the Windows.Media.Playback.BackgroundMediaPlayer in the Dev Center Documentation The idea was to get information from BackgroundMediaPlayer.Current but this only works in the same process.