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

Support 'list albumartist' #555

Closed
wants to merge 8 commits into from

Conversation

ZenithDK
Copy link
Contributor

Make "list albumartist" work.

@ZenithDK ZenithDK mentioned this pull request Oct 31, 2013
@adamcik
Copy link
Member

adamcik commented Nov 1, 2013

Flake warnings "breaking" the build.

@@ -236,6 +238,18 @@ def _list_artist(context, query):
return artists


def _list_albumartist(context, query):
import logging
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stray logging again? If you really need this it belongs at the top of the file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is just stray, need to check better for these.
Also, I need to push the new testcases to this PR instead of the track_no one in #554 :)

@jodal
Copy link
Member

jodal commented Nov 2, 2013

Rebased, added a check for if album in track.album.artists exists, and merged in 463978e.

@jodal jodal closed this Nov 2, 2013
@ZenithDK ZenithDK deleted the feature/list_albumartist branch November 2, 2013 21:22
@ZenithDK
Copy link
Contributor Author

ZenithDK commented Nov 2, 2013

Cheers, thanks.
I shouldn't have rebased, should I? I should just have done a merge I guess?

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

Successfully merging this pull request may close these issues.

None yet

3 participants