Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Changes To settings.json

Changes to "settings.json" between 2016-11-06 14:06:22 and 2016-11-06 14:10:03

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.