Audric V.
Audric V.
Yes, an initial extractor support has been added. Support of getting whether an audio is descriptive needs to be added in the extractor, and the corresponding app part needs to...
> The "Default content language" setting should probably be used for selecting the track it uses This should be indeed used for the default audio language selected. > Or what...
> Does this code from the LibreTube repo help? No, not at all, as LibreTube uses a different way to get audio language tags that we will be able to...
> Do we also want to add an option to enable the setSurface workaround manually? Done.
Suggestion rejected: see https://github.com/TeamNewPipe/NewPipeExtractor/pull/972#issuecomment-1320991487. Closing.
Closing due to lack of author's response.
@evermind-zz Could you please rebase your PR on the `dev` branch (or merge the `dev` branch into yours) so we can start to review it? There have been a lot...
> could you point me more information about the emergency requests? Where is it handled in eg. the browser youtube client. @evermind-zz As I can't anwser you as a comment...
The extractor provides all available streams to clients, including ones which may be not playable by them. When you are using mobile data with a resolution limit, the app tries...
> The code smells are unrelated No, they are: see https://developer.android.com/reference/android/app/Activity.html?hl=en#onBackPressed() and https://developer.android.com/reference/android/content/Intent?hl=en#getSerializableExtra(java.lang.String) These methods are deprecated since API 33 and used in `MainActivity`.