Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for optional external metadata file for images #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 17, 2015

  1. Support for external metadata file for images

    IPTC data is slowly fading and proper editors are not easy to find these days, so I decided to add support for external metadata files:
    
    ###### USING AN EXTERNAL DATA FILE FOR METADATA (TITLE, DESCRIPTION, KEYWORDS)
        ### Since IPTC data is a bit old fashioned I implemented a way to store the metadata
        ### in an external text file.
        ### This uses a .dat file named like this:
        ### If the image name is "2001_23.jpg",
        ### the datfile name is "2001_23.jpg.dat"
        ###
        ### The Datfile may have up three lines:
        ### Line 1: Title
        ### Line 2: Description
        ### Line 3: Keywords
        ###
        ### Example:
        ### -------file-------
        ### Portrait Of Foo's Mother
        ### Oil on drywall, 2015
        ### painting grafitti
        ### ------------------
    docphees committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    f231043 View commit details
    Browse the repository at this point in the history