avantrec / soco-cli

Command Line Interface to Control Sonos Sound Systems
Apache License 2.0
227 stars 12 forks source link

Soundcloud support #74

Open xijo opened 5 months ago

xijo commented 5 months ago

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

pwt commented 5 months ago

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

xijo commented 5 months ago

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 https://github.com/avantrec/soco-cli/issues/74#issuecomment-2094083411, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAZSB3BMNN5LRPDLOV4GU3ZASOGBAVCNFSM6AAAAABG44LVZOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUGA4DGNBRGE . You are receiving this because you authored the thread.Message ID: @.***>

pwt commented 5 months ago

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 šŸ˜

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.