Stypox

Results 524 comments of Stypox

From the README: > If you're using Gradle, you could add NewPipe Extractor as a dependency with the following steps: > > 1. Add `maven { url 'https://jitpack.io' }` to...

@cloneconf great! Could you contribute the guide you setup to NewPipeExtractor? (I don't know where, maybe in the wiki or maybe directly in the readme, or maybe in this repository,...

This might be a good idea, however it requires location permission and keeping track of the current user location (e.g. waiting for it to load and updating it if the...

Interesting! Is it possible that using `MediaBrowserServiceCompat` along with `setSessionToken` might solve some issues related to the notification? Also, from [the docs of `MediaBrowserServiceCompat`](https://developer.android.com/reference/androidx/media/MediaBrowserServiceCompat), it enables "applications to browse media...

> Can you point me in their direction? > the media session notification shows the progress circle around the pause button in gray, rather than showing the current position You...

> Perhaps closing the notification shouldn't close the entire player, and instead, stop and close the notification UI? Closing the notification should definitely release the player. Afterwards any incoming intent...

Somebody already did a complete Kotlin migration, so we might want to take a look: https://github.com/TeamNewPipe/NewPipe/issues/10976

#1473 (maybe in combination with #3037) is a better solutions to this problem, imho

@ListSort could you open an issue for the bug 2.? Thank you! As for 1., it is a far better solution to prevent duplicates than the one you proposed first....