mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #2120] [MERGED] feat: keep track of song/transcode sizes #2085
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#2085
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/2120
Author: @phanan
Created: 10/6/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @phanan
Base:
master← Head:size📝 Commits (1)
1ef8a1dfeat: keep track of song/transcode sizes📊 Changes
15 files changed (+102 additions, -46 deletions)
View changed files
📝
app/Models/Song.php(+2 -0)📝
app/Models/Transcode.php(+8 -1)📝
app/Services/AuthenticationService.php(+1 -3)📝
app/Services/Transcoding/CloudTranscodingStrategy.php(+8 -2)📝
app/Services/Transcoding/LocalTranscodingStrategy.php(+8 -1)📝
app/Services/Transcoding/SftpTranscodingStrategy.php(+8 -1)📝
app/Services/Transcoding/TranscodingStrategy.php(+18 -8)📝
app/Values/Scanning/ScanInformation.php(+5 -0)📝
database/factories/SongFactory.php(+2 -0)➕
database/migrations/2025_10_06_195925_add_file_size_to_songs_and_transcodes.php(+19 -0)📝
tests/Integration/Services/Scanners/FileScannerTest.php(+4 -0)📝
tests/Integration/Services/SongServiceTest.php(+1 -0)📝
tests/Integration/Services/Transcoding/CloudTranscodingStrategyTest.php(+9 -22)📝
tests/Integration/Services/Transcoding/LocalTranscodingStrategyTest.php(+6 -8)📝
tests/Integration/Services/Transcoding/SfpTranscodingStrategyTest.php(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.