jeromexiong / audio_manager

A flutter plugin for music playback, including notification handling.
MIT License
100 stars 53 forks source link

Is there any method to get currently playing url? #1

Closed SimonPeter1909 closed 4 years ago

SimonPeter1909 commented 4 years ago

The Audio Manager I have been waiting for a long time. It's Perfect. Thank you @jeromexiong.

But, I need to get the URL of the currently playing audio. I can't find any method for that.

jeromexiong commented 4 years ago

You can record the current playback information when calling the start method or wait for me to add a method

cstsortan commented 3 years ago

Is there any further information on this? Should I save the current playable item in something like prefs in order to show what's the current player state when app reloads? This is most important on android, where back button "closes" the app