Code Monkey home page Code Monkey logo

eyefi-helper's Introduction

eyefi-helper

This tool can be used in combination with other projects like https://code.launchpad.net/eyefi to handle the parsing and moving of the file.

Configuration of eyefi-heper

You only need to copy the config.php.sample to config.php and modify the values.

<?php
return [

  /**
   * destination contains the full path to the location where the files should be moved after processing.
   * You can use strftime placeholders to move the file to a specific location based on the date.
   * The full path will be automatically created when a file is moved.
   */
  'destination' => '/path/to/images/%Y/%Y-%m-%d/',

  /**
   * geocode the image based on the information from the .log files that your EyeFi card provides
   */
  'geocode' => true,

];

Configuration of eyefi

I'm using the following config in /etc/eyefi.conf. The run parameter should match with the full path to process.php from this project.

[__main__]
port = 59278
flickr_api = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXX
googleapis_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

[ffffffffffff]
active = True
macaddress = ffffffffffff
uploadkey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
folder = /mnt/data/eyefi-upload/
date_folders = False
date_format = %%Y-%%m-%%d
extract_preview = False
geotag = False
geotag_sidecar = False
geotag_xmp = False
geotag_delete_log = False
run = /opt/eyefi-helper/process.php
geeqie = False
flickr = False
flickr_public = False

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.