[PR #1961] [MERGED] feat: decouple scanning from uploading #1983

Closed
opened 2026-02-26 03:32:57 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: decouple-scan-from-upload


📝 Commits (1)

  • 68abf51 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1961 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `decouple-scan-from-upload` --- ### 📝 Commits (1) - [`68abf51`](https://github.com/koel/koel/commit/68abf5173490823fe8d916078ae36c38581d5054) feat: decouple scanning from uploading ### 📊 Changes **73 files changed** (+582 additions, -300 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1983
No description provided.