Flamenco/internal/manager/config
Sybren A. Stüvel 7ffbd72dce Manager: normalise slashes when expanding two-way variables
When expanding the `{shared}` variable in a path like
`{shared}\shot\file.blend`, all slashes will be normalised to the target
platform, so for example result in:

- Windows: `Y:\shared\flamenco\shot\file.blend`
- Linux  : `/shared/flamenco/shot/file.blend`

Due to this normalisation, the same paths will be served to these
platforms when the path was `{shared}/shot/file.blend`.
2024-06-25 11:24:27 +02:00
..
test_files Extra tests for backslashed two-way variables 2023-07-31 12:32:42 +02:00
config_test.go Manager: simplify value-to-variable replacement 2023-07-31 13:58:43 +02:00
config.go Manager: normalise slashes when expanding two-way variables 2024-06-25 11:24:27 +02:00
defaults.go Manager: set default MQTT topic prefix to 'flamenco' 2024-03-08 16:44:39 +01:00
enums.go Manager: add platform for variables named "all" 2022-03-25 16:20:39 +01:00
service.go Manager: simplify variable expansion 2023-07-31 15:15:20 +02:00
settings_test.go Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
variables_test.go Manager: normalise slashes when expanding two-way variables 2024-06-25 11:24:27 +02:00
variables.go Manager: normalise slashes when expanding two-way variables 2024-06-25 11:24:27 +02:00