neon-jungle / wagtail-videos

Videos for Wagtail CMS, including transcoding
BSD 3-Clause "New" or "Revised" License
65 stars 57 forks source link

Add ability to disable transcode #74

Closed jkevingutierrez closed 3 years ago

jkevingutierrez commented 3 years ago

There could be case where someone only needs the ability to upload videos without having to trasncode them.

It would also be useful while #65 is fixed

seb-b commented 3 years ago

Makes sense.

We should also bypass the check in app startup if the settings is set: https://github.com/neon-jungle/wagtailvideos/blob/master/wagtailvideos/apps.py#L9

jkevingutierrez commented 3 years ago

Done