raisercostin / ownit   0.10

Apache License 2.0 GitHub

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

Scala versions: 2.11 2.10

#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