-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Android TV os oreo: Pop up Permission required #3531
Comments
The app does try to ask for permission via the standard intent. If you don't see the dialog, your OS does not support it (seems like it is no longer included by default in recent Android TV versions). |
Okay. Just for clarification. PIP floating video mode is what has missing implementation as at now. In the menu I have setup settings for newpipe to continue playing in pip mode when I press the home key. The OS has support for this as mentioned above since other media apps can make use of this function. |
Have a similiar issue on fire tv: (Fire os 6 is not based on oreo but nougat atm i think.) Anybody knows if the permission could be granted via adb? And if yes what would be the command for this? |
We though about removing the buttons to play a video in pop-up mode, because we could not think of a use-case and good implementation with a dpad. |
I agree with that. I think it would be a good idea to remove / hide pop-up-mode and also gestures & touch related settings if a device without touch controls (android-tv / fire-tv) is detected. 🤔 The unified player ui is a great improvement (but currently only for touch devices). |
Since yesterday some changes were made for TV support and it's good now. |
Thanks for all your efforts avently. D-pad support is good now in the latest test apk. 😎👌 Minimised player is not useable with dpad, but that should be no show stopper and could probably handled in the future. NewPipe 0.20 will be a great release i believe. |
So... this is fixed? |
No, I think the popup player has not yet been hidden on android TVs where it is unusable |
Since the upcoming 0.20 release (which already works great on android tv) will play videos in windowed mode Could it be a good idea to replace the (not working and useless) popup-button with an fullscreen-button when executed on android tv? This way one could quickly switch between background play and fullscreen video. 🤔👌 |
@peat80 Good idea! |
I would prefer to just fix the popup mode: let user move it around at resize at will. The popup itself can't intercept key presses, but it should be possible to create a special semi-transparent Activity for customizing it's bounds by remote. |
If fixable why not. But it would only make sense when it also keeps playing while changing apps. If it only could be made working inside NewPipe it would not make sense with unified player arriving soon. 🤔 |
Is there really a use for having the popup player on Android TV? |
Not |
NewPipe on Amazon Firestick/TW works. But player's not full screen. On attempt to scale player to full screen, pop-up permission request does come up. Afacit, no option to set/toggle the perm, so no full screen usage. Is this^ still the relevant issue? Or has discuss/solution gone elsewhere in the issue queue ? thx o/ |
It went to #9023 |
Asks for pop up Permission when switching to background mode.
In the system settings, only storage dialog is available. Other apps that make use of pop-up also do not have the appear on top of other apps settings. As this feature seems baked in to the apps rather than a setting toggle-able by the user.
Would be happy to provide any further info if required.
Side note: Big thank you to the devs for making this wonderful app available on Android TV!
The text was updated successfully, but these errors were encountered: