mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-26 07:46:00 +03:00
[GH-ISSUE #148] likeStatus for tracks in get_watch_playlist #113
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#113
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?
Originally created by @KoljaWindeler on GitHub (Jan 11, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/148
Hi, i've just realized that get_song will not return a likeStatus.
Would you consider to add that ?
Thanks Kolja
Edit: same for get_watch_playlist() ...
@sigma67 commented on GitHub (Jan 11, 2021):
Not possible for
get_song,get_watch_playlistshould work@sigma67 commented on GitHub (Jan 11, 2021):
Well for
get_playlistit's only possible to know whether a song was liked, but not whether it was disliked or is indifferent. This could be determined based on the status of the menu toggle. Unfortunately no other information is provided as you can see in the web interface.@sigma67 commented on GitHub (Jan 14, 2021):
@KoljaWindeler Do you think it's worthwhile implementing this if it can't report DISLIKE status? It could only state LIKE or NOT LIKED (either INDIFFERENT or DISLIKE, but we can't tell)
@KoljaWindeler commented on GitHub (Jan 14, 2021):
Hi, absolutely .. I only use LIKE and "whatever" .. so that would help me absolutely !