ffs_batch: CustomDirections should be filled in properly

Discuss new features and functions
Posts: 4
Joined: 10 May 2016

georgefischhof

Hi,

ffs_batch: CustomDirections should be filled in properly: As You can see in the examples below, in my config there are two variants, but CustomDirections are the same.
These values should be filled in properly in order to understand what will happen when you read the config file.
The variant inside contains the right values, so the program works well, but it is confusing that I can read in the config that Mirror and TwoWay does the same thing



<Variant>Mirror</Variant>
<CustomDirections>
<LeftOnly>right</LeftOnly>
<RightOnly>left</RightOnly>
<LeftNewer>right</LeftNewer>
<RightNewer>left</RightNewer>
<Different>none</Different>
<Conflict>none</Conflict>
</CustomDirections>

<Variant>TwoWay</Variant>
<CustomDirections>
<LeftOnly>right</LeftOnly>
<RightOnly>left</RightOnly>
<LeftNewer>right</LeftNewer>
<RightNewer>left</RightNewer>
<Different>none</Different>
<Conflict>none</Conflict>
</CustomDirections>



BR,
George
User avatar
Site Admin
Posts: 7055
Joined: 9 Dec 2007

Zenju

The XML parent element is "CustomDirections", so there shouldn't be any confusion that they are unrelated to the specific variants "Mirror" or "TwoWay", but correspond to variant "Custom".