[GH-ISSUE #81] Is it possible to get most played songs from YTMusic account? #58

Closed
opened 2026-02-27 22:07:48 +03:00 by kerem · 1 comment
Owner

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?

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?
kerem closed this issue 2026-02-27 22:07:48 +03:00
Author
Owner

@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.

<!-- gh-comment-id:695812558 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#58
No description provided.