GithubHelp home page GithubHelp logo

clam- / dateexport Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 148 KB

Lightroom Export Plug-In DateExport allows you to export to a dated folder hierarchy. Click "ZIP" button on the right menu to download.

Lua 100.00%

dateexport's Introduction

DateExport (git)

Allows you to export to a dated folder hierarchy.
For example:

    Destination: D:\photos
    Date format: %Y/%m/%d/%1I%p
    will output to: D:\photos\2010\05\24\04AM\DSC_2239.jpg

    Destination: S:\Somewhere
    Date format: %Y/%m - %b
    will output to: S:\Somewhere\2010\08 - Aug\DSC_1527.jpg

WARNING: THERE IS MINIMAL USER INPUT CHECKING.
         PLEASE BE CAREFUL WITH YOUR INPUT.

Note the use of /, I have no idea if \ will work as a path separator but since / 
works on windows anyway, I would stick with that.

Time will be sourced from the dateTimeOriginal metadata and if not found will use
dateTimeDigitized.
You can select desired time source to use either the stored metadata for the time of
image taken or the time of export.
There are options for the handling of missing time metadata.

You can reset the "Do not show again" message prompt from the Lightroom Plug-in 
Manager window.

(Icon by Roy Duncan)


=========================
Available date formatting
=========================

%B:    Full name of month
%b:    3-letter name of month
%m:    2-digit month number
%d:    Day number with leading zero
%e:    Day number without leading zero
%j:    Julian day of the year with leading zero
%y:    2-digit year number
%Y:    4-digit year number
%H:    Hour with leading zero (24-hour clock)
%1H:   Hour without leading zero (24-hour clock)
%I:    Hour with leading zero (12-hour clock)
%1I:   Hour without leading zero (12-hour clock)
%M:    Minute with leading zero
%S:    Second with leading zero
%p:    AM/PM designation
%P:    AM/PM designation, same as %p, but causes white space trimming to be applied
    as the last formatting step.
%%:    % symbol


=========
CHANGELOG
=========

2012-04-05
    * Moved to github

2012-03-29      0.2
    * Added selectable time source (metadata/now)
    * Handled copy errors a little better

2011-02-06      0.1
    * Initial release

dateexport's People

Contributors

clam- avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dateexport's Issues

Other variables

Is it possible to user other variables such as metadata of the pictures
tks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.