Skip to content

Content Organizer Assistant – automatic heuristic metadata extractor of Exif(images), ID3 tag(mp3)

License

Notifications You must be signed in to change notification settings

raisercostin/ownit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Ownit

Content Organizer Assistant – automatic heuristic metadata extractor of Exif(images), ID3 tag(mp3)

Status

Download Build Status Codacy Badge Rename pattern: $||...|()

  • tagX - a metadata tag. The tags are tried till one is found from left to right.
    • exif - an exif tag has the exif prefix
    • file - tags extracted using the file system
      • fileCreated
      • fileModified
    • comp - tags that are computed after all the other tags are created
      • compDetectedFormat - tag that attempts to reconstruct a format out of current name and the other tags
      • compRemaining - tag with the file name data remaining after all the recognized data from detectedFormat was extracted
  • microformat - %yyyy, %MM, %dd, %HH, %mm, %ss - for date time fields

= Resources =

= Execute =

  • propose new organized folder without modifying source folder organize.bat d:\personal\photos2\ d:\personal\photos2-george
  • display exif info for a file organize.bat d:\personal\photos2-george-bad\Camera\20140906_000621.jpg

How to use

Development

  • to release
sbt> oneJar
sbt> release skip-tests

About

Content Organizer Assistant – automatic heuristic metadata extractor of Exif(images), ID3 tag(mp3)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages