-
Notifications
You must be signed in to change notification settings - Fork 12
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
Soundcloud support #74
Comments
Hi: Thanks for your comments and sorry for the late response. Are you referring to ShareLink support for SoundCloud, as currently provided for Apple, Spotify, Tidal and Deezer? I ask because we don't have general support for music services (because they're not robustly supported by the SoCo library). Cheers, |
Yes, exactly, I was asking about sharelink support for SoundCloud. I’d be
happy to work on a PR if you could provide some general direction on how to
start 😏
…On Sat 4. May 2024 at 10:48, pwt ***@***.***> wrote:
Hi:
Thanks for your comments and sorry for the late response.
Are you referring to *ShareLink* support for SoundCloud, as currently
provided for Apple, Spotify, Tidal and Deezer? I ask because we don't have
general support for music services (because they're not robustly supported
by the SoCo library).
Cheers,
Peter
—
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZSB3BMNN5LRPDLOV4GU3ZASOGBAVCNFSM6AAAAABG44LVZOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUGA4DGNBRGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks. SoundCloud ShareLink support would need to be added in the underlying SoCo library, within the ShareLink plugin, then SoCo-CLI would automatically acquire the capability. I'll take a look to see how feasible this is. |
I have worked around this limitation using yt-dlp. Consider that I don't have a SC subscription so I am limited to SC's free audio stream (mp3 128kbps). The following might suit you @xijo
|
Wow that is very smart, I‘ll give it a try! Thank you
…On Sat 14. Dec 2024 at 12:04, maqbeq2 ***@***.***> wrote:
I have worked around this limitation using yt-dlp. Consider that I don't
have a SC subscription so I am limited to SC's 128kpbs audio stream, using
the following might suit you @xijo <https://github.com/xijo>
yt-dlp -f http_mp3_0_0 -g [insert-soundcloud-link-here] | xargs sonos
[your-speaker-name-here] play_uri
—
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZSBYMMOSMILYPMFKLZD32FQGFJAVCNFSM6AAAAABTTN26Q6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBTGA2TQMRSGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
That's very nice -- thanks. (I did investigate adding SoundCloud to the SoCo library some time ago, but didn't get very far.) |
Hey folks,
First of all thanks for the work you've put into this library.
I was wondering if it was possible to add soundcloud support to it. Afaics it should not be substantially different from how spotify works, right?
Any idea how to start or how difficult that would be to add?
Thanks and greetings,
Johannes
The text was updated successfully, but these errors were encountered: