Skip to content

prefix in the settings.toml #6

@23tom2323

Description

@23tom2323

I don't yet understand what the prefix information in the settings.toml should look like.

owntags/
└── application/
    └── keys/
        ├── prefix-1.keyfile	 # Car1
        ├── prefix-2.keyfile	 # Car2
	├── prefix-2.keyfile	 # Unicorn
	└── prefix-2.keyfile 	 # Dragon

@settings.toml

[tag_options.prefix prefix-1]
[tag_options.prefix prefix-2]
[tag_options.prefix prefix-3]
[tag_options.prefix prefix-4]


tag_name = "prefix-1" # Car1
tag_name = "prefix-2" # Car2
tag_name = "prefix-3" # Unicorn
tag_name = "prefix-4" # Dragon

or should it look like this?

owntags/
└── application/
    └── keys/
        ├── car1.keyfile	 
        ├── car2.keyfile	 
	├── unicorn.keyfile	 
	└── dragon.keyfile 	

@settings.toml

[tag_options.prefix]
tag_name = "car1"  
location = true 
waypoint = false  
timestamp = 1000000001  
radius = false  

[tag_options.prefix]
tag_name = "car2"  
location = true 
waypoint = false  
timestamp = 1000000001  
radius = false  

[tag_options.prefix]
tag_name = "unicorn"  
location = true 
waypoint = false  
timestamp = 1000000001  
radius = false  

[tag_options.prefix]
tag_name = "dragon"  
location = true 
waypoint = false  
timestamp = 1000000001  
radius = false  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions