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

Adding artists to spotify backend should expand albums, then tracks. #7

Closed
adamcik opened this issue Oct 21, 2013 · 1 comment
Closed
Assignees
Labels
C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal
Milestone

Comments

@adamcik
Copy link
Member

adamcik commented Oct 21, 2013

See mopidy/mopidy#308 for previous state.

Currently we just expand tracks, most people adding an artist most likely want the tracks grouped by albums. We can either iterate over the albums from the artist browse objects, or manually group the tracks.

@jodal jodal added this to the v2.0 milestone Sep 8, 2014
jodal added a commit that referenced this issue Nov 10, 2014
First looks up artist, then for each of the artist's albums, tracks are looked
up. Fixes #7.
@jodal jodal self-assigned this Nov 10, 2014
@jodal
Copy link
Member

jodal commented Nov 12, 2014

Fixed in develop branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal
Projects
None yet
Development

No branches or pull requests

2 participants