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

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.

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

Sort of like this:

Or this:
https://www.codeproject.com/Articles/992398/Getting-Current-Playing-Song-with-BroadcastReceive