shared

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2025 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultBannedFiles = []string{
	`@eaDir/`,
	`@__thumb/`,
	`SYNOFILE_THUMB_*.*`,
	`Lightroom Catalog/`,
	`thumbnails/`,
	`.DS_Store/`,
	`/._*`,
	`.photostructure/`,
	`Recently Deleted/`,
}

Functions

This section is empty.

Types

type StackOptions

type StackOptions struct {
	// ManageHEICJPG determines whether to manage HEIC to JPG conversion options.
	ManageHEICJPG filters.HeicJpgFlag `mapstructure:"manage_heic_jpg" json:"manage_heic_jpg" toml:"manage_heic_jpg" yaml:"manage_heic_jpg"`

	// ManageRawJPG determines how to manage raw and JPEG files.
	ManageRawJPG filters.RawJPGFlag `mapstructure:"manage_raw_jpg" json:"manage_raw_jpg" toml:"manage_raw_jpg" yaml:"manage_raw_jpg"`

	// BurstFlag determines how to manage burst photos.
	ManageBurst filters.BurstFlag `mapstructure:"manage_burst" json:"manage_burst" toml:"manage_burst" yaml:"manage_burst"`

	// ManageEpsonFastFoto enables the management of Epson FastFoto files.
	ManageEpsonFastFoto bool `` /* 127-byte string literal not displayed */

	Filters  []filters.Filter
	Groupers []groups.Grouper
}

func (*StackOptions) RegisterFlags

func (so *StackOptions) RegisterFlags(flags *pflag.FlagSet)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL