Raghavan 228c294ffa
Workflow to check JS and PY code format (#242)
* fix css files
* create workflow
* format code using prettier
* black ignore 3rd party folder
* format py code using black
* black exclude option in workflow
* Don't format workflow files
* Add contributing instructions to readme
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2024-02-07 10:25:44 +11:00
..

titleFromFilename

Sets a scene's title

Requirements

Installation

  • Download the whole folder titleFromFilename
  • Place it in your plugins folder (where the config.yml is). If its not there create it
  • Reload plugins from stash (Settings > Plugins -> Reload Plugins)
  • titleFromFilename should appear

Usage

When a scene is created the plugin will set the title to the filename. By default the file extension will not be added to the title. If you want to keep the file extension open config.py file and change STRIP_EXT = True to STRIP_EXT = False