mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #1953] [MERGED] feat: make artifacts path configurable #1977
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#1977
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/1953
Author: @phanan
Created: 6/15/2025
Status: ✅ Merged
Merged: 6/16/2025
Merged by: @phanan
Base:
master← Head:artifacts-path📝 Commits (1)
82b7960feat: make artifacts path configurable📊 Changes
25 files changed (+163 additions, -62 deletions)
View changed files
📝
.env.example(+7 -0)📝
.github/workflows/unit-backend-mysql.yml(+0 -4)📝
.github/workflows/unit-backend-pgsql.yml(+0 -4)📝
.github/workflows/unit-backend-sqlite.yml(+0 -4)📝
app/Builders/SongBuilder.php(+2 -1)➕
app/Console/Commands/CleanUpTempFilesCommand.php(+38 -0)📝
app/Console/Commands/DoctorCommand.php(+5 -4)📝
app/Console/Kernel.php(+2 -0)📝
app/Helpers.php(+17 -2)📝
app/Http/Controllers/API/SettingController.php(+1 -1)📝
app/Models/SongZipArchive.php(+2 -3)📝
app/Services/SongStorages/CloudStorage.php(+1 -4)📝
app/Services/SongStorages/Concerns/ScansUploadedFile.php(+3 -2)📝
app/Services/SongStorages/SftpStorage.php(+3 -7)📝
app/Services/Transcoding/CloudTranscodingStrategy.php(+1 -1)📝
app/Services/Transcoding/LocalTranscodingStrategy.php(+1 -1)📝
app/Services/Transcoding/SftpTranscodingStrategy.php(+1 -1)📝
app/Services/Transcoding/TranscodingStrategy.php(+0 -2)📝
app/Values/Podcast/EpisodePlayable.php(+2 -4)📝
config/koel.php(+4 -0)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.