mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 20:04:27 -06:00
14 lines
360 B
YAML
14 lines
360 B
YAML
name: titleFromFilename
|
|
description: Set a scene's title from it's filename
|
|
url: https://github.com/stashapp/CommunityScripts
|
|
version: 1.2
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/titleFromFilename.py"
|
|
interface: raw
|
|
hooks:
|
|
- name: hook_set_title_from_filename
|
|
description: Set the title of the scene to it's filename
|
|
triggeredBy:
|
|
- Scene.Create.Post
|