[PR #3574] [MERGED] 'mpg' and 'mpeg' added as supported audio-type/file-extension #4018

Closed
opened 2026-04-25 00:18:00 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3574
Author: @4ch1m
Created: 10/31/2024
Status: Merged
Merged: 11/1/2024
Merged by: @advplyr

Base: masterHead: add_mpeg_audio_type


📝 Commits (2)

  • 3210566 'mpg' and 'mpeg' added as supported audio-type/file-extension
  • f3d2b78 Add mime types for MPEG/MPG

📊 Changes

4 files changed (+12 additions, -13 deletions)

View changed files

📝 client/players/LocalAudioPlayer.js (+5 -6)
📝 client/plugins/constants.js (+3 -5)
📝 server/utils/constants.js (+3 -1)
📝 server/utils/globals.js (+1 -1)

📄 Description

Hi there,

please add mpeg and mpg to the supported audio-types/file-extensions.

I have tons of *.mp(e)g podcast files in my library; which - at the moment - aren't detected by the scanner at all.
This change will fix this.

Thanks a lot!


🔄 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/advplyr/audiobookshelf/pull/3574 **Author:** [@4ch1m](https://github.com/4ch1m) **Created:** 10/31/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `add_mpeg_audio_type` --- ### 📝 Commits (2) - [`3210566`](https://github.com/advplyr/audiobookshelf/commit/32105665c19187a9360311388da7eb15bb8fdf7b) 'mpg' and 'mpeg' added as supported audio-type/file-extension - [`f3d2b78`](https://github.com/advplyr/audiobookshelf/commit/f3d2b781ab38569e52000815079957252195bb4a) Add mime types for MPEG/MPG ### 📊 Changes **4 files changed** (+12 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `client/players/LocalAudioPlayer.js` (+5 -6) 📝 `client/plugins/constants.js` (+3 -5) 📝 `server/utils/constants.js` (+3 -1) 📝 `server/utils/globals.js` (+1 -1) </details> ### 📄 Description Hi there, please add `mpeg` and `mpg` to the supported audio-types/file-extensions. I have tons of `*.mp(e)g` podcast files in my library; which - at the moment - aren't detected by the scanner at all. This change will fix this. Thanks a lot! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:18:00 +02:00
adam closed this issue 2026-04-25 00:18:00 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4018