[Feature Request]: Show comments on songs/videos #2372
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#2372
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Preflight Checklist
Problem Description
It would be great if we could view and interact with comments on songs/videos, like we can do on Android and iOS.
Proposed Solution
Comments tab here:

Alternatives Considered
N/A
Additional Information
No response
Unfortunately, Desktop version of YTM doesn't provide data of the comments.
@JellyBrick if you remove the "music" subdomain from a URL, you can see the comments. They are just YouTube comments on the YouTube video equivalent of the track – e.g. https://music.youtube.com/watch?v=jTmX9xW1oHY
vs https://www.youtube.com/watch?v=jTmX9xW1oHY:
On that note, it would be great if you could surface the number of "likes" on a song too, since that's also data sourced from the YouTube backend.
@th-ch Keen to hear your thoughts on the above
the
music.
prefix is irrelevant to implementing this featurewe'd have to use YouTube's API via
youtubei.js
which I must admit is quite easy to do, but it has the risk of Google flagging your IP as suspicious
Agree. Being able to read the comments while listening to the music would be great, I think it's one of the things that often makes me opt for YT instead of Spotify or Tidal
What's the risk behind this? Having to re-login sometimes? YTM refusing to work?
I use Mullvad VPN just about 100% of the time on all my devices, and I haven't had any problems with YTM. Since Mullvad VPN is stupidly secure, Mullvad's IPs are suuuper suspicious because people like to use them for illegal things. I have to do extra captchas from Google all the time, and some sites straight-up will not let me in until I turn it off.
But, again, no problems from YTM.
I am not sure, but I assume comments are monitored more due to bots.
Maybe we could use Google's cloud console API for YouTube and have users login so we can use the API.
Is this the thing where it blocks your ip from making youtube api requests for 24 hours?
Much appreciate execute some test to validate any restriction. This feacture will allow high interation on logging users.