
Change the location where the Worker writes its local files so that it follows the XDG specification (instead of writing to the current working directory). - Linux: `$HOME/.local/share/flamenco` - Windows: `C:\Users\UserName\AppData\Local\Flamenco` - macOS: `$HOME/Library/Application Support/Flamenco` NOTE: The old files will not be loaded any more. This means that if nothing is done and the new worker is run as-is, it will reregister as a brand new worker. Move `flamenco-worker-credentials.yaml` and `flamenco-worker.sqlite` to the new location to avoid this.
488 B
488 B
title | weight |
---|---|
Job Compiler Scripts | 10 |
TODO: write this :)
Task Types
The following task types are defined by the standard job compiler scripts:
blender
: any task that runs Blender.ffmpeg
: any task that runs FFmpeg.file-management
: moving or copying files, creating directories, moving old renders out of the way to make place for new ones, etc.misc
: tasks mostly used for testing things, such as "log a debug message" or "do nothing for 5 seconds".