FriendsOfFlarum / formatting

Customize TextFormatter with plugins through the admin interface
MIT License
22 stars 10 forks source link

Support MOV #34

Open jacobgrillo opened 2 years ago

jacobgrillo commented 2 years ago

Feature Request

Support for MOV video file type. Provides the ability for iOS users to upload videos.

Describe the solution you'd like

Auto video support for the .MOV file extension. This would be useful for iOS users because all iOS videos are recorded as an MOV file.

clarkwinkelmann commented 2 years ago

The AutoVideo TextFormatter plugin doesn't seem to be customizable by the software that use it.

The documentation doesn't mention any extensibility https://s9etextformatter.readthedocs.io/Plugins/Autovideo/Synopsis/ and we can see in the source code that the regex is hard-coded https://github.com/s9e/TextFormatter/blob/master/src/Plugins/Autovideo/Configurator.php

The only solutions are:

Option 1 is probably outside of the scope of this extension, the goal of FoF Formatting is only to provide access to features already part of TextFormatter. Option 2 could probably be in scope for this extension if we can just add a single input and feed the data to TextFormatter.