User Tools

Site Tools


howto:customize_destinations

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
howto:customize_destinations [2014/02/15 22:37]
lupo73
howto:customize_destinations [2017/08/19 19:07]
lupo73 [How to customize destinations]
Line 1: Line 1:
 ====== How to customize destinations ====== ====== How to customize destinations ======
  
-DropIt allows to choose between ​18 different actions to process your files and folders. Most of these actions have a ''​Destination'' ​field to be configured.+Currently ​DropIt allows to choose between ​21 different actions to process your files and folders. Most of these actions have a Destination field to be configured.
  
-{{ :​destination.png?​nolink&300 |}}+{{ :​destination.png?​direct&300 |}}
  
 With actions like Move, Copy, Compress, you can easily define //"​where to place the new file"//​ using the supported syntax: With actions like Move, Copy, Compress, you can easily define //"​where to place the new file"//​ using the supported syntax:
Line 11: Line 11:
   * **abbreviations** (generally known as "​environment variables",​ they are one of the most powerful and flexible features to customize destinations).   * **abbreviations** (generally known as "​environment variables",​ they are one of the most powerful and flexible features to customize destinations).
  
-From the ''​Abbreviations'' ​button you can easily access to the complete list of supported abbreviations. They are special words typed between ''​%''​ characters, that will be substituted with the related values during process.+From the "Abbreviations" ​button you can easily access to the complete list of supported abbreviations. They are special words typed between ''​%''​ characters, that will be substituted with the related values during process.
  
-{{ :abbr.png?nolink&300 |}}+{{ :abbr.png?direct&300 |}}
  
-A couple of notes about abbreviations:​\\+Some notes about abbreviations:​\\
   * you can use an unlimited number of abbreviations together without compatibility problems;\\   * you can use an unlimited number of abbreviations together without compatibility problems;\\
   * they are case insensitive,​ so ''​%file%''​ or ''​%FILE%''​ or ''​%File%''​ are the same;\\   * they are case insensitive,​ so ''​%file%''​ or ''​%FILE%''​ or ''​%File%''​ are the same;\\
   * they replace a defined syntax, so you could need to add a backslash ''​\''​ before or after them (for example ''​%PortableDrive%\''​ to have ''​F:​\''​).   * they replace a defined syntax, so you could need to add a backslash ''​\''​ before or after them (for example ''​%PortableDrive%\''​ to have ''​F:​\''​).
  
-Some examples ​of destinations ​using abbreviations:​\\ +Some destination ​examples using abbreviations:​\\ 
-''​C:​\Docs\%DateModified%\%TimeModified%'' ​=> for Copy action\\ +**''​C:​\Docs\%DateModified%\%TimeModified%''​** (for Copy action)\\ 
-''​C:​\Backups\%SubDir%'' ​=> for Copy action\\ +**''​C:​\Backups\%SubDir%''​** (for Copy action)\\ 
-''​C:​\Music\%SongArtist%\%SongAlbum%'' ​=> for Move action\\ +**''​C:​\Music\%SongArtist%\%SongAlbum%''​** (for Move action)\\ 
-''​C:​\Photo\%CameraModel%\%ISO%\%FNumber%'' ​=> for Move action\\ +**''​C:​\Photo\%CameraModel%\%ISO%\%FNumber%''​** (for Move action)\\ 
-''​C:​\%UserInput%\Archive.zip'' ​=> for Compress action\\ +**''​C:​\%UserInput%\Archive.zip''​** (for Compress action)\\ 
-''​%Desktop%\My Extractions'' ​=> for Extract action\\ +**''​%Desktop%\My Extractions''​** (for Extract action)\\ 
-''​%FileName% %Counter%.%FileExt%'' ​=> for Rename action+**''​%FileName% %Counter%.%FileExt%''​** (for Rename action)
  
 \\ \\
Line 35: Line 35:
  
 ==== Paths: ==== ==== Paths: ====
-''​%File%''​ = file full path ["​C:​\Docs\Text.txt"​]\\ +
-''​%FileDrive%''​ = file drive ["​C:"​]\\ +
-''​%FileExt%''​ = file extension ["​txt"​]\\ +
-''​%FileName%''​ = file name without extension ["​Text"​]\\+
 ''​%FileNameExt%''​ = file name with extension ["​Text.txt"​]\\ ''​%FileNameExt%''​ = file name with extension ["​Text.txt"​]\\
 +''​%FileName%''​ = file name without extension ["​Text"​]\\
 +''​%FileExt%''​ = file extension ["​txt"​]\\
 +''​%FileDrive%''​ = file drive ["​C:"​]\\
 +''​%ParentDir%''​ = directory of loaded file ["​C:​\Docs"​]\\
 +''​%ParentDirName%''​ = directory name of loaded file ["​Docs"​]\\
 +''​%DroppedDir%''​ = dropped directory of loaded file ["​C:​\Docs"​]\\
 +''​%DroppedDirName%''​ = dropped directory name of loaded file ["​Docs"​]\\
 +''​%SubDir%''​ = recreate subdirectory structure ["​\SubFolder"​]\\
 +''​%File%''​ = file full path ["​C:​\Docs\Text.txt"​]\\
 ''​%LinkAbsolute%''​ = file absolute link ["​C:​\Docs\Text.txt"​]\\ ''​%LinkAbsolute%''​ = file absolute link ["​C:​\Docs\Text.txt"​]\\
-''​%LinkRelative%''​ = file relative link ["​..\Text.txt"]\\ +''​%LinkRelative%''​ = file relative link ["​..\Text.txt"​]
-''​%ParentDir%''​ = directory of each loaded item ["​C:​\Docs"​]\\ +
-''​%ParentDirName%''​ = directory name of each loaded item ["​Docs"​]\\ +
-''​%SubDir%''​ = recreate subdirectory structure ["​\SubFolder"]+
  
 ==== Info: ==== ==== Info: ====
Line 51: Line 54:
 ''​%Category%''​ = file category ["​Personal"​]\\ ''​%Category%''​ = file category ["​Personal"​]\\
 ''​%Comments%''​ = file comments ["​Comment example"​]\\ ''​%Comments%''​ = file comments ["​Comment example"​]\\
 +''​%Keywords%''​ = file keywords ["​Alternate,​Bill"​]\\
 ''​%Company%''​ = file company ["​Sourceforge"​]\\ ''​%Company%''​ = file company ["​Sourceforge"​]\\
 ''​%Copyright%''​ = file copyright ["Lupo PenSuite"​]\\ ''​%Copyright%''​ = file copyright ["Lupo PenSuite"​]\\
 ''​%FileBytes%''​ = file bytes ["​2654041"​]\\ ''​%FileBytes%''​ = file bytes ["​2654041"​]\\
-''​%FileVersion%''​ = file version ["6.1.0.0"​]\\+''​%FileVersion%''​ = file version ["8.3.0.0"​]\\
 ''​%FileSize%''​ = file size ["2.58 MB"]\\ ''​%FileSize%''​ = file size ["2.58 MB"]\\
 ''​%FileType%''​ = file type ["Text document"​]\\ ''​%FileType%''​ = file type ["Text document"​]\\
 ''​%Owner%''​ = file owner ["​Lupo73"​]\\ ''​%Owner%''​ = file owner ["​Lupo73"​]\\
 +''​%ProductName%''​ = file product name ["​DropIt"​]\\
 +''​%Rating%''​ = file rating ["​4"​]\\
 ''​%Subject%''​ = file subject ["​Examples"​] ''​%Subject%''​ = file subject ["​Examples"​]
  
 ==== Images: ==== ==== Images: ====
-''​%Brightness%''​ = image brightness ​["1.24"]\\+ 
 +''​%Dimensions%''​ = image dimensions ​["4912 x 3264"​]\\ 
 +''​%Megapixels%''​ = image megapixels ["​16"​]\\ 
 +''​%ImageWidth%''​ = image width ["​4912"​]\\ 
 +''​%ImageHeight%''​ = image height ["​3264"​]\\ 
 +''​%XResolution%''​ = image horizontal resolution ["​350"​]\\ 
 +''​%YResolution%''​ = image vertical resolution ["​350"​]\\ 
 +''​%ResolutionUnit%''​ = image resolution unit ["Inch"]\\
 ''​%CameraMaker%''​ = image camera maker ["​SONY"​]\\ ''​%CameraMaker%''​ = image camera maker ["​SONY"​]\\
 ''​%CameraModel%''​ = image camera model ["​NEX-7"​]\\ ''​%CameraModel%''​ = image camera model ["​NEX-7"​]\\
-''​%Dimensions%''​ = image dimensions ["3072 x 2304"​]\\ 
-''​%ExposureBias%''​ = exposure value ["​0.5"​]\\ 
-''​%ExposureProgram%''​ = exposure program ["​Normal"​]\\ 
 ''​%ExposureTime%''​ = exposure time ["​0.00625"​]\\ ''​%ExposureTime%''​ = exposure time ["​0.00625"​]\\
 ''​%ExposureTimeFraction%''​ = exposure time fraction ["​160"​]\\ ''​%ExposureTimeFraction%''​ = exposure time fraction ["​160"​]\\
-''​%FlashMode%''​ = flash mode ["Not fired, Auto"​]\\ 
 ''​%FNumber%''​ = camera aperture ["​5.6"​]\\ ''​%FNumber%''​ = camera aperture ["​5.6"​]\\
 +''​%MaxApertureValue%''​ = camera max aperture ["​4"​]\\
 ''​%FocalLength%''​ = camera focal length ["​35"​]\\ ''​%FocalLength%''​ = camera focal length ["​35"​]\\
 ''​%ImageComments%''​ = image comments ["​funny"​]\\ ''​%ImageComments%''​ = image comments ["​funny"​]\\
 ''​%ImageDescription%''​ = image description ["​moon"​]\\ ''​%ImageDescription%''​ = image description ["​moon"​]\\
 +''​%ImageOrientation%''​ = image orientation ["90° left"​]\\
 ''​%ISO%''​ = image ISO ["​400"​]\\ ''​%ISO%''​ = image ISO ["​400"​]\\
-''​%Megapixels%''​ = image megapixels ​["16"]+''​%Brightness%''​ = image brightness ​["1.24"​]\\ 
 +''​%ContrastLevel%''​ = image contrast level ["​Normal"​]\\ 
 +''​%SaturationLevel%''​ = image saturation level ["​Normal"​]\\ 
 +''​%SharpnessLevel%''​ = image sharpness level ["​Normal"​]\\ 
 +''​%ExposureBias%''​ = exposure value ["​0.5"​]\\ 
 +''​%ExposureMode%''​ = exposure mode ["​Manual"​]\\ 
 +''​%ExposureProgram%''​ = exposure program ["​Normal"​]\\ 
 +''​%FlashMode%''​ = flash mode ["Not fired, Auto"​]\\ 
 +''​%LightSource%''​ = light source ["​Daylight"​]\\ 
 +''​%MeteringMode%''​ = metering mode ["​Average"​]\\ 
 +''​%SceneCaptureType%''​ = scene capture type ["​Landscape"​]\\ 
 +''​%SubjectDistance%''​ = subject distance ["​2.8"​]\\ 
 +''​%DigitalZoomRatio%''​ = digital zoom ratio ["​2"​]\\ 
 +''​%WhiteBalance%''​ = white balance ["​Auto"​] 
 + 
 +==== Text Content: ==== 
 +''​%FirstFileContentDate%''​ = first date from file content in unchanged format ["​29.04.17"​]\\ 
 +''​%FirstFileContentDateNormalized%''​ = first date from file content normalized ["​20170429"​]\\ 
 +''​%FileContentMatch1%''​ = 1st match from file content filter ["​Bill"​]\\ 
 +''​%FileContentMatch2%''​ = 2nd match from file content filter ["​Bill"​]\\ 
 +''​%FileContentMatch3%''​ = 3rd match from file content filter ["​Bill"​]\\ 
 +''​%FileContentMatch4%''​ = 4th match from file content filter ["​Bill"​]\\ 
 +''​%FileContentMatch5%''​ = 5th match from file content filter ["​Bill"​]\\ 
 +''​%FileContentMatch6%''​ = 6th match from file content filter ["​Bill"​]\\ 
 +''​%FileContentMatch7%''​ = 7th match from file content filter ["​Bill"​]\\ 
 +''​%FileContentMatch8%''​ = 8th match from file content filter ["​Bill"​]\\ 
 +''​%FileContentMatch9%''​ = 9th match from file content filter ["Bill"]
  
 ==== Media: ==== ==== Media: ====
Line 102: Line 139:
 ''​%CurrentYear%''​ = current year ["​2014"​]\\ ''​%CurrentYear%''​ = current year ["​2014"​]\\
 ''​%CurrentMonth%''​ = current month ["​02"​]\\ ''​%CurrentMonth%''​ = current month ["​02"​]\\
-''​%CurrentMonthName%''​ = current month ["​February"​]\\ 
-''​%CurrentMonthShort%''​ = current month ["​Feb"​]\\ 
 ''​%CurrentWeek%''​ = current week ["​7"​]\\ ''​%CurrentWeek%''​ = current week ["​7"​]\\
 ''​%CurrentDay%''​ = current day ["​14"​]\\ ''​%CurrentDay%''​ = current day ["​14"​]\\
-''​%CurrentDayName%''​ = current day ["​friday"​]\\ 
-''​%CurrentDayShort%''​ = current day ["​fri"​]\\ 
 ''​%CurrentTime%''​ = current time ["​15.35"​]\\ ''​%CurrentTime%''​ = current time ["​15.35"​]\\
 ''​%CurrentHour%''​ = current hour ["​15"​]\\ ''​%CurrentHour%''​ = current hour ["​15"​]\\
 ''​%CurrentMinute%''​ = current minute ["​35"​]\\ ''​%CurrentMinute%''​ = current minute ["​35"​]\\
-''​%CurrentSecond%''​ = current second ["​42"​]+''​%CurrentSecond%''​ = current second ["42"]\\ 
 +''​%CurrentMonthName%''​ = current month ["​February"​]\\ 
 +''​%CurrentMonthShort%''​ = current month ["​Feb"​]\\ 
 +''​%CurrentDayName%''​ = current day ["​friday"​]\\ 
 +''​%CurrentDayShort%''​ = current day ["fri"]
  
 ==== Created: ==== ==== Created: ====
Line 117: Line 154:
 ''​%YearCreated%''​ = year file creation ["​2014"​]\\ ''​%YearCreated%''​ = year file creation ["​2014"​]\\
 ''​%MonthCreated%''​ = month file creation ["​02"​]\\ ''​%MonthCreated%''​ = month file creation ["​02"​]\\
-''​%MonthNameCreated%''​ = month file creation ["​February"​]\\ 
-''​%MonthShortCreated%''​ = month file creation ["​Feb"​]\\ 
 ''​%WeekCreated%''​ = week file creation ["​7"​]\\ ''​%WeekCreated%''​ = week file creation ["​7"​]\\
 ''​%DayCreated%''​ = day file creation ["​14"​]\\ ''​%DayCreated%''​ = day file creation ["​14"​]\\
-''​%DayNameCreated%''​ = day file creation ["​friday"​]\\ 
-''​%DayShortCreated%''​ = day file creation ["​fri"​]\\ 
 ''​%TimeCreated%''​ = time file creation ["​15.35"​]\\ ''​%TimeCreated%''​ = time file creation ["​15.35"​]\\
 ''​%HourCreated%''​ = hour file creation ["​15"​]\\ ''​%HourCreated%''​ = hour file creation ["​15"​]\\
 ''​%MinuteCreated%''​ = minute file creation ["​35"​]\\ ''​%MinuteCreated%''​ = minute file creation ["​35"​]\\
-''​%SecondCreated%''​ = second file creation ["​42"​]+''​%SecondCreated%''​ = second file creation ["42"]\\ 
 +''​%MonthNameCreated%''​ = month file creation ["​February"​]\\ 
 +''​%MonthShortCreated%''​ = month file creation ["​Feb"​]\\ 
 +''​%DayNameCreated%''​ = day file creation ["​friday"​]\\ 
 +''​%DayShortCreated%''​ = day file creation ["fri"]
  
 ==== Modified: ==== ==== Modified: ====
Line 147: Line 184:
 ''​%YearOpened%''​ = year file last access ["​2014"​]\\ ''​%YearOpened%''​ = year file last access ["​2014"​]\\
 ''​%MonthOpened%''​ = month file last access ["​02"​]\\ ''​%MonthOpened%''​ = month file last access ["​02"​]\\
-''​%MonthNameOpened%''​ = month file last access ["​February"​]\\ 
-''​%MonthShortOpened%''​ = month file last access ["​Feb"​]\\ 
 ''​%WeekOpened%''​ = week file last access ["​7"​]\\ ''​%WeekOpened%''​ = week file last access ["​7"​]\\
 ''​%DayOpened%''​ = day file last access ["​14"​]\\ ''​%DayOpened%''​ = day file last access ["​14"​]\\
-''​%DayNameOpened%''​ = day file last access ["​friday"​]\\ 
-''​%DayShortOpened%''​ = day file last access ["​fri"​]\\ 
 ''​%TimeOpened%''​ = time file last access ["​15.35"​]\\ ''​%TimeOpened%''​ = time file last access ["​15.35"​]\\
 ''​%HourOpened%''​ = hour file last access ["​15"​]\\ ''​%HourOpened%''​ = hour file last access ["​15"​]\\
 ''​%MinuteOpened%''​ = minute file last access ["​35"​]\\ ''​%MinuteOpened%''​ = minute file last access ["​35"​]\\
-''​%SecondOpened%''​ = second file last access ["​42"​]+''​%SecondOpened%''​ = second file last access ["42"]\\ 
 +''​%MonthNameOpened%''​ = month file last access ["​February"​]\\ 
 +''​%MonthShortOpened%''​ = month file last access ["​Feb"​]\\ 
 +''​%DayNameOpened%''​ = day file last access ["​friday"​]\\ 
 +''​%DayShortOpened%''​ = day file last access ["fri"]
  
 ==== Taken: ==== ==== Taken: ====
Line 162: Line 199:
 ''​%YearTaken%''​ = year picture taken ["​2014"​]\\ ''​%YearTaken%''​ = year picture taken ["​2014"​]\\
 ''​%MonthTaken%''​ = month picture taken ["​02"​]\\ ''​%MonthTaken%''​ = month picture taken ["​02"​]\\
-''​%MonthNameTaken%''​ = month picture taken ["​February"​]\\ 
-''​%MonthShortTaken%''​ = month picture taken ["​Feb"​]\\ 
 ''​%WeekTaken%''​ = week picture taken ["​7"​]\\ ''​%WeekTaken%''​ = week picture taken ["​7"​]\\
 ''​%DayTaken%''​ = day picture taken ["​14"​]\\ ''​%DayTaken%''​ = day picture taken ["​14"​]\\
-''​%DayNameTaken%''​ = day picture taken ["​friday"​]\\ 
-''​%DayShortTaken%''​ = day picture taken ["​fri"​]\\ 
 ''​%TimeTaken%''​ = time picture taken ["​15.35"​]\\ ''​%TimeTaken%''​ = time picture taken ["​15.35"​]\\
 ''​%HourTaken%''​ = hour picture taken ["​15"​]\\ ''​%HourTaken%''​ = hour picture taken ["​15"​]\\
 ''​%MinuteTaken%''​ = minute picture taken ["​35"​]\\ ''​%MinuteTaken%''​ = minute picture taken ["​35"​]\\
-''​%SecondTaken%''​ = second picture taken ["​42"​]+''​%SecondTaken%''​ = second picture taken ["42"]\\ 
 +''​%MonthNameTaken%''​ = month picture taken ["​February"​]\\ 
 +''​%MonthShortTaken%''​ = month picture taken ["​Feb"​]\\ 
 +''​%DayNameTaken%''​ = day picture taken ["​friday"​]\\ 
 +''​%DayShortTaken%''​ = day picture taken ["fri"]
  
 \\ \\
Line 205: Line 242:
 In addition, you can also create new abbreviations,​ to be used to replace commonly used strings or to define combinations of official abbreviations. In addition, you can also create new abbreviations,​ to be used to replace commonly used strings or to define combinations of official abbreviations.
  
-{{ :​new-abb.png?​nolink&230 |}}+{{ :​new-abb.png?​direct&230 |}}
  
 Some examples of new abbreviations:​\\ Some examples of new abbreviations:​\\
howto/customize_destinations.txt · Last modified: 2017/08/19 19:08 by lupo73