mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #254] [CLOSED] Sort/play albums by track number #1194
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#1194
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?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/254
Author: @jameshclrk
Created: 2/29/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (9)
0a4e767Add track to songs table3d9b34bChanged playAll{InAlbum,ByArtist} to respect the shuffle variable30bfa9eAdd track to the Media service49254f6Add track number to song-item view75a9b82Added track number header to list viewd22e182Add track number to stub and make sure it's an inteeb1171Play album in order of track numberad2a8baSort album page by track number0f376d6Add fake data for song track number📊 Changes
8 files changed (+65 additions, -5 deletions)
View changed files
📝
app/Services/Media.php(+6 -0)📝
database/factories/ModelFactory.php(+1 -0)➕
database/migrations/2016_02_28_035052_add_track_to_songs_table.php(+31 -0)📝
resources/assets/js/components/shared/album-item.vue(+1 -1)📝
resources/assets/js/components/shared/song-item.vue(+1 -0)📝
resources/assets/js/components/shared/song-list.vue(+20 -2)📝
resources/assets/js/services/playback.js(+4 -2)📝
resources/assets/js/stubs/song.js(+1 -0)📄 Description
I haven't used any of the frameworks in use here, so I would appreciate comments on what I have done :)
#240
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.