mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 20:04:27 -06:00
20 lines
571 B
YAML
20 lines
571 B
YAML
name: nfoSceneParser
|
|
description: Fills scene data from NFO or filename pattern
|
|
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/nfoSceneParser
|
|
version: 1.3.1
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/nfoSceneParser.py"
|
|
interface: raw
|
|
hooks:
|
|
- name: hook_nfoSceneParser
|
|
description: Fills scene data on creation
|
|
triggeredBy:
|
|
- Scene.Create.Post
|
|
tasks:
|
|
- name: "Reload tagged scenes"
|
|
description: Reload all scenes that have specific "marker" tag (see plugin's config.py)
|
|
defaultArgs:
|
|
mode: reload
|
|
# Last Updated January 3, 2024
|