You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyradio/config_window.py
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,12 @@ class PyRadioConfigWindow(object):
56
56
_help_text.append(['This is the encoding used by default when reading data provided by a station such as song title, etc. If reading said data ends up in an error, "utf-8" will be used instead.', '|',
57
57
'If changed, playback must be restarted so that changes take effect.',
58
58
'|', 'Default value: utf-8'])
59
+
_help_text.append(None)
59
60
_help_text.append(['PyRadio will wait for this number of seconds to get a station/server message indicating that playback has actually started.', '|',
60
61
'If this does not happen within this number of seconds after the connection is initiated, PyRadio will consider the station unreachable, and display the "Failed to connect to: station" message.', '|', 'Press "h"/Left or "l"/Right to change value.',
_help_text.append(['Most radio stations use plain old http protocol to broadcast, but some of them use https.', '|', 'If this is enabled, all connections will use http; results depend on the combination of station/player.', '|', 'This value is read at program startup, use Ctrl-S to change its effect while mid-session.',
64
+
'|', 'Default value: False'])
62
65
_help_text.append(None)
63
66
_help_text.append(['The theme to be used by default.', '|',
64
67
'This is the equivalent to the -t , --theme command line option.', '|',
0 commit comments