mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1961] [MERGED] feat: decouple scanning from uploading #1983
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#1983
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/1961
Author: @phanan
Created: 6/19/2025
Status: ✅ Merged
Merged: 6/19/2025
Merged by: @phanan
Base:
master← Head:decouple-scan-from-upload📝 Commits (1)
68abf51feat: decouple scanning from uploading📊 Changes
73 files changed (+582 additions, -300 deletions)
View changed files
📝
app/Casts/LicenseInstanceCast.php(+1 -1)📝
app/Casts/LicenseMetaCast.php(+1 -1)📝
app/Casts/SmartPlaylistRulesCast.php(+1 -1)📝
app/Console/Commands/ScanCommand.php(+2 -2)📝
app/Events/MediaScanCompleted.php(+1 -1)📝
app/Exceptions/SongUploadFailedException.php(+11 -2)📝
app/Http/Controllers/API/PlaylistController.php(+1 -1)📝
app/Http/Controllers/API/SettingController.php(+1 -1)📝
app/Http/Controllers/API/UploadController.php(+3 -2)📝
app/Jobs/DeleteTranscodeFiles.php(+1 -1)📝
app/Listeners/DeleteNonExistingRecordsPostScan.php(+1 -1)📝
app/Listeners/WriteSyncLog.php(+1 -1)📝
app/Models/License.php(+2 -2)📝
app/Models/Playlist.php(+1 -1)📝
app/Rules/ValidSmartPlaylistRulePayload.php(+1 -1)📝
app/Services/License/CommunityLicenseService.php(+1 -1)📝
app/Services/License/Contracts/LicenseServiceInterface.php(+1 -1)📝
app/Services/LicenseService.php(+3 -3)📝
app/Services/PlaylistService.php(+1 -1)📝
app/Services/Scanner/FileScanner.php(+3 -3)...and 53 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.