81
82
83
84
85
86
87
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
+
+
+
+
+
+
+
+
+
+
+
|
* `"dirble_api_key"` - allows to set a custom user logon
* `"icon_dir"` - deviced from ~/.config/streamtuner2/ directory
A few will be ovrriden on startup:
* `"windows"` - current operating system
* `"firstrun"`- set after first configuration
#### .netrc
A few plugins allow to provide a user login, but alternatively permit such options to be given in the standard location `.netrc` → which should look like:
machine channel.com
account me12345
password pw12345
Where you may use either `account` or `login` for the username.
|