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

DynamicPlaylist instances are created, but no songs generated (Python 2.7) #43

Open
LiYChristopher opened this issue Jan 21, 2016 · 0 comments

Comments

@LiYChristopher
Copy link

I'm having trouble getting the Dynamic Playlist object to work. I really want to be able to use a seed_catalog to generate the playlist, but any method to fetch songs e.g. get_lookahead_songs() returns None.

standard_playlist1 = playlist.Playlist(seed_catalog=u'CAZZOPK15261351B73')
print standard_playlist1

>> <Dynamic Playlist - 96d0aed056df4e64997a16c670eae817>

print standard_playlist1.get_lookahead_songs()

>> None

I have tried simple using an artist_id or artist argument, but it's not working.

On the other hand, the static playlist works great through any generation method (artist, artist_id or seed catalog). Based on the documentation and the existence of a deprecated dynamic playlist, is this still something of a work in progress?

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

No branches or pull requests

1 participant