A script for unix (MacOS/Linux) systems to correct the "last modified date" for each MP4 backup from Marco Polo in a folder
Either:
- Click the green "Code" button to the upper right and download & extract the zip file
- Git clone on the command line as usual
- Use GitHub Desktop to clone this project
Note: Ensure you have python3 installed (You most likely already do, even if you didn't download it explicitly.)
Place the "script.py" file in the Marco Polo export folder containing the MP4 files whose times you want to correct. Then, either:
- Mark the script as executable and run it
- Open a terminal in that folder and run:
python3 script.py
- Same as above but running the script directly with:
chmod +x script.py
then./script.py