Versions in this module Expand all Collapse all v2 v2.2.2 Nov 10, 2025 v2.2.1 Sep 14, 2025 v2.2.0 Sep 8, 2025 Changes in this version + func ExtractExiftoolMetadata(conf *config.Config, fileNames ...string) ([]exiftool.FileMetadata, error) v2.1.2 May 27, 2025 v2.1.1 May 16, 2025 v2.1.0 Mar 22, 2025 v2.0.3 Nov 23, 2024 v2.0.2 Nov 22, 2024 v2.0.1 Nov 6, 2024 Changes in this version + func RegexReplace(regex *regexp.Regexp, input, replacement string, replaceLimit int) string + func Replace(conf *config.Config, change *file.Change, vars *Variables) error + type Exif struct + DateTimeOriginal string + ExposureTime []string + FNumber []string + FocalLength []string + FocalLengthIn35mmFilm []int + ISOSpeedRatings []int + ImageLength []int + ImageWidth []int + Latitude string + LensModel string + Longitude string + Make string + Model string + PixelXDimension []int + PixelYDimension []int + Software string + type ID3 struct + Album string + AlbumArtist string + Artist string + Composer string + Disc int + FileType string + Format string + Genre string + Title string + TotalDiscs int + TotalTracks int + Track int + Year int + type Variables struct + func Extract(replacement string) (Variables, error) + func (v *Variables) IndexMatches() int