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
+25-8Lines changed: 25 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ class PyRadioConfigWindow(object):
35
35
'Default value: mpv,mplayer,vlc'])
36
36
_help_text.append(['This is the playlist to open if none is specified.', '|',
37
37
'This is the equivalent to the -s , --stations command line option.', '|',
38
-
'You can scecify full path to CSV file, or if the playlist is in the config directory, playlist name filename without extension or playlist number as reported by -ls command line option.', '|', 'Default value: stations'])
38
+
'Default value: stations'])
39
39
_help_text.append(['The station number within the default playlist to play.', '|',
40
40
'This is the equivalent to the -p , --play command line option.', '|',
41
41
'Value is 0..number of stations, "False" means no auto play, "random" means play a random station.', '|', 'Default value: False'])
0 commit comments