Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backup ¶ added in v2.2.0
type Change ¶
type Change struct {
Error error `json:"error,omitempty"`
PrimaryPair *Change `json:"-"`
ExiftoolData *exiftool.FileMetadata `json:"-"`
BaseDir string `json:"base_dir"`
TargetDir string `json:"target_dir"`
Source string `json:"source"`
Target string `json:"target"`
OriginalName string `json:"-"`
Status status.Status `json:"status"`
SourcePath string `json:"-"`
TargetPath string `json:"-"`
CSVRow []string `json:"-"`
Steps []string `json:"-"`
SortCriterion struct {
TimeVar time.Time
Time time.Time
StringVar string
IntVar int
Size int64
} `json:"-"`
Position int `json:"-"`
IsDir bool `json:"is_dir"`
WillOverwrite bool `json:"-"`
MatchesFindCond bool `json:"-"`
}
Change represents a single renaming change.
func (*Change) AutoFixTarget ¶
AutoFixTarget sets the new target name.
Click to show internal directories.
Click to hide internal directories.