Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoFilesProcessed = errors.New("no regular files were successfully processed (all files failed validation)")
Functions ¶
func ProcessRegularFiles ¶
func ProcessRegularFiles( ctx context.Context, virtualDir string, files []parser.ParsedFile, par2Files []parser.ParsedFile, nzbPath string, metadataService *metadata.MetadataService, allowedFileExtensions []string, filterSamples bool, tracker *progress.Tracker, storeIndex map[string]int64, storeRef string, ) ([]string, error)
ProcessRegularFiles processes multiple regular files. Returns the virtual paths of all metadata files successfully written, plus any error. writtenPaths is populated even on partial failure (first-error mode).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.