Newpipe: 'Show info' does not show info.

Created on 28 May 2019  路  7Comments  路  Source: TeamNewPipe/NewPipe

'Show info' does not show info but loads the video directly.
From all places where it appears (ie. from Downloads context menu, from What's new, etc.).

This is destructive when one has a limited dataplan.

Android 6
Huawei P8 Lite

android:versionCode="730" android:versionName="0.16.1" android:compileSdkVersion="28" android:compileSdkVersionCodename="9" package="org.schabi.newpipe" platformBuildVersionCode="730" platformBuildVersionName="0.16.1">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28"/>
bug good first issue

All 7 comments

Could not replicate.

I experienced the same issue.

  • Use an external app and tap a Youtube link
  • Open it via Newpipe
  • (Prefered 'open' action = Always ask)
  • I tap "Show info", JUST ONCE.

Result:

  • The video player pops up. Pressing Android back button goes to the video info page.

If I tap "Video player" instead of "Show info", pressing the Android back button returns to the previous app, not the info page.

Moto G5 Plus, Android 7.0, Newpipe 0.16.2 (F-Droid?).

I made a request to remove the Just Once & Always Buttons since it causes confusion and if you press Always by accident then you have to set it back to Always Ask in the settings again. I do not think it is a big fix since all that is needed is to remove a button and rename the Just Once button to OK.

https://github.com/TeamNewPipe/NewPipe/issues/2172

I was unable to reproduce this issue in the debug app, even when replacing /data/data with the release version and renaming "shared_prefs/org.schabi.newpipe_preferences.xml".

I ended up building the release app in Android Studio, overwriting my actual release app (made possible by Lucky Patcher, actually a huge security vulnerability that I forgot to disable this mode), and throwing exceptions in the source code to analyze the stack traces and diagnose the issue.


https://github.com/TeamNewPipe/NewPipe/blob/f98e5cc22d986fe0df33a5e572b0666a249ded8c/app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.java#L1159-L1160

https://github.com/TeamNewPipe/NewPipe/issues/2232 "Re-add ability to autoplay video when directly opened" claims that this feature (reported as a bug in this issue) has been removed.

https://github.com/TeamNewPipe/NewPipe/blob/21a90bb7ee6d46d87750671754b0d05a6807d516/app/src/main/java/org/schabi/newpipe/util/NavigationHelper.java#L497-L499

It was not removed, but the preference entry to turn it on/off was removed from the GUI, while keeping the choice made in an earlier version of the app!

As a result, this invisible config entry causes some older app installations to either exhibit this issue's behavior or not, without any visible configuration differences.

Both 0.16.2 and dev 6a0450b9f68e9e23604573d896a6cc640d8d46df exhibit this hidden state behavior.


I suggest either adding this checkbox back to the GUI, or unconditionally setting autoplay to false.

So, still open?

Clear app data to avoid this issue.

Out of scope after #2907: the autoplay toggle now exists again

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Hunter9888x picture Hunter9888x  路  3Comments

probonopd picture probonopd  路  3Comments

desmonk picture desmonk  路  3Comments

Hunter9888x picture Hunter9888x  路  3Comments

cavemandaveman picture cavemandaveman  路  3Comments