Input$ConfigGeneralInput class

Constructors

Input$ConfigGeneralInput({List<Input$StashConfigInput>? stashes, String? databasePath, String? backupDirectoryPath, String? deleteTrashPath, String? generatedPath, String? metadataPath, String? scrapersPath, String? pluginsPath, String? cachePath, String? blobsPath, Enum$BlobsStorageType? blobsStorage, String? ffmpegPath, String? ffprobePath, bool? calculateMD5, Enum$HashAlgorithm? videoFileNamingAlgorithm, int? parallelTasks, bool? previewAudio, int? previewSegments, double? previewSegmentDuration, String? previewExcludeStart, String? previewExcludeEnd, Enum$PreviewPreset? previewPreset, bool? transcodeHardwareAcceleration, Enum$StreamingResolutionEnum? maxTranscodeSize, Enum$StreamingResolutionEnum? maxStreamingTranscodeSize, List<String>? transcodeInputArgs, List<String>? transcodeOutputArgs, List<String>? liveTranscodeInputArgs, List<String>? liveTranscodeOutputArgs, bool? drawFunscriptHeatmapRange, bool? writeImageThumbnails, bool? createImageClipsFromVideos, String? username, String? password, int? maxSessionAge, String? logFile, bool? logOut, String? logLevel, bool? logAccess, int? logFileMaxSize, bool? createGalleriesFromFolders, String? galleryCoverRegex, List<String>? videoExtensions, List<String>? imageExtensions, List<String>? galleryExtensions, List<String>? excludes, List<String>? imageExcludes, String? customPerformerImageLocation, List<Input$StashBoxInput>? stashBoxes, String? pythonPath, List<Input$PackageSourceInput>? scraperPackageSources, List<Input$PackageSourceInput>? pluginPackageSources, int? spriteScreenshotSize, bool? useCustomSpriteInterval, double? spriteInterval, int? minimumSprites, int? maximumSprites})
factory
Input$ConfigGeneralInput.fromJson(Map<String, dynamic> data)
factory

Properties

backupDirectoryPath String?
no setter
blobsPath String?
no setter
blobsStorage Enum$BlobsStorageType?
no setter
cachePath String?
no setter
calculateMD5 bool?
no setter
copyWith CopyWith$Input$ConfigGeneralInput<Input$ConfigGeneralInput>
no setter
createGalleriesFromFolders bool?
no setter
createImageClipsFromVideos bool?
no setter
customPerformerImageLocation String?
no setter
databasePath String?
no setter
deleteTrashPath String?
no setter
drawFunscriptHeatmapRange bool?
no setter
excludes List<String>?
no setter
ffmpegPath String?
no setter
ffprobePath String?
no setter
galleryCoverRegex String?
no setter
galleryExtensions List<String>?
no setter
generatedPath String?
no setter
hashCode int
The hash code for this object.
no setteroverride
imageExcludes List<String>?
no setter
imageExtensions List<String>?
no setter
liveTranscodeInputArgs List<String>?
no setter
liveTranscodeOutputArgs List<String>?
no setter
logAccess bool?
no setter
logFile String?
no setter
logFileMaxSize int?
no setter
logLevel String?
no setter
logOut bool?
no setter
maximumSprites int?
no setter
maxSessionAge int?
no setter
maxStreamingTranscodeSize Enum$StreamingResolutionEnum?
no setter
maxTranscodeSize Enum$StreamingResolutionEnum?
no setter
metadataPath String?
no setter
minimumSprites int?
no setter
parallelTasks int?
no setter
password String?
no setter
pluginPackageSources List<Input$PackageSourceInput>?
no setter
pluginsPath String?
no setter
previewAudio bool?
no setter
previewExcludeEnd String?
no setter
previewExcludeStart String?
no setter
previewPreset Enum$PreviewPreset?
no setter
previewSegmentDuration double?
no setter
previewSegments int?
no setter
pythonPath String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scraperPackageSources List<Input$PackageSourceInput>?
no setter
scrapersPath String?
no setter
spriteInterval double?
no setter
spriteScreenshotSize int?
no setter
stashBoxes List<Input$StashBoxInput>?
no setter
stashes List<Input$StashConfigInput>?
no setter
transcodeHardwareAcceleration bool?
no setter
transcodeInputArgs List<String>?
no setter
transcodeOutputArgs List<String>?
no setter
useCustomSpriteInterval bool?
no setter
username String?
no setter
videoExtensions List<String>?
no setter
videoFileNamingAlgorithm Enum$HashAlgorithm?
no setter
writeImageThumbnails bool?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override