mirror of
https://github.com/koel/koel.git
synced 2026-04-25 00:36:03 +03:00
[GH-ISSUE #314] Play album should add to queue in track number order #230
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#230
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 @MitchLillie on GitHub (Apr 22, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/314
Steps to reproduce:
Desired behavior:
Looks like the issue is twofold:
falsefor shuffle is being passed toplayback.playAllInAlbumon line 41 of album-item.vueshuffleparam isn't getting passed to thequeueAndPlaymethod.Happy to make a quick PR if this looks good. :) If you want a commit hash for this one it's probably, well,
0ee3728.@BernardGoldberger commented on GitHub (Apr 22, 2016):
I completely agree with @MitchLillie , I have also suggested in the past about adding an additional shuffle button https://github.com/phanan/koel/issues/137.
I believe there were also others that requested it.
@phanan commented on GitHub (Apr 23, 2016):
I haven't forgotten about this. Still thinking about the GUI though, i.e. how "Shuffle" and "Play in Order" buttons can live beautifully together, both on desktop and mobile. If you guys have an idea, please let me know.
@BernardGoldberger commented on GitHub (Apr 25, 2016):
Maybe they shouldn't, how about there should be a global setting under the users profile where they can select what their preference is?
I'm still thinking on what a nice a comfy design there might be for them living together but it seems like it would take some thinking out of the box.
@phanan commented on GitHub (Apr 25, 2016):
IMO such behavior doesn't need/isn't applicable to be a preference, and I'm not a fan of cluttering preferences anyway. Will be thinking about this.
@MitchLillie commented on GitHub (Apr 25, 2016):
I agree with both of you—no need to clutter preferences or the GUI. The "default" behavior, especially for an album (in the search view as described above), should probably be to add to the queue in order. However, if you click through to the list of songs, there could be an option at the top to add all songs to the queue shuffled, while if you just double click the first song, the entire album is queued in order. My 2¢ :)
@Mechazawa commented on GitHub (Apr 25, 2016):
Why not just make it so that it just adds them? Since there is already a shuffle button in the playlist view.
@BernardGoldberger commented on GitHub (Apr 26, 2016):
Here are a few ideas...