mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1958] [MERGED] feat: add supports for way more audio formats #1982
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#1982
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/1958
Author: @phanan
Created: 6/17/2025
Status: ✅ Merged
Merged: 6/17/2025
Merged by: @phanan
Base:
master← Head:mime📝 Commits (1)
e6ef033feat: add supports for way more audio formats📊 Changes
20 files changed (+317 additions, -107 deletions)
View changed files
📝
app/Casts/SongStorageCast.php(+4 -0)📝
app/Models/Song.php(+1 -0)📝
app/Rules/SupportedAudioFile.php(+9 -11)📝
app/Services/Scanner/MediaScanner.php(+33 -1)📝
app/Services/SmartPlaylistService.php(+5 -1)📝
app/Services/Streamer/Adapters/Concerns/StreamsLocalPath.php(+2 -1)📝
app/Services/Streamer/Streamer.php(+5 -6)📝
app/Values/SongScanInformation.php(+5 -1)📝
composer.json(+2 -1)📝
composer.lock(+59 -1)📝
config/koel.php(+71 -2)📝
database/factories/SongFactory.php(+3 -0)➕
database/migrations/2025_06_17_125054_add_mime_type_to_songs_table.php(+49 -0)📝
docs/usage/music-discovery.md(+8 -3)📝
docs/usage/streaming.md(+3 -2)📝
resources/assets/js/components/screens/UploadScreen.vue(+2 -2)📝
resources/assets/js/composables/useUpload.ts(+1 -1)📝
resources/assets/js/utils/mediaHelper.ts(+46 -64)📝
tests/Feature/SongPlayTest.php(+4 -7)📝
tests/Integration/Services/Streamer/StreamerTest.php(+5 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.