Hello! In my Cordova android app I’d like to get the info (title, author, duration etc) of the currently playing song (in another application, like spotify or any mp3 player).
I didn’t find any cordova plugin to do this directly, and on the web I only found android-only ways, but sadly I have 0 experience with java/kotlin. How can I do this in cordova?

thanks in advance!