https://github.com/nknapp/media-crawler
NodeJS-program that crawls media-files on the hard disks and sends metadata to a ReST-service
https://github.com/nknapp/media-crawler
Last synced: 2 months ago
JSON representation
NodeJS-program that crawls media-files on the hard disks and sends metadata to a ReST-service
- Host: GitHub
- URL: https://github.com/nknapp/media-crawler
- Owner: nknapp
- License: apache-2.0
- Created: 2014-07-04T22:23:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T22:30:49.000Z (over 8 years ago)
- Last Synced: 2025-03-25T18:55:40.044Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Image-Crawler
=============
This is a simple file crawler that uses exiftool to read metadata from all files in a subtree and post it to a rest-service.
The rest-service is not included...The rest-service
----------------
The rest-service is not included. The crawler is intended for a personal image gallery project that I'm attempting
to implement with the software of the company I'm working at: [k-infinity](http://www.k-infinity.de/) (the page is german only)The rest-service should accept the output of "exiftool -G -j file ..." as body of a POST-Request
(see [this json created of the example data](example/exiftool.json)).
It must return a similar json with tags to be stored into each file (using "exiftool -G -j=-" ). See
[this json of an example response](example/response.json)).Usage
-----
# Tested with Ubuntu 14.04
sudo apt-get install libimage-exiftool-perlnpm install
node src/main.js conf/crawler.yml