From 8a033c778974a2a73ebd254891749811a44a3794 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 11 Mar 2024 00:29:57 -0700 Subject: [PATCH] app: support 3GP videos (fix #1055) Signed-off-by: Varun Patil --- CHANGELOG.md | 1 + lib/AppInfo/Application.php | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e1e5d4c..be4917421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - **Important**: It is recommended to run `occ memories:places-setup` again if you use MySQL or MariaDB - Hide files starting with `.` in the timeline - Prevent automatically retrying failed indexing jobs +- Support for 3GP videos ([#1055](https://github.com/pulsejet/memories/issues/1055)) ## [v6.2.2] - 2024-01-10 diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index bb53d60ae..8dc1b5573 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -67,6 +67,7 @@ class Application extends App implements IBootstrap 'video/x-matroska', 'video/MP2T', 'video/x-msvideo', + 'video/3gpp', // 'video/x-m4v', // too rarely used for photos // 'video/ogg', // too rarely used for photos ];