[GH-ISSUE #707] While searching, community playlists has key itemCount populated with the views of the playlist #462

Closed
opened 2026-02-27 23:00:55 +03:00 by kerem · 1 comment
Owner

Originally created by @Utkarsh-vishnoi on GitHub (Dec 29, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/707

Describe the bug
While running the search, The JSON payload generated for the community playlists has key itemCount but it's displaying the views of the playlist. Please fix this.

To Reproduce
Steps to reproduce the behavior:

  1. Executed ytmusic.search('eminem')
  2. Excerpt from the JSON response for category as Community Playlists.
{
    "category": "Community playlists",
    "resultType": "playlist",
    "title": "Every Eminem Song",
    "itemCount": "23M",          <-------- This is incorrect
    "author": "C0d0ps",
    "browseId": "VLPL813690032BF2CE3C"
 }

Additional context
I have not setup authentication and directly using the API. My country is India FYI.

Originally created by @Utkarsh-vishnoi on GitHub (Dec 29, 2024). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/707 **Describe the bug** While running the search, The JSON payload generated for the community playlists has key `itemCount` but it's displaying the views of the playlist. Please fix this. **To Reproduce** Steps to reproduce the behavior: 1. Executed `ytmusic.search('eminem')` 2. Excerpt from the JSON response for category as Community Playlists. ``` { "category": "Community playlists", "resultType": "playlist", "title": "Every Eminem Song", "itemCount": "23M", <-------- This is incorrect "author": "C0d0ps", "browseId": "VLPL813690032BF2CE3C" } ``` **Additional context** I have not setup authentication and directly using the API. My country is India FYI.
kerem 2026-02-27 23:00:55 +03:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@sigma67 commented on GitHub (Jan 17, 2025):

cannot reproduce

<!-- gh-comment-id:2599046675 --> @sigma67 commented on GitHub (Jan 17, 2025): cannot reproduce
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#462
No description provided.