mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #1944] [MERGED] feat: support transcoding for non-local songs #1968
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#1968
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/1944
Author: @phanan
Created: 6/7/2025
Status: ✅ Merged
Merged: 6/7/2025
Merged by: @phanan
Base:
master← Head:transcode-remote📝 Commits (1)
98ea326feat: supports transcoding for non-local songs📊 Changes
18 files changed (+366 additions, -172 deletions)
View changed files
📝
app/Http/Resources/SongResource.php(+1 -1)📝
app/Services/SongStorages/CloudStorage.php(+11 -0)📝
app/Services/SongStorages/DropboxStorage.php(+1 -1)📝
app/Services/SongStorages/LocalStorage.php(+1 -1)📝
app/Services/SongStorages/S3LambdaStorage.php(+1 -1)📝
app/Services/SongStorages/SftpStorage.php(+1 -1)📝
app/Services/Streamer/Adapters/TranscodingStreamerAdapter.php(+12 -3)📝
app/Services/Streamer/Streamer.php(+2 -41)➕
app/Services/Transcoder.php(+95 -0)📝
app/Values/TranscodeResult.php(+2 -41)📝
config/koel.php(+2 -2)📝
docs/usage/streaming.md(+2 -12)📝
tests/Feature/SongPlayTest.php(+2 -2)📝
tests/Integration/Services/Streamer/StreamerTest.php(+8 -9)➕
tests/Integration/Services/TranscoderTest.php(+165 -0)➖
tests/Integration/Values/TranscodeResultTest.php(+0 -57)📝
tests/TestCase.php(+11 -0)➕
tests/Unit/Services/SongStorages/CloudStorageTest.php(+49 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.