[PR #1958] [MERGED] feat: add supports for way more audio formats #1982

Closed
opened 2026-02-26 03:32:56 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: mime


📝 Commits (1)

  • e6ef033 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1958 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/17/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `mime` --- ### 📝 Commits (1) - [`e6ef033`](https://github.com/koel/koel/commit/e6ef0333d986ad51e0a5b620665d616dfa514be5) feat: add supports for way more audio formats ### 📊 Changes **20 files changed** (+317 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1982
No description provided.