Get current media playing

Hi everyone

I wanted to have a way of getting the title/playlist etc. of the media playing (edit: on another app).

Most apps do this with notification (edit: notification listener) permission (getting the player notification).

So how would I do this in kodular?

Should I learn android studio?

Is there an extension?

Thanks in advance

You mean like this?
image

This is no big deal, using a MediaNotification extension:

Example (test app):

1 Like

No, I mean to get the media playing of other apps. Like this driving dashboard app.
https://play.google.com/store/apps/details?id=com.bitspice.automate

I think it uses read notifications permission to know what the song is and press play/pause/skip etc

Sort of like this:
https://stackoverflow.com/questions/26375770/how-to-get-current-playing-song-name-in-android
Or this: