mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #2189] [CLOSED] Feat/radio station player #2131
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#2131
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/2189
Author: @pwqw
Created: 1/9/2026
Status: ❌ Closed
Base:
master← Head:feat/radio-station-player📝 Commits (4)
b741203feat: add localization support with English and Spanish language files81dcf0afeat: thêm hỗ trợ ngôn ngữ tiếng Việt 🐵0e3f565feat: enhance queue state saving to include episodes and filter out deleted songs3df06f0feat: implement direct radio streaming with CORS handling and enhance validation for radio station URLs📊 Changes
229 files changed (+5040 additions, -1165 deletions)
View changed files
📝
app/Http/Controllers/StreamRadioController.php(+74 -2)➕
app/Http/Middleware/SetLocaleFromBrowser.php(+82 -0)📝
app/Rules/ValidRadioStationUrl.php(+128 -3)📝
bootstrap/app.php(+3 -0)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+45 -0)📝
resources/assets/js/App.vue(+12 -2)📝
resources/assets/js/__tests__/TestHarness.ts(+16 -0)📝
resources/assets/js/app.ts(+16 -0)📝
resources/assets/js/components/album/AlbumCard.spec.ts(+2 -2)📝
resources/assets/js/components/album/AlbumCard.vue(+11 -8)📝
resources/assets/js/components/album/AlbumContextMenu.spec.ts(+6 -6)📝
resources/assets/js/components/album/AlbumContextMenu.vue(+9 -6)📝
resources/assets/js/components/album/AlbumInfo.vue(+5 -2)📝
resources/assets/js/components/album/AlbumListSorter.spec.ts(+6 -5)📝
resources/assets/js/components/album/AlbumListSorter.vue(+7 -4)📝
resources/assets/js/components/album/AlbumTrackList.vue(+4 -1)📝
resources/assets/js/components/album/AlbumTrackListItem.vue(+3 -1)📝
resources/assets/js/components/album/EditAlbumForm.spec.ts(+10 -10)📝
resources/assets/js/components/album/EditAlbumForm.vue(+16 -13)...and 80 more files
📄 Description
Description
Basically, it implements that radio streaming services use a more raw tag, in order to ensure greater compatibility with streaming services.
After conducting research, I encountered problems, starting with the fact that "radio station url validation" did not allow me to add a perfectly valid and functional URL.
Motivation
The fully functional, tested site aims to be able to directly play any radio station, queue songs, and navigate playback between one medium and another with ease.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.