mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1848] [CLOSED] Feature suggestion: Let users add a begin_at_seconds property to songs #1907
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#1907
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/1848
Author: @ShetlandJ
Created: 10/13/2024
Status: ❌ Closed
Base:
master← Head:1846-start-song-at📝 Commits (9)
c74e77bfeat(track start): add migration1e8b9e1feat(track start): add property & cast to modeldd2d0f3feat(track start): add to testing model22c3dbffeat(track start): update types model in preparation for updates7a26212feat(track start): add to song update data model4f51baefeat(track start): update backend data modelcfa6159feat(track start): fix property typo 😵cba4915feat(track start): add property to Song resourcec645680feat(track start): round off last few bits📊 Changes
10 files changed (+63 additions, -3 deletions)
View changed files
📝
app/Http/Resources/SongResource.php(+2 -0)📝
app/Models/Song.php(+2 -0)📝
app/Services/SongService.php(+2 -0)📝
app/Values/SongUpdateData.php(+6 -1)📝
database/factories/SongFactory.php(+1 -0)➕
database/migrations/2024_10_12_122026_alter_songs_table_add_begin_at_seconds_column.php(+21 -0)📝
resources/assets/js/components/song/EditSongForm.vue(+23 -1)📝
resources/assets/js/components/song/SongList.vue(+3 -1)📝
resources/assets/js/stores/songStore.ts(+1 -0)📝
resources/assets/js/types.d.ts(+2 -0)📄 Description
Closes #1846
This is a bit of a niche vanity addition that I often wish Spotify had. I have a playlist for when I'm jogging, and some songs that are on it that get my hyped up have very long intros with dead air because that's just how the artist wanted it I guess. I attach two such example in the issue. With this feature (might be a good case for a pro feature BTW, don't mind either way), I could curate my tracks even more to cut out bits from the intro of songs that kill my energy when I'm running.
Maintainers: Please close/disregard if not interested/applicable. Enjoying just playing about and won't take it personally if you say no to this feature.
Working example:
https://github.com/user-attachments/assets/4a6f63be-4901-4718-81be-07365997fa30
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.