mirror of
https://github.com/koel/koel.git
synced 2026-04-25 00:36:03 +03:00
[GH-ISSUE #574] Sorting albums with multiple cds #414
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#414
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 @chaserdoe on GitHub (Apr 16, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/574
I have some albums where the tracks are split to multiple CDs.
I saved in the ID3-Tags on which CD each track is.
When I imported my music collection into koel I noticed that koel would not sort those albums tracks correctly:
I suggest to take such albums into account for sorting.
@coderobe commented on GitHub (May 2, 2017):
I'm having the same issue. Parsing the ID3-Tag for the Album# & treating them as different albums should be good enough
@nikohd12 commented on GitHub (May 4, 2017):
@chaserdoe
I don't have any problems with serving albums with multiple CDs. Just try renaming each album with "Album Name CD1" and you'll be fine.
There's someone who posted here with additional metadata added, just try merging it to your code. I believe it's called kutr.
@coderobe commented on GitHub (May 4, 2017):
I don't think renaming the albums just for this application is a sensible way to address this, especially because ID3 defines a multi-cd tag for this exact purpose.
@BrookeDot commented on GitHub (Apr 23, 2020):
Closing as this appears to have been implemented in #687
@alexeydk78 commented on GitHub (Aug 17, 2022):
Does this feature was really implemented? In version 6.0.5 the album is not sorted by disk number.

Maybe we should reopen this issue?
@jacobgkau commented on GitHub (Jul 20, 2024):
Based on https://github.com/koel/koel/issues/729#issuecomment-379742672, I'm not sure if @phanan meant multi-disc tracks aren't supported at all in this software? It seems like a weird thing for a paid music player to intentionally not support, so I'm confused too.
@phanan commented on GitHub (Jul 20, 2024):
Paid or not, a product always has certain unsupported features, and if any
of them is a deal breaker, the consumer can always choose to not buy or use it. I
find it weird that you find it weird. Not to mention, Koel by itself is not
a paid product – 95% of its functionality is free and will always will be,
with the rest only for advanced use cases.
On Sat, Jul 20, 2024 at 12:35 Jacob Kauffmann @.***>
wrote:
@phanan commented on GitHub (Jul 20, 2024):
Also, multi discs are supported, just the special UI shown in the other comment isn't (yet). If you find a bug with multi discs, feel free to submit a report.