This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Author: Benjamin Dry | |
// Date: 5th Feb 2018 | |
// Script to sort photos and movies (or any file ext really) into folders based on the dates they were created. | |
// run from the command line: | |
// php index.php | |
// note: ensure both the origin and destination folders have the correct permissions. | |
// tested on Ubuntu only, also has some array building stuff in it used for debugging etc but could be largely ignored... | |
$origin_folder = "/media/ben/mac/mac_data"; |