Sign in Sign up
rubygems

file_data

Provides apis for extracting common metadata out of files as well as low level apis for advanced metadata parsing. Currently exif (jpeg/jpg) is almost entirely supported and mpeg4 (mp4,m4v,moov...) has limited support. For common metadata the FileInfo class provides methods names after the metadata items taking a filename. As an example, to get the origin date of a file you would call FileData::FileInfo.origin_date(filename). Advanced apis are provided via specific classes for each metadata type. For example, Exif for exif data and Mpeg4 for mpeg4 data. These can be used to improve the performance of gathering multiple metadata values from a file

Activity

Latest release
4y ago
Total releases
7
Cadence
~18 days
Last 12 months
0

Details

License
MIT
First release
May 19, 2017
Releases
Version Released
6.0.0 major
5.2.3 patch
5.2.0 minor
5.2.2 patch
5.2.1 patch
5.0.0 major
4.0.0 initial