Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 393 Bytes

README.rdoc

File metadata and controls

19 lines (12 loc) · 393 Bytes

This is just a quick&dirty app for reviewing our video footage. Don’t try this at home.

Importing videos:

cd videos/
Dir['**/*'].each do |file|
  Video.create!(filename: file)
end

User setup:

Set a JSON string in ENV with names/passwords, e.g.:

{"joe":"pass","jane":"asdfgh"}

Video setup:

  • upload videos to some place

  • set ENV to that place