mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #2001] [MERGED] feat: denormalize artist and album names #2011
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#2011
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/2001
Author: @phanan
Created: 7/4/2025
Status: ✅ Merged
Merged: 7/4/2025
Merged by: @phanan
Base:
master← Head:denormalize-artist-album📝 Commits (1)
788d45afeat: 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.