0.1.0 • Published 7 years ago
media-organizer v0.1.0
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 exiftoolUbuntu:
sudo apt-get update
sudo apt-get install libimage-exiftool-perlFor 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-organizerUsage
media-organizer location destinationAnd 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.MP40.9.0
2 years ago
0.9.1
2 years ago
0.8.1
2 years ago
0.8.0
2 years ago
0.7.0
3 years ago
0.6.1
3 years ago
0.6.0
4 years ago
0.5.0
4 years ago
0.5.1
4 years ago
0.4.4
4 years ago
0.4.3
4 years ago
0.4.1
4 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.0
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago