An open API service indexing awesome lists of open source software.

https://github.com/lodestone/mediasort

Sort and tidy directories containing media (images, video)
https://github.com/lodestone/mediasort

exif media photo ruby sort video

Last synced: about 1 year ago
JSON representation

Sort and tidy directories containing media (images, video)

Awesome Lists containing this project

README

          

# mediasort

Tidy up directories containing media of varying types (video, image)

## More Details:

I wrote this script to move a directory full of photos just imported from SD card or camera
and sort them into subdirectories based on their creation time. So if the photo, named
DSC0001.JPG was taken on March 14th, 2015, the script would sort it into a directory like:

`2015/03/2015-03-14/DSC0001.JPG`
*`///`*

### Installation:

*This script requires exiftool but has no other dependencies besides standard libraries.*

Use brew to install exiftool:

brew install exiftool

Install the gem:

gem install mediasort

### Usage:

#### *Required Arguments*

mediasort \
--input \
--output \
--mimetype \

#### *Optional Arguments*

--no-progress # don't display an indicator of progress
--verbose # show the commands being executed

## Contributing to mediasort

* Send me a pull request.

### Copyright

Copyright (c) 2015 Matt Petty ().
See LICENSE.txt for further details.