andrewhoule/silverstripe-videogallery

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple video gallery that depends on sublime video

dev-master 2016-02-18 14:40 UTC

This package is auto-updated.

Last update: 2022-02-01 12:27:39 UTC


README

Author

Requirements

Installation

Via Composer run "composer require andrewhoule/silverstripe-videogallery dev-master" then go to http://yoursite.com/dev/build/?flush=1 or the following...

  • Install SortableGridField module (see above).
  • Add the videogallery folder to your site's root.
  • Run http://yoursite.com/dev/build/?flush=all
  • Add mime types to .htaccess - AddType video/mp4 .mp4 AddType video/ogg .ogv AddType audio/ogg .ogg AddType video/webm .webm AddType audio/webm .weba
  • Create a new video gallery page, then add your Sublime Video JS to the Config tab, lastly upload files to videos tab & enjoy.

Todo

  • Add list/gallery view options
  • Add other players