Bug 470716 - View youtube comments
Summary: View youtube comments
Status: RESOLVED FIXED
Alias: None
Product: PlasmaTube
Classification: Applications
Component: general (show other bugs)
Version: 23.04.1
Platform: Flatpak Linux
: NOR wishlist
Target Milestone: ---
Assignee: Linus Jahn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-06 19:58 UTC by Mohammed Khoory
Modified: 2023-10-17 21:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.