-
-
Notifications
You must be signed in to change notification settings - Fork 516
Code changes to enable player thumbnail seekbar preview in NewPipe #647
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just one small thing.
Note for whoever this is merging: please squash
extractor/src/main/java/org/schabi/newpipe/extractor/stream/Frameset.java
Outdated
Show resolved
Hide resolved
|
Wait a moment, when a very short video is played (e.g. https://www.youtube.com/watch?v=jhFDyDgMVUI) then the extractor fails: |
0bcb4d7 to
d8672a4
Compare
|
Something simple like TobiGr/NewPipeExtractor@e831c0e should solve that |
|
@litetex were you able to find out the problem? |
|
Please replace |
...in/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
Outdated
Show resolved
Hide resolved
...in/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
Outdated
Show resolved
Hide resolved
d8672a4 to
eb0a74b
Compare
Done 😄 |
extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfo.java
Outdated
Show resolved
Hide resolved
af1dede to
90b87b0
Compare
|
Rebased the branch again and applied @Stypox changes. Any change of getting this merged soon? |
After 0.21.6 is released I'd merge this right away @TobiGr |
90b87b0 to
794111d
Compare
Reformatted code
To fix ``java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String[] java.lang.String.split(java.lang.String)' on a null object reference``
java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name = org.schabi.newpipe.extractor.stream.StreamInfo) ... Caused by: java.io.NotSerializableException: org.schabi.newpipe.extractor.stream.Frameset ...
794111d to
0c12b39
Compare
This pr is required for fixing TeamNewPipe/NewPipe#3207
This is the nested/required PR for TeamNewPipe/NewPipe#6434
Also fixes: #595
Changes