Implement Apple Music playlist browsing with folders (#3008)
authorMizterB <5458030+MizterB@users.noreply.github.com>
Thu, 29 Jan 2026 06:53:58 +0000 (01:53 -0500)
committerGitHub <noreply@github.com>
Thu, 29 Jan 2026 06:53:58 +0000 (07:53 +0100)
commitb62f5617f752d2587436812948660b37df2d2a83
tree3372bc2e2ace4a5f742462dd575ecb08d9bbe3b7
parent25fab0345e641c89ef6990709d1a78e21daa21fd
Implement Apple Music playlist browsing with folders (#3008)

* Implement Apple Music playlist browsing with folders

* Update music_assistant/providers/apple_music/__init__.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Separate browse logic and handle catalog/library edge cases

* Resolve copilot feedback

* Revert & repair get_playlist

---------

Co-authored-by: Marvin Schenkel <marvinschenkel@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
music_assistant/providers/apple_music/__init__.py
music_assistant/providers/apple_music/helpers/__init__.py [new file with mode: 0644]
music_assistant/providers/apple_music/helpers/browse.py [new file with mode: 0644]