Unable to override settings in settings.php

Created on 29 July 2021, almost 3 years ago
Updated 5 January 2024, 6 months ago

Problem/Motivation

It is not possible to override the location of the binaries using settings.php

Steps to reproduce

If the binaries are in a location other than /usr/bin, add the following to an included settings.local.php file

$config['php_ffmpeg.settings']['ffmpeg_binary'] = '/var/www/custom_location/ffmpeg';
$config['php_ffmpeg.settings']['ffprobe_binary'] = '/var/www/custom_location/ffprobe';

The location for the binaries is still derived from the module settings rather from the overridden config set in the settings.php file.

Proposed resolution

Change the constructor of the PHPFFMpegFactory calss to use the 'get' method of the config factory rather than 'getEditable'.

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom AlanHDev

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024