You are not logged in.
How do I enable video thumbnails in ownCloud? A lot of guides say to just install ffmpeg, but this doesn't work.
Last edited by synthead (2016-01-09 01:13:23)
Offline
You know what it was? I edited config.php to have this content:
  'enabledPreviewProviders' =>
  array(
    'OC\Preview\Image',
    'OC\Preview\Movie'
  )This seems to override the default settings for enabledPreviewProviders, but I don't want previews for silly things like text files anyway. It started working without any other changes, including open_basedir settings.
Offline