Skip to content

A simple tool that merges metadata to the photos/videos

License

Notifications You must be signed in to change notification settings

stowyh/ente-photos-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ente-photos-tool

A simple tool that merges metadata from .json files into photos and videos.

More info: Ente Metadata FAQ

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/stowyh/ente-photos-tool.git
  2. Navigate to the cloned repository and install the required packages:

    npm install [email protected] fs-extra exiftool-vendored
    npm install --save-dev @types/fs-extra typescript tsx

    Note: Due to compatibility issues, this script uses an outdated version of the file-type package.

Usage

  1. Modify the source directory (if needed):

    • The source directory can now be specified as a command-line argument.
  2. Run the script:

    npx tsx src/index.ts --source /path/to/source --output /path/to/output --error /path/to/error --tmp /path/to/tmp
    • Replace /path/to/source, /path/to/output, /path/to/error, and /path/to/tmp with the actual paths you want to use.

To-Do

  • Allow passing directories as a parameter.
  • Improve performance for large directories.

License

MIT

About

A simple tool that merges metadata to the photos/videos

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published