ryanheise

Results 1670 comments of ryanheise

Yes, I can see what you mean, thanks for finding and reporting this. I would be happy to accept a pull request. Your code snippet seems like it should work...

This plugin does support now playing via the mediaItem stream. Add items to that stream and they show up in now playing. It does not however support any features that...

I wouldn't necessarily want to shoehorn CarPlay into the android Auto API, I think the audio_service platform interface should ideally bu changed to reflect the capabilities of all platforms it...

You may be right. If it *can* exist as a separate plugin, then it should. In the case of Android Auto, it is not an easily separable API so that's...

@Subhangi3 I agree it would be quite a good idea to have a reference example showing how these two projects can fit together, but these things also require volunteers. Perhaps...

If the URls are not stable, then your approach sounds a bit fragile, since you can't predict whether audio_service will resolve the URLs before they expire. You would be better...

I suppose that could work. There is also "maybe" a possibility to implement a custom cache manager (although I don't have the API in front of me right now to...

Understood. I suppose that the `cacheKeyResolver` approach could be more flexible, since if your cache key can be derived from the URI, it wouldn't require storing extra fields, but if...

@sivaperumal644 , thanks for the request. I think also it could be a good idea to add documentation to the API docs. First, can you clarify what didn't work? I'm...

Thanks, @hacker1024 , that would be great. Incidentally, one change I recently made was to make the `AudioService.*` methods pass through directly to the background task instead of going through...