fixed typo, added get_location_data.py

This commit is contained in:
Floris van Enter
2017-12-18 16:02:16 +01:00
parent 39f5c0b67e
commit 0ced3bdf4b
2 changed files with 51 additions and 0 deletions

View File

@ -17,6 +17,7 @@ DEST="/Users/floris/Downloads/done/"
DEST_EXT=mp4
HANDBRAKE_CLI=/Applications/HandBrakeCLI
# walkthrough all files in folder and put them in the HandBrakeCLI
for FILE in "$SRC"/*
do
filename=$(basename "$FILE")