mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #166] Option to not split albums by artist in album view #113
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uszasty on GitHub (Dec 30, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/166
When adding an album that features tracks from more than one artist, koel splits it into different albums, which becomes annoying when, in example, you add a mix album that consist of 20 songs by 20 different artists. There should be at least option to merge certain albums or just disabling that behaviour.
@TwizzyDizzy commented on GitHub (Jan 4, 2016):
I guess we need to specify: currently, the album view seems to be based on artist + album ID3-Tag. That means that currently
results in 2 albums in the album view where only one should be shown.
Needless to say: I second that.
Cheers
Thomas
@phanan commented on GitHub (Jan 4, 2016):
No, Koel uses a different approach: Organize media by Artists > Albums > Songs. That's why such a "mixed album" is currently not displayed/organized the way it should be. For a real example, this is mine:
Personally I'm totally fine with it though.
@TwizzyDizzy commented on GitHub (Jan 5, 2016):
I see.
My question would then be: how do you - yourself - play a complete album - say a specific CD you ripped that is one album and you want to hear exactly that album and all tracks contained in it?
Cheers
Thomas
@phanan commented on GitHub (Jan 5, 2016):
Filter by the album name perhaps?
@phanan commented on GitHub (Jan 5, 2016):
Anyway I'm not saying this option will not be implemented. What I'm saying is, this isn't considered critical to me at the moment – there are other issues to solve first. If you guys can send a PR by, that would be great of course.
@TwizzyDizzy commented on GitHub (Jan 5, 2016):
Mh... yeah right, that is indeed sufficient :)
@SlashmanX commented on GitHub (Mar 31, 2016):
Just wanted to chime in here and mention that iTunes used to have a "[ ] Is Compilation?" checkbox in the album info dialog to get around this issue.
@BernardGoldberger commented on GitHub (Apr 1, 2016):
My $0.2 here
One solution could be to have a table for "Album artist" and if exits it should take priority over "Artist" or "Contributing artist".
This might be something unique to Windows I'm not sure.
@phanan commented on GitHub (Apr 19, 2016):
Merging with #21.