https://github.com/shinich39/img-to-dir
Organize images to Synology Photos Style.
https://github.com/shinich39/img-to-dir
javascript nodejs organize-photos synology synology-photos
Last synced: 6 months ago
JSON representation
Organize images to Synology Photos Style.
- Host: GitHub
- URL: https://github.com/shinich39/img-to-dir
- Owner: shinich39
- License: mit
- Created: 2024-06-11T15:55:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T16:42:11.000Z (over 1 year ago)
- Last Synced: 2024-12-21T00:19:34.160Z (10 months ago)
- Topics: javascript, nodejs, organize-photos, synology, synology-photos
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# img-to-dir
Organize images to Synology Photos Style.
Supported image types: jpeg, jpg, png, heic, heif, tiff, avif
Supported video types: mp4, mov
Synology Photos Style:
- 2024
- 01
- IMG_0001.jpg
- IMG_0002.jpg
- IMG_0003.jpg
- 02
- IMG_0001.jpg
- IMG_0001.mov## Requirements
- nodejs
## Options
- ffmpeg (For video, Need to setup environment variables)
## Usage
```console
git clone https://github.com/shinich39/img-to-dir.git
cd ./img-to-dir
npm install
```1. Put images or directories to "/img-to-dir/input".
2. Enter "npm start" in terminal.
3. Check "/img-to-dir/output"