Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata without playing new item #33

Open
asutula opened this issue Apr 28, 2019 · 0 comments
Open

Update metadata without playing new item #33

asutula opened this issue Apr 28, 2019 · 0 comments

Comments

@asutula
Copy link

asutula commented Apr 28, 2019

Awesome project! It looks like it makes something overly complex in Android really simple :)

My use case is for playing a live audio stream. The URL for the stream never changes and provides a constant audio feed. In addition to the auto stream URL, there is another endpoint I can fetch data from about the name, etc of the currently playing show within that stream.

Since I only ever have to play a single audio source, I need a way to update the metadata on it's own if I detect from my endpoint that it has changed (so the system notification updates, etc).

A quick look through the source code makes it seems that updating metadata is only possibly by playing a new item (a new source URL in a new MediaMetaData). Am I wrong? Is what I want to to already possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant