-
Notifications
You must be signed in to change notification settings - Fork 16
Configuration
The plugin searches for a configuration in the following two files:
-
~/.config/garminplugin/garminplugin.xml
-
~/.garminplugin.xml
On the first start the plugin creates a default configuration
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <GarminPlugin logfile="" level="ERROR"> <Devices> <Device> <Name>Home Directory /home/username</Name> <StoragePath>/home/username</StoragePath> <StorageCommand></StorageCommand> </Device> </Devices> <Settings> <ForerunnerTools enabled="true" /> </Settings> </GarminPlugin>
-
logfile = specify a file where the plugin logs messages to - if you do not specify a file, logging will be to stderr
-
level = specify the amount of log messages. Valid is: DEBUG, INFO, ERROR, NONE
-
Specify as many devices as you want
-
Name = Name of the plugin that gets displayed to the user
-
StoragePath = The place where the plugin stores the files
-
StorageCommand = This command gets executed after the file was saved to StoragePath
-
ForerunnerTools = Disable autosearch for edge305/forerunner305 if you don’t own one. Some devices get confused and turn themselves off afterwards.