[PR #1981] [MERGED] feat: sync recognized audio extensions between BE and FE #1996

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1981
Author: @phanan
Created: 6/30/2025
Status: Merged
Merged: 6/30/2025
Merged by: @phanan

Base: masterHead: ext


📝 Commits (2)

  • c731613 feat: sync recognized audio extensions between BE and FE
  • 6d2ea5c fix: media/mp4 is typically lossy

📊 Changes

7 files changed (+60 additions, -114 deletions)

View changed files

📝 app/Helpers.php (+15 -1)
📝 app/Rules/SupportedAudioFile.php (+2 -3)
📝 app/Services/Scanners/Scanner.php (+1 -32)
📝 config/koel.php (+39 -36)
📝 resources/assets/js/types.d.ts (+1 -0)
📝 resources/assets/js/utils/mediaHelper.ts (+1 -42)
📝 resources/views/index.blade.php (+1 -0)

📄 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/1981 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 6/30/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `ext` --- ### 📝 Commits (2) - [`c731613`](https://github.com/koel/koel/commit/c731613aaed5f1e93371d0834bb9d5329417cbc4) feat: sync recognized audio extensions between BE and FE - [`6d2ea5c`](https://github.com/koel/koel/commit/6d2ea5c66c376a6a2a5393abc85a889dab949f12) fix: media/mp4 is typically lossy ### 📊 Changes **7 files changed** (+60 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `app/Helpers.php` (+15 -1) 📝 `app/Rules/SupportedAudioFile.php` (+2 -3) 📝 `app/Services/Scanners/Scanner.php` (+1 -32) 📝 `config/koel.php` (+39 -36) 📝 `resources/assets/js/types.d.ts` (+1 -0) 📝 `resources/assets/js/utils/mediaHelper.ts` (+1 -42) 📝 `resources/views/index.blade.php` (+1 -0) </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:59 +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#1996
No description provided.