Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Apple Music support to the ShareLink plugin #886

Merged
merged 1 commit into from
Jan 23, 2022

Conversation

amelchio
Copy link
Contributor

@amelchio amelchio commented Jan 23, 2022

This enables enqueuing of Apple Music links via the ShareLink plugin. Only tested with my own account so far.

>>> from soco import SoCo
>>> from soco.plugins.sharelink import ShareLinkPlugin
>>> speaker=SoCo("10.0.2.15")
>>> sharelink=ShareLinkPlugin(speaker)
>>> sharelink.add_share_link_to_queue("https://music.apple.com/dk/playlist/60s-hard-rock-essentials/pl.462cd74ff6234e48957aecf14f4927ab")
1

@pwt pwt self-assigned this Jan 23, 2022
@pwt pwt added this to the 0.26.0 milestone Jan 23, 2022
@pwt
Copy link
Contributor

pwt commented Jan 23, 2022

Great addition -- thanks. Can't test it personally, but LGTM. Will be in v0.26.0, to be released shortly.

@pwt pwt merged commit b3bbf25 into SoCo:master Jan 23, 2022
@pwt pwt linked an issue Jan 23, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Able to play music from Apple Music
2 participants