gillesdemey / Cumulus

☁️ A SoundCloud player that lives in your menubar.
http://gillesdemey.github.io/Cumulus
MIT License
1.43k stars 123 forks source link

Include Liked Playlists in LIKES or PLAYLISTS Tab #38

Closed mutewinter closed 8 years ago

mutewinter commented 8 years ago

Soundcloud puts them in the Playlists area, which seems fine.

screen shot 2015-12-10 at 10 31 59 am

jpknegtel commented 8 years ago

Second this!

gillesdemey commented 8 years ago

I hear you, I wanted this to be part of the initial release too.

Sadly, SoundCloud's API does not support "liked" playlists. SoundCloud's v2 API does however support these operations but aren't considered "stable" yet.

I'm working on a client for their latest API but haven't gotten around to reviewing it and implementing it. https://github.com/gillesdemey/soundcloud-v2

gillesdemey commented 8 years ago

I've released this as version 0.6.0, with a PR from @Mc01.