mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1088] Feature request: Show albums by artist #637
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#637
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 @tecosaur on GitHub (Sep 23, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1088
Once again, just a quick thing.
You can click on an artist to see all their songs. It would be nice if the


X albumsbit could be clicked on to show all of their albums.Once again I'm running master/HEAD.
@phanan commented on GitHub (Sep 23, 2019):
Great idea! I'll find some time to implement it.
@phanan commented on GitHub (Oct 5, 2019):
Come to think more about it, can't we just filter the Albums screen with the artist name? Most of the cases this will yield the exact result that we need.
@tecosaur commented on GitHub (Oct 5, 2019):
That's how I assumed you'd do it :)
@phanan commented on GitHub (Oct 18, 2022):
Landed on
master.@tecosaur commented on GitHub (Oct 18, 2022):
Great!
@phanan commented on GitHub (Oct 18, 2022):
Haha it's always nice to see someone still active after 3 years (and sorry for quite a late addition).
@tecosaur commented on GitHub (Oct 18, 2022):
My Koel server has faded away since you last saw me, but if this can be NixOS-ified I'll be giving Koel another try in ~6 months I think 😁.
@phanan commented on GitHub (Oct 18, 2022):
Not familiar with Nix (always wanted to give it a go though) but you can always use Docker ;)
@tecosaur commented on GitHub (Oct 18, 2022):
Mmm, I got fed up with things breaking and figured Nix would be the closest I could realistically get to an "unbreakable system" (with who-system configuration, system rollbacks, etc.). It was a rough start, but I'm glad I've given it a shot — I'd recommend a friend who's a bit familiar though 😅.
@tecosaur commented on GitHub (Oct 18, 2022):
Oh, by the way, I'm pretty sure you can build Docker containers from Nix packages: https://nixos.org/guides/building-and-running-docker-images.html.