You are not logged in.

#1 2016-01-08 11:53:40

synthead
Member
Registered: 2006-05-09
Posts: 1,337

[solved] Video thumbnails in ownCloud

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

#2 2016-01-09 01:13:12

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: [solved] Video thumbnails in ownCloud

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

Board footer

Powered by FluxBB