tizonia-openmax-il icon indicating copy to clipboard operation
tizonia-openmax-il copied to clipboard

Playing soundcloud weekly playlist

Open isRyven opened this issue 5 years ago • 2 comments

Description

Seems i can't make playing soundcloud weekly playlists, it just shows an error:
No playlists found : weekly:165424825. SoundCloud Weekly, is a personalized playlist, containing set of tracks based on your liking. More info here https://blog.soundcloud.com/tag/soundcloud-weekly/

Steps to Reproduce

Tried to load the playlist from both user and global scopes: tizonia --soundcloud-user-playlist weekly:165424825 tizonia --soundcloud-playlists weekly:165424825 The id of the playlist is probably unique to the users, though.

You should be able to find own personalized playlist on the main page of the soundcloud: image The Go to playlist button contains the playlist name.

Expected behavior: I expect to able to play personalized playlists too.

Actual behaviour: No playlists found : weekly:165424825.

Versions

tizonia 0.17.0. Copyright (C) 2019 Juan A. Rubio
This software is part of the Tizonia project <http://tizonia.org>

Debug Info:
            * [Boost 1_58]
            * [TagLib 1.9.1]
            * [MediaInfoLib - v0.7.82]
NAME="Ubuntu"
VERSION="18.10 (Cosmic Cuttlefish)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.10"
VERSION_ID="18.10"

isRyven avatar Jan 23 '19 10:01 isRyven

Hi!, thanks for bringing this up.

I've had a brief look at it and it seems like there is no documentation (that I could find) about the new API. https://developers.soundcloud.com/docs/api/reference

I've posted a SO question to see if anybody has figured this out already: https://stackoverflow.com/questions/54337385/soundcloud-weekly-rest-api

tizonia avatar Jan 23 '19 23:01 tizonia

current workaround: add to a private Playlist and play this one with tizonia --soundcloud-user-playlist weekly

Frozen-byte avatar Jan 15 '20 14:01 Frozen-byte