mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #1965] [MERGED] refactor: decouple song creation from scanning #1987
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#1987
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/1965
Author: @phanan
Created: 6/22/2025
Status: ✅ Merged
Merged: 6/22/2025
Merged by: @phanan
Base:
master← Head:decouple-file-song📝 Commits (2)
55d6656chore: update the tagline1dd9dbbrefactor: decouple song creation from scanning📊 Changes
61 files changed (+845 additions, -804 deletions)
View changed files
📝
app/Builders/SongBuilder.php(+3 -0)📝
app/Console/Commands/ScanCommand.php(+17 -13)📝
app/Events/Event.php(+4 -0)📝
app/Events/MediaScanCompleted.php(+0 -3)📝
app/Events/MultipleSongsLiked.php(+0 -3)📝
app/Events/MultipleSongsUnliked.php(+0 -3)📝
app/Events/NewPlaylistCollaboratorJoined.php(+0 -3)📝
app/Events/PlaybackStarted.php(+0 -3)➕
app/Events/SongFolderStructureExtractionRequested.php(+12 -0)📝
app/Events/SongLikeToggled.php(+0 -3)📝
app/Helpers.php(+13 -0)📝
app/Http/Controllers/API/SettingController.php(+5 -4)📝
app/Listeners/DeleteNonExistingRecordsPostScan.php(+3 -2)➕
app/Listeners/ExtractSongFolderStructure.php(+19 -0)📝
app/Listeners/LoveMultipleTracksOnLastfm.php(+2 -2)📝
app/Listeners/LoveTrackOnLastfm.php(+2 -2)📝
app/Listeners/MakePlaylistSongsPublic.php(+2 -2)📝
app/Listeners/PruneLibrary.php(+3 -2)📝
app/Listeners/UnloveMultipleTracksOnLastfm.php(+2 -2)📝
app/Listeners/UpdateLastfmNowPlaying.php(+2 -2)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.