-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
comments support #1650
comments support #1650
Conversation
@yausername Please rebase your changes in this and in the extractor repo so we can start to test and review. |
I will start to reviw this soon. |
requires TeamNewPipe/NewPipeExtractor#101 |
@yausername there are several changes that have to be made in the backend first: https://github.com/TeamNewPipe/NewPipeExtractor/pull/101/files |
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.
Hey @yausername,
I quickly tested your changes and what I saw looks really good 👍 Unfortunately, I do not have time for code reviews at the moment.
- There should be a content setting which allows the user to disable comments.
- Loading the video detail view seems to be way slower than usual. Do you fetch the comments asynchronously? I am not aware of any code you did here or in the extractor, so this is something @theScrabi might discuss with you further.
- I am not sure if this is a good idea, but maybe we should make it easier to switch between the "comments" and "next video" tabs. Do you guys think we should detect horizontal swipes?
In case we are able to fetch nested comments one day, we need to discuss a proper design for that.
Hi @TobiGr,
|
@TobiGr I have made some change for
Please test and give feedback if/when you have time Thanks |
@yausername Thanks for taking a look at my suggestions. I am sorry for the late response, but I rarely find spare time for larger PRs at the moment.
Maybe it was my wifi. It is kinda unstable and slow... I really like your changes so far. Comment support will be an significant improvement for NewPipe 👍 There are still some things to do from UI and UX side, but I guess someone will find time to take a look at the code soon. Below you can see two screenshots. The left one was taken with NewPipe 0.14.2 and the right one at your latest commit. As you can see (I hope so, the divider is hard to see at my screenshots), we separate the "next video" from the other recommended videos. It might be good if you keep the next video and separate it from the others. When comments are disabled, there is no "next video" heading. But to be honest, I am not sure if we need one. @theScrabi What do you think? |
@TobiGr Thanks for taking time for the feedback. I will look into your suggestions. |
@yausername |
@yausername thanks, man! This is what I wanted long time |
@TobiGr you have ben granded write access for frontend as well as backend, please feel free to review and merge PRs (especially the smaller ones). You would help me a lot, and help to make releases go faster :) |
Finally. |
@theScrabi Thanks, I'll take a look at the extractor once I finished my exam on monday. |
Merged the extractor though :). I had time today. |
Code does not look bad to me. However could someone else please give another final review? |
Please also think about QA. |
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.
This works well on my device. Anyways, would be possible to set the default pannel on the next videos? I use it more often than comments, and i think its going to be really annoying to swipe at each video |
Absolutely agree with panels reordering |
@justanidea maybe the last state of the panel could be saved. |
F*** it, it worx. |
@yausername thanks a lot, great work 👍 |
@theScrabi, when is the next apk release going to be published? Can't wait for the comment support! 👍 |
Lets say next thing i do in newpipe is another release ;) |
@yausername I encountered the first bug, would you please take a look at it? |
Sure, I'll take a look. |
I just want to say thank you for the comments support, it's always been annoying when a video says there's more info in the comments. However, it's funny how at the same time NewPipe gets comments, YouTube starts shutting down comments on an entire category of videos :) |
Yeah, being able to read the comments is a huge plus. Next thing we should
have is comment replies.
…On Sun, Mar 3, 2019, 11:06 AM Skylar Ittner ***@***.***> wrote:
I just want to say thank you for the comments support, it's always been
annoying when a video says there's more info in the comments. However, it's
funny how at the same time NewPipe gets comments, YouTube starts shutting
down comments on an entire category of videos :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1650 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXEx9IicL7yeHCSX--8fASuKVNLJifE4ks5vTB0xgaJpZM4WXFnw>
.
|
The code is crappy and needs lot of work.