[PR #1946] [MERGED] feat: separate albums and artists by users #1970

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1946
Author: @phanan
Created: 6/13/2025
Status: Merged
Merged: 6/13/2025
Merged by: @phanan

Base: masterHead: artist-album-per-user


📝 Commits (1)

  • 672bf47 feat: separate albums and artists by users

📊 Changes

61 files changed (+533 additions, -364 deletions)

View changed files

📝 app/Builders/AlbumBuilder.php (+2 -9)
📝 app/Builders/ArtistBuilder.php (+2 -9)
📝 app/Console/Commands/Admin/ChangePasswordCommand.php (+1 -1)
📝 app/Console/Commands/InitCommand.php (+2 -12)
📝 app/Console/Commands/PruneLibraryCommand.php (+23 -3)
📝 app/Console/Commands/ScanCommand.php (+5 -8)
📝 app/Http/Controllers/API/SettingController.php (+1 -1)
📝 app/Models/Album.php (+35 -14)
📝 app/Models/Artist.php (+68 -29)
📝 app/Models/User.php (+26 -12)
📝 app/Policies/AlbumPolicy.php (+7 -6)
📝 app/Policies/ArtistPolicy.php (+6 -6)
📝 app/Providers/AppServiceProvider.php (+10 -2)
📝 app/Repositories/AlbumRepository.php (+1 -6)
📝 app/Repositories/ArtistRepository.php (+1 -6)
📝 app/Repositories/UserRepository.php (+2 -2)
📝 app/Services/LibraryManager.php (+2 -2)
app/Services/Scanner/Contracts/ScannerCacheStrategy.php (+16 -0)
📝 app/Services/Scanner/FileScanner.php (+39 -5)
📝 app/Services/Scanner/MediaScanner.php (+1 -1)

...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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1946 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `artist-album-per-user` --- ### 📝 Commits (1) - [`672bf47`](https://github.com/koel/koel/commit/672bf47c2533df6fb79fa350af443ed63e344881) feat: separate albums and artists by users ### 📊 Changes **61 files changed** (+533 additions, -364 deletions) <details> <summary>View changed files</summary> 📝 `app/Builders/AlbumBuilder.php` (+2 -9) 📝 `app/Builders/ArtistBuilder.php` (+2 -9) 📝 `app/Console/Commands/Admin/ChangePasswordCommand.php` (+1 -1) 📝 `app/Console/Commands/InitCommand.php` (+2 -12) 📝 `app/Console/Commands/PruneLibraryCommand.php` (+23 -3) 📝 `app/Console/Commands/ScanCommand.php` (+5 -8) 📝 `app/Http/Controllers/API/SettingController.php` (+1 -1) 📝 `app/Models/Album.php` (+35 -14) 📝 `app/Models/Artist.php` (+68 -29) 📝 `app/Models/User.php` (+26 -12) 📝 `app/Policies/AlbumPolicy.php` (+7 -6) 📝 `app/Policies/ArtistPolicy.php` (+6 -6) 📝 `app/Providers/AppServiceProvider.php` (+10 -2) 📝 `app/Repositories/AlbumRepository.php` (+1 -6) 📝 `app/Repositories/ArtistRepository.php` (+1 -6) 📝 `app/Repositories/UserRepository.php` (+2 -2) 📝 `app/Services/LibraryManager.php` (+2 -2) ➕ `app/Services/Scanner/Contracts/ScannerCacheStrategy.php` (+16 -0) 📝 `app/Services/Scanner/FileScanner.php` (+39 -5) 📝 `app/Services/Scanner/MediaScanner.php` (+1 -1) _...and 41 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:55 +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#1970
No description provided.