Bug 470716

Summary: View youtube comments
Product: [Applications] PlasmaTube Reporter: Mohammed Khoory <the.9a3eedi>
Component: generalAssignee: Linus Jahn <lnj>
Status: RESOLVED FIXED    
Severity: wishlist CC: espidev, nekonexus
Priority: NOR    
Version: 23.04.1   
Target Milestone: ---   
Platform: Flatpak   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mohammed Khoory 2023-06-06 19:58:12 UTC
Hi,

I would like to request the ability to view Youtube comments and threads. I understand that this may be an invidious limitation, I don't know. But as a user, I enjoy reading comments while watching videos from my playlist.

Commenting would be even better, but with invidious I can understand why this may not be possible.
Comment 1 Joshua Goins 2023-10-17 21:42:44 UTC
Git commit 9541fa0e3eea2f847d947fca8a2d014a9d9ce520 by Joshua Goins.
Committed on 17/10/2023 at 23:42.
Pushed by redstrate into branch 'master'.

Add basic support for viewing comments

This adds the ability to view some information about comments (author,
avatar and content) and threading is not yet supported.

M  +2    -0    src/CMakeLists.txt
A  +109  -0    src/commentsmodel.cpp     [License: GPL(v3.0+)]
A  +46   -0    src/commentsmodel.h     [License: GPL(v3.0+)]
A  +74   -0    src/contents/ui/components/Comments.qml     [License: GPL(v3.0+)]
M  +8    -0    src/contents/ui/videoplayer/VideoPlayer.qml
M  +2    -0    src/main.cpp
M  +1    -0    src/qinvidious/CMakeLists.txt
A  +47   -0    src/qinvidious/comment.cpp     [License: GPL(v3.0+)]
A  +33   -0    src/qinvidious/comment.h     [License: GPL(v3.0+)]
M  +27   -0    src/qinvidious/invidiousapi.cpp
M  +9    -1    src/qinvidious/invidiousapi.h
M  +1    -0    src/resources.qrc

https://invent.kde.org/multimedia/plasmatube/-/commit/9541fa0e3eea2f847d947fca8a2d014a9d9ce520
Comment 2 Joshua Goins 2023-10-17 21:43:50 UTC
I implemented some basic comment support now, which can be expanded later on. Expect this to land in the next release (23.12). Commenting however, is never going to be supported as it's an invidious limitation :-( The best we can do, is linking back to the original comment on YouTube like Invidious does so you can comment there.