mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #2058] [MERGED] feat: add support for radio #2036
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#2036
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/2058
Author: @phanan
Created: 8/19/2025
Status: ✅ Merged
Merged: 8/19/2025
Merged by: @phanan
Base:
master← Head:radio📝 Commits (1)
fe17645feat: support radio📊 Changes
313 files changed (+5226 additions, -5190 deletions)
View changed files
➕
app/Builders/RadioStationBuilder.php(+44 -0)📝
app/Enums/PermissionableResourceType.php(+3 -0)📝
app/Helpers.php(+10 -0)➕
app/Http/Controllers/API/Radio/RadioStationController.php(+71 -0)➕
app/Http/Controllers/API/Radio/RadioStationLogoController.php(+22 -0)📝
app/Http/Controllers/API/UploadAlbumCoverController.php(+2 -5)📝
app/Http/Controllers/API/UploadArtistImageController.php(+0 -3)➕
app/Http/Controllers/StreamRadioController.php(+20 -0)📝
app/Http/Requests/API/Favorites/Concerns/ValidatesFavoriteableType.php(+1 -1)➕
app/Http/Requests/API/Radio/StoreRadioStationRequest.php(+36 -0)➕
app/Http/Requests/API/Radio/UpdateRadioStationRequest.php(+37 -0)📝
app/Http/Resources/ExcerptSearchResource.php(+4 -0)➕
app/Http/Resources/RadioStationResource.php(+42 -0)📝
app/Models/Organization.php(+2 -0)➕
app/Models/RadioStation.php(+98 -0)📝
app/Models/User.php(+5 -0)➕
app/Observers/RadioStationObserver.php(+38 -0)➕
app/Policies/RadioStationPolicy.php(+50 -0)📝
app/Providers/AppServiceProvider.php(+5 -0)📝
app/Providers/EventServiceProvider.php(+3 -0)...and 80 more files
📄 Description
Closes #2031.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.