Hiring someone to create a script using exiftools on windows

Started by sarahfille, October 16, 2020, 06:45:14 PM

Previous topic - Next topic

sarahfille

Hi, apologies if this isn't allowed. Please remove if it is.

I need the following features in a script to utilize exiftool.

The script will make changes within a specific folder in a windows filesystem

1. Randomize exif data - create a large-ish database of known exif profiles (preferably by scraping some selfi imageboard) apply to each field for each image in selected folder - creating this database is part of the gig

2.Change MD5 of images within a folder

3. Change name of each file within a folder. Preferably with a "seed" word or phrase(es). IE seed is "how park cape me selfie" to "capeparkhow.jpg" etc.

If anyone is capable of writing this script I will be willing to pay bitcoin. Shoot me a message with how much this would cost and estimated completion date.




Phil Harvey

I read this but I couldn't understand what you wanted.  Plus, I have no use for bitcoin. :(

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

sarahfille

Can i provide clarification on anything, and would you prefer cash app?

Phil Harvey

Quote from: sarahfille on October 16, 2020, 06:45:14 PM
1. Randomize exif data - create a large-ish database of known exif profiles (preferably by scraping some selfi imageboard) apply to each field for each image in selected folder - creating this database is part of the gig

What do you mean by "apply each field"?  Do you mean to randomize existing EXIF fields (ie. tags) in the file from values of the same field (tag) from a random entry in a database?

Quote2.Change MD5 of images within a folder

Do you mean the image, or the file?  ExifTool will not modify the image data itself, but will modify the file metadata which will change the MD5 of the file.

Quote3. Change name of each file within a folder. Preferably with a "seed" word or phrase(es). IE seed is "how park cape me selfie" to "capeparkhow.jpg" etc.

It is not clear where these seed phrases come from, or how they are modified to obtain a file name.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).