Skip to content

Commit

Permalink
Include the capture directory in file data
Browse files Browse the repository at this point in the history
 Toward #42.
  • Loading branch information
waldoj committed Jan 14, 2018
1 parent bf06d17 commit edcd6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/save_metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
$file['date'] = $metadata->date_hyphens;
$file['type'] = 'video';
$file['title'] = ucfirst($file['chamber']) . ' Video';
$file['capture_directory'] = '/video/' . $metadata->chamber . '/floor/' . $metadata->date .'/';

/*
* Store this record in the database.
Expand Down

0 comments on commit edcd6ad

Please sign in to comment.