lkjlkj
This commit is contained in:
@@ -30,12 +30,12 @@ PIPELINE_PRESETS: List[PipelinePreset] = [
|
||||
PipelinePreset(
|
||||
label="Download → Merge → Local",
|
||||
description="Use download-data with playlist auto-selection, merge the pieces, tag, then import into local storage.",
|
||||
pipeline='download-data "<url>" | merge-file | add-tag | add-file -storage local',
|
||||
pipeline='download-data "<url>" | merge-file | add-tags -store local | add-file -storage local',
|
||||
),
|
||||
PipelinePreset(
|
||||
label="Download → Hydrus",
|
||||
description="Fetch media, auto-tag, and push directly into Hydrus.",
|
||||
pipeline='download-data "<url>" | merge-file | add-tag | add-file -storage hydrus',
|
||||
pipeline='download-data "<url>" | merge-file | add-tags -store hydrus | add-file -storage hydrus',
|
||||
),
|
||||
PipelinePreset(
|
||||
label="Search Local Library",
|
||||
|
||||
Reference in New Issue
Block a user