Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

When the config file defined in the setup file is not access able, the startup screen will appear.

Config file

The config file contains the global configuration of all libraries.
Here you can define the file structure and naming convention for each of the libraries.

When creating you new setup for the software you can specify the file location.
The file can be stored everywhere. The setup file referenced to this config file.


By default it is stored in your local user home directory

Linux/Mac

~/.das-element/das-element.conf
Windows

%USERPROFILE%/.das-element/das-element.conf

Library file

A library contains a collection elements.

Each library exists of two parts:

  1. Library file
    contains the configuration of the library, like value overwrites and transcoding templates.
    {library_name}.lib - file content is JSON format

  2. Database
    holds all information about the elements of this library
    for SQLite: {library_name}.db


Define the file structure in the global settings (config file) and overwrite values or path patterns that are relevant for this library. This way the naming convention stays consistent over all libraries, but you can control individual parts by overwriting values depending on this specific library.

Example:
Overwrite parts of the naming convention depending on the facility or company division
(VFX, commercial, ….). Now you can easily separate or join the libraries of different parts of your company.