...
type of file | description | path |
---|---|---|
setup file | Default location setup file |
or environment variable: |
config file | Default location config file or custom location |
|
variables file | File to store environment variables that are loaded on software startup |
|
models | location for machine learning models |
|
log files | for error logs etc. |
|
preview files | The software creates previews of your elements to increase performance. | Linux: |
Setup file
...
As an alternative you can set the environment variable to specify the config file location.
Order of validation:
Environment Variable (
DASELEMENT_CONFIG_PATH
)setup file (
setup.ini
)
Info |
---|
If you want to force the creation of a new setup, simply delete the setup file. |
...
Each library exists of two parts:
Library file
contains the configuration of the library, like value overwrites and transcoding templates.{library_name}.lib
- file content is JSON formatDatabase
holds all information about the elements of this library
For file based database (SQLite):{library_name}.db
Info |
---|
For Studios it is recommended to use a server-based database like PostgreSQL |
...