[PR #210] [MERGED] Methods for browsing "moods and genres" playlists for #205 #577

Closed
opened 2026-02-27 23:01:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/210
Author: @impliedchaos
Created: 7/1/2021
Status: Merged
Merged: 7/1/2021
Merged by: @sigma67

Base: masterHead: moods_and_genres


📝 Commits (3)

  • dd4fbdc Functions for browsing moods & genres playlists
  • 0b7596d add tests for mood methods
  • ff02832 fix bad formatting.

📊 Changes

3 files changed (+102 additions, -6 deletions)

View changed files

📝 tests/test.py (+9 -2)
📝 ytmusicapi/mixins/browsing.py (+91 -4)
📝 ytmusicapi/parsers/__init__.py (+2 -0)

📄 Description

  • added get_mood_categories() to retrieve the "Moods & Genres" categories and sub-categories from YTMusic
  • added get_mood_playlists() to retrieve a list of playlists from a "Moods & Genres" category

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigma67/ytmusicapi/pull/210 **Author:** [@impliedchaos](https://github.com/impliedchaos) **Created:** 7/1/2021 **Status:** ✅ Merged **Merged:** 7/1/2021 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `master` ← **Head:** `moods_and_genres` --- ### 📝 Commits (3) - [`dd4fbdc`](https://github.com/sigma67/ytmusicapi/commit/dd4fbdc87ced33dadaaa4b4ca505a35b36872c23) Functions for browsing moods & genres playlists - [`0b7596d`](https://github.com/sigma67/ytmusicapi/commit/0b7596de5c831fd0332b644807a848e612116fba) add tests for mood methods - [`ff02832`](https://github.com/sigma67/ytmusicapi/commit/ff028322bdad3eb1d988ea23701d5adf72901088) fix bad formatting. ### 📊 Changes **3 files changed** (+102 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `tests/test.py` (+9 -2) 📝 `ytmusicapi/mixins/browsing.py` (+91 -4) 📝 `ytmusicapi/parsers/__init__.py` (+2 -0) </details> ### 📄 Description - added `get_mood_categories()` to retrieve the "Moods & Genres" categories and sub-categories from YTMusic - added `get_mood_playlists()` to retrieve a list of playlists from a "Moods & Genres" category --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:01:33 +03:00
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#577
No description provided.