mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
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#1945
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/1915
Author: @phanan
Created: 4/30/2025
Status: ✅ Merged
Merged: 5/1/2025
Merged by: @phanan
Base:
master← Head:aiff📝 Commits (1)
56313e6feat: support AIFF (closes #1913)📊 Changes
18 files changed (+306 additions, -165 deletions)
View changed files
📝
app/Console/Commands/ScanCommand.php(+3 -2)➕
app/Enums/ScanEvent.php(+10 -0)📝
app/Http/Controllers/API/FetchInitialDataController.php(+2 -1)📝
app/Repositories/SettingRepository.php(+0 -5)📝
app/Rules/SupportedAudioFile.php(+1 -3)📝
app/Services/FileScanner.php(+40 -33)📝
app/Services/MediaScanner.php(+19 -32)📝
app/Services/Streamer/Streamer.php(+20 -3)📝
app/Values/ScanResult.php(+2 -2)📝
app/Values/SongScanInformation.php(+3 -5)📝
config/koel.php(+3 -0)📝
docs/usage/music-discovery.md(+74 -40)📝
docs/usage/streaming.md(+40 -13)📝
resources/assets/js/components/screens/UploadScreen.vue(+1 -1)📝
resources/assets/js/composables/useUpload.ts(+2 -2)➖
resources/assets/js/config/acceptedMediaTypes.ts(+0 -8)➕
resources/assets/js/utils/mediaHelper.ts(+71 -0)📝
tests/Integration/Services/MediaScannerTest.php(+15 -15)📄 Description
Adding AIFF as an experimental format. Also added some opportunistic improvements.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.