mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #81] Is it possible to get most played songs from YTMusic account? #58
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#58
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 @fijar-lazuardy on GitHub (Sep 20, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/81
I wanted to make a simple analysis on my TYMusic account, simply i want to find the most played songs. I got an idea to count for songs I've played from my history, but from get_history(), all songs are appear only once so I can't count how many times songs played from my history, any alternative?
@sigma67 commented on GitHub (Sep 20, 2020):
No, it's not possible. The history page tracks your played songs, but each song there is unique. Meaning if you play it again, it only shows up once in the list. You can track it yourself using last.FM for example, or by monitoring the history page continuously like @akraus53 seems to be doing.