[GH-ISSUE #322] Compilation albums are not handled as a single album #235

Closed
opened 2026-02-26 02:32:32 +03:00 by kerem · 5 comments
Owner

Originally created by @fxthomas on GitHub (May 3, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/322

I'm using Beets to manage my music collection, and it has the nice ability to mark an album with multiple artists as a "compilation", effectively treating it as one single album. For instance for Acoustic Love has the "compilation" flag set properly :

ffmpeg version 3.0.2 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.3.0 (GCC)
...
Input #0, mp3, from '01 You're Beautiful.mp3':
  Metadata:
    title           : You're Beautiful
    artist          : James Blunt
    track           : 1/38
    album           : Acoustic Love
    disc            : 1/2
    date            : 2005-09-26
    genre           : Rock
    TBPM            : 0
    compilation     : 1  <-- This is the compilation flag

This is what Koel sees :

screenshot from 2016-05-03 22-30-36

Can the current behavior (one album entry per (artist, album) tuple) be possibly altered for such a case?

EDIT: Almost forgot, Koel version is 2.2.0.

Originally created by @fxthomas on GitHub (May 3, 2016). Original GitHub issue: https://github.com/koel/koel/issues/322 I'm using [Beets](http://beets.io) to manage my music collection, and it has the nice ability to mark an album with multiple artists as a "compilation", effectively treating it as one single album. For instance for [Acoustic Love](http://musicbrainz.org/release/2a552d7e-85a0-4fbd-8346-2edadfaf7d62) has the "compilation" flag set properly : ``` ffmpeg version 3.0.2 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.3.0 (GCC) ... Input #0, mp3, from '01 You're Beautiful.mp3': Metadata: title : You're Beautiful artist : James Blunt track : 1/38 album : Acoustic Love disc : 1/2 date : 2005-09-26 genre : Rock TBPM : 0 compilation : 1 <-- This is the compilation flag ``` This is what Koel sees : ![screenshot from 2016-05-03 22-30-36](https://cloud.githubusercontent.com/assets/613594/14997391/d3e312f0-117e-11e6-97b4-f136bcd1e6b3.jpg) Can the current behavior (one album entry per `(artist, album)` tuple) be possibly altered for such a case? _EDIT: Almost forgot, Koel version is 2.2.0._
kerem closed this issue 2026-02-26 02:32:32 +03:00
Author
Owner

@alex-phillips commented on GitHub (May 3, 2016):

I think he's already working on this: https://github.com/phanan/koel/issues/21

<!-- gh-comment-id:216658023 --> @alex-phillips commented on GitHub (May 3, 2016): I think he's already working on this: https://github.com/phanan/koel/issues/21
Author
Owner

@fxthomas commented on GitHub (May 3, 2016):

Uh, seems that I don't know how to use search properly. I'm closing this then, thanks for pointing it out! :)

<!-- gh-comment-id:216659144 --> @fxthomas commented on GitHub (May 3, 2016): Uh, seems that I don't know how to use search properly. I'm closing this then, thanks for pointing it out! :)
Author
Owner

@alex-phillips commented on GitHub (May 3, 2016):

@fxthomas I'd still mention the compilation flag in the other issue - make sure he's aware of it as a way to identify these albums in case he doesn't already know.

<!-- gh-comment-id:216659924 --> @alex-phillips commented on GitHub (May 3, 2016): @fxthomas I'd still mention the `compilation` flag in the other issue - make sure he's aware of it as a way to identify these albums in case he doesn't already know.
Author
Owner

@phanan commented on GitHub (May 4, 2016):

I'm using such a flag, but encountering some difficulties with editing – the fields are too dynamic now. Besides, I don't really have much free time recently :(

<!-- gh-comment-id:216762644 --> @phanan commented on GitHub (May 4, 2016): I'm using such a flag, but encountering some difficulties with editing – the fields are too dynamic now. Besides, I don't really have much free time recently :(
Author
Owner

@fxthomas commented on GitHub (May 4, 2016):

@phanan That's okay, I've been wondering about koel for a while and just started testing it yesterday! :)

I'll let the discussion continue in the main issue.

<!-- gh-comment-id:217011487 --> @fxthomas commented on GitHub (May 4, 2016): @phanan That's okay, I've been wondering about koel for a while and just started testing it yesterday! :) I'll let the discussion continue in the main issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#235
No description provided.