[PR #2058] [MERGED] feat: add support for radio #2036

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

📋 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: masterHead: radio


📝 Commits (1)

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

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/2058 **Author:** [@phanan](https://github.com/phanan) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `radio` --- ### 📝 Commits (1) - [`fe17645`](https://github.com/koel/koel/commit/fe176456cf1d80a498dfce1bf473f548870e3f90) feat: support radio ### 📊 Changes **313 files changed** (+5226 additions, -5190 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description Closes #2031. --- <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:06 +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#2036
No description provided.