[PR #2001] [MERGED] feat: denormalize artist and album names #2011

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2001
Author: @phanan
Created: 7/4/2025
Status: Merged
Merged: 7/4/2025
Merged by: @phanan

Base: masterHead: denormalize-artist-album


📝 Commits (1)

  • 788d45a feat: denormalize artist and album names

📊 Changes

26 files changed (+286 additions, -99 deletions)

View changed files

📝 app/Builders/AlbumBuilder.php (+4 -5)
📝 app/Builders/SongBuilder.php (+7 -10)
📝 app/Enums/SmartPlaylistModel.php (+2 -2)
📝 app/Models/Album.php (+8 -12)
📝 app/Models/Artist.php (+0 -10)
📝 app/Models/Folder.php (+0 -7)
📝 app/Models/Genre.php (+0 -10)
📝 app/Models/PlaylistCollaborationToken.php (+0 -8)
📝 app/Models/Song.php (+27 -21)
📝 app/Models/User.php (+0 -8)
📝 app/Observers/AlbumObserver.php (+13 -0)
app/Observers/ArtistObserver.php (+33 -0)
app/Observers/FolderObserver.php (+13 -0)
app/Observers/GenreObserver.php (+14 -0)
app/Observers/PlaylistCollaborationTokenObserver.php (+14 -0)
app/Observers/UserObserver.php (+14 -0)
📝 app/Providers/EventServiceProvider.php (+15 -0)
📝 app/Repositories/AlbumRepository.php (+1 -1)
📝 app/Repositories/SongRepository.php (+1 -1)
📝 app/Services/SongService.php (+2 -0)

...and 6 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/2001 **Author:** [@phanan](https://github.com/phanan) **Created:** 7/4/2025 **Status:** ✅ Merged **Merged:** 7/4/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `denormalize-artist-album` --- ### 📝 Commits (1) - [`788d45a`](https://github.com/koel/koel/commit/788d45a38aa2aa1e3ecef3c00c46ec76283587b9) feat: denormalize artist and album names ### 📊 Changes **26 files changed** (+286 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `app/Builders/AlbumBuilder.php` (+4 -5) 📝 `app/Builders/SongBuilder.php` (+7 -10) 📝 `app/Enums/SmartPlaylistModel.php` (+2 -2) 📝 `app/Models/Album.php` (+8 -12) 📝 `app/Models/Artist.php` (+0 -10) 📝 `app/Models/Folder.php` (+0 -7) 📝 `app/Models/Genre.php` (+0 -10) 📝 `app/Models/PlaylistCollaborationToken.php` (+0 -8) 📝 `app/Models/Song.php` (+27 -21) 📝 `app/Models/User.php` (+0 -8) 📝 `app/Observers/AlbumObserver.php` (+13 -0) ➕ `app/Observers/ArtistObserver.php` (+33 -0) ➕ `app/Observers/FolderObserver.php` (+13 -0) ➕ `app/Observers/GenreObserver.php` (+14 -0) ➕ `app/Observers/PlaylistCollaborationTokenObserver.php` (+14 -0) ➕ `app/Observers/UserObserver.php` (+14 -0) 📝 `app/Providers/EventServiceProvider.php` (+15 -0) 📝 `app/Repositories/AlbumRepository.php` (+1 -1) 📝 `app/Repositories/SongRepository.php` (+1 -1) 📝 `app/Services/SongService.php` (+2 -0) _...and 6 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:33:01 +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#2011
No description provided.