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

List just artist's albums instead of albums and songs #282

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rivaldi8
Copy link
Contributor

When I want to listen to some music I usually look for a specific album from an artist. So I look for the artist, then for the album, then I start playing it.

ArtistMusicFragment displays the list of albums horizontally with all the artist's songs below. For artists with a large discography it's cumbersome to scroll horizontally to find an album.

This pull requests make ArtistMusicFragment list just the albums in a grid. It would remain to add a fake album as the first entry with all the artist songs to facilitate when the user doesn't care about the album. To keep this PR small I've left it off for a future PR, in case you accept this one.

@Kasijjuf
Copy link
Contributor

Any reason this branches off 15 commits behind naman14:master head instead of from naman14:master head directly?

@rivaldi8
Copy link
Contributor Author

Sorry, somehow I forgot to sync my master with upstream. I've rebased the branch properly now.

@naman14
Copy link
Owner

naman14 commented Nov 4, 2017

@rivaldi8 I am still not sure about this change, however i do agree with your view on this. I think it will be good if we can keep the albums in grid on top followed by the songs. I will test different layouts for this to work properly

@rivaldi8
Copy link
Contributor Author

rivaldi8 commented Nov 8, 2017

@naman14 Having the album grid at the top followed by songs would be good enough for me :-)

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