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

fix auto-grouping #1550

Merged
merged 4 commits into from Jul 29, 2015
Merged

fix auto-grouping #1550

merged 4 commits into from Jul 29, 2015

Conversation

mblythe86
Copy link
Contributor

The auto-grouper only worked if the filenames in the directory happened to already be in order by artist & album. Now, the code will first sort by artist & album, then group them.

The auto-grouper only worked if the filenames in the directory happened to already be in order by artist & album.  Now, the code will first sort by artist & album, then group them.
@sampsyo
Copy link
Member

sampsyo commented Jul 28, 2015

Looks great; thank you for fixing this!

Would you mind fixing the tiny style issue reported by Travis? I think it just wants a space after the comma. And then if you add a quick note to the changelog, we should be ready to merge.

@mblythe86
Copy link
Contributor Author

Finally got it to pass the tests! If it's not the spacing, it's that the line's too long :-P

I've also added a note in the changelog, so I think this should be good to go.

Thanks,
Matt

@sampsyo
Copy link
Member

sampsyo commented Jul 29, 2015

Fantastic! Thank you again.

@sampsyo sampsyo merged commit 5710a96 into beetbox:master Jul 29, 2015
sampsyo added a commit that referenced this pull request Jul 29, 2015
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

2 participants