/addDcSubjects

A simple shell script which uses exiftool to add new xmp.dc.subject entries

Primary LanguageJavaScriptMIT LicenseMIT

addDCSubjects

A simple shell script which uses exiftool to add a list of XMP dc subjects to all compatible files in a directory.

Requirements

You need to have exiftool installed on your system.

Install

NPM

$ npm install -g adddcsubjects

Usage

$ addDcSubjects -t feeding,five,thousand ../crass

License

MIT