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

Add several option to support file_watcher, notification center and foreign language #58

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Sep 7, 2015

  1. Initial version file_watcher

    nekopep committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    ff77524 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2015

  1. Add an option to specify a locale like fr_FR for french, useful to ge…

    …t month directory name in your own locale
    nekopep committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    b5e96e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ac26d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29caa87 View commit details
    Browse the repository at this point in the history
  4. Add --ignore and --remove-ignored-files option

    --ignore: a list of files to be ignored, example: --ignore .* *.db (especially usefull with Thumb.db files under windows)
    --remove-ignored-files: remove ignored files
    nekopep committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    c3ba2b5 View commit details
    Browse the repository at this point in the history
  5. add --remove-empty-dirs option

    --remove-empty-dirs option recursively scan source directory and remove any remaining empty dirs. usefull to see if everything have been processed.
    nekopep committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    a405287 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2015

  1. file_watcher script, when a file is put in the watched directories th…

    …e sorting is automatically launched once no more activity is detected on them.
    
    Use fswatch from https://github.com/emcrisostomo/fswatch
    Added option -w,--watch to make sortphoto wait on it's standard input new files to analyze.
    nekopep committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    ebb1b4f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2015

  1. File watcher update with plist file to load it on start up of user se…

    …ssion. Any file put in incoming directory will be sorted to sorted_directory after 30s of inactivity in incoming directory.
    nekopep committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    7e4ceac View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2015

  1. add a --notify option that on osx display a banner when filtering is …

    …done. The banner display how much photos have been processed and if clicked open output directory.
    
    change the semantic of --ignore to workaround a bug in terminal that interpret * ...
    nekopep committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    bf95fe0 View commit details
    Browse the repository at this point in the history
  2. Workaround when a file contains exif data of type: "18:07:03", this w…

    …as processed as 2018 July 03 instead of being processed as a timestamp.
    nekopep committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    29adf00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    649e5b2 View commit details
    Browse the repository at this point in the history
  4. Documentation update

    nekopep committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    7215542 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe0094d View commit details
    Browse the repository at this point in the history
  6. Remove fswatch since it use dynamic libraries, so request the user to…

    … install it before use file_watcher.py
    nekopep committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    ea89b16 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Configuration menu
    Copy the full SHA
    da45cd3 View commit details
    Browse the repository at this point in the history