0.9.1 • Published 3 months ago

media-organizer v0.9.1

Weekly downloads
1
License
MIT
Repository
-
Last release
3 months ago

npm version Conventional Commits

media-organizer

CLI program for organizing your media files by dates from metadata when applicable or by created file date.

Installation

To make use of exiftool you will need to download and install the appropriate exiftool package for your system. Also you must have node and npm installed.

Mac OS X:

sudo brew update
sudo brew install exiftool

Ubuntu:

sudo apt-get update
sudo apt-get install libimage-exiftool-perl

For other systems or for information on how to compile exiftool from source refer to the official documentation for exiftool.

You also can use this app without exiftool if file creation date works for you.

npm i -g media-organizer

Usage

media-organizer location destination

And you will get folders structure:

tree destination
destination
├── 2016-06-08
│   └── IMG_0005.MOV
├── 2016-12-19
│   └── IMG_0003.MOV
├── 2018-12-25
│   └── MVI_8850.MOV
└── 2019-01-02
    └── GH010108.MP4
0.9.0

3 months ago

0.9.1

3 months ago

0.8.1

3 months ago

0.8.0

3 months ago

0.7.0

1 year ago

0.6.1

1 year ago

0.6.0

2 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.1

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago