https://github.com/liske/flenstag
Flickr (Lens/Model) tagger using EXIF data
https://github.com/liske/flenstag
Last synced: 2 months ago
JSON representation
Flickr (Lens/Model) tagger using EXIF data
- Host: GitHub
- URL: https://github.com/liske/flenstag
- Owner: liske
- Created: 2012-02-12T18:14:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-14T20:39:23.000Z (over 13 years ago)
- Last Synced: 2025-01-19T17:25:10.141Z (4 months ago)
- Language: Perl
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
flenstag - Flickr Lens Tagger
=============================flenstag scans photos from Flickr and adds appropriate tags generated
from the EXIF data of the photos. The default configuration tags:camera model,
lens model,
ISO speed,
focal length and
exposure time
aperture fnumberretrieved from the EXIF data.
flenstag is written in Perl and requires Flickr::API. The script saves
runtime data and expects the configuration file in the current directory:flenstag.conf: configuration file
flenstag.dat : tracks upload dates (might be used for filtering)
flenstag.auth: Flickr API authenticationThe flenstag.conf must exist before running flenstag (take
flenstag.conf.ex as a template).