[PR #847] feat(browse): add function to get a song's album ID #771

Open
opened 2026-02-27 23:02:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/847
Author: @kaneryu
Created: 12/21/2025
Status: 🔄 Open

Base: mainHead: albumid


📝 Commits (5)

  • bf65b96 feat(browse): add function to get a song's album ID
  • 5e0c203 docs: add get_song_album_id to docs
  • 75602db fix: remove unused constant
  • 3f1c692 fix: remove redundant code path
  • 6be2ea0 fix: remove unneeded comment and remove watchNextType and index from net request

📊 Changes

4 files changed (+54 additions, -0 deletions)

View changed files

📝 docs/source/reference/browsing.rst (+1 -0)
📝 tests/mixins/test_browsing.py (+10 -0)
📝 ytmusicapi/mixins/browsing.py (+33 -0)
📝 ytmusicapi/navigation.py (+10 -0)

📄 Description

No description provided


🔄 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/847 **Author:** [@kaneryu](https://github.com/kaneryu) **Created:** 12/21/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `albumid` --- ### 📝 Commits (5) - [`bf65b96`](https://github.com/sigma67/ytmusicapi/commit/bf65b96e554ded79e91c3f38bf17817012e7982b) feat(browse): add function to get a song's album ID - [`5e0c203`](https://github.com/sigma67/ytmusicapi/commit/5e0c203da59527319f56f8515d172c908bda320a) docs: add get_song_album_id to docs - [`75602db`](https://github.com/sigma67/ytmusicapi/commit/75602db2d3850e23db9f6627538c59a537f28c8a) fix: remove unused constant - [`3f1c692`](https://github.com/sigma67/ytmusicapi/commit/3f1c69263f62c529dfa1f420f236bc30c4a3969e) fix: remove redundant code path - [`6be2ea0`](https://github.com/sigma67/ytmusicapi/commit/6be2ea01431fac4f59dbadb98ec4caf79ae3832a) fix: remove unneeded comment and remove watchNextType and index from net request ### 📊 Changes **4 files changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/source/reference/browsing.rst` (+1 -0) 📝 `tests/mixins/test_browsing.py` (+10 -0) 📝 `ytmusicapi/mixins/browsing.py` (+33 -0) 📝 `ytmusicapi/navigation.py` (+10 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#771
No description provided.