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
t T Load theme / Toggle transparency [Valid] [Valid]
109
+
c Open Configuration window. - -
109
110
? Show keys help [Valid] [Valid]
110
111
# Redraw window [Valid] [Valid]
111
112
Esc/q Quit - -
112
113
Esc/q/Left/h - Cancel / close window Cancel / close window</pre>
113
114
<h2id="config-file">Config file</h2>
114
115
<p><strong>PyRadio</strong> upon its execution tries to read its configuration file (i.e. <em>~/.config/pyradio/config</em>). If this file is not found, it will be created. If an error occurs while parsing it, an error message will be displayed and <strong><em>PyRadio</em></strong> will terminate.</p>
115
116
<p>The file contains parameters such as the player to use, the playlist to load etc. It is heavily commented (as you can see <ahref="pyradio/config">here</a>), so that manual editing is really easy. The best practice to manually edit this file is executing <strong><em>PyRadio</em></strong> with the <strong>-ocd</strong> command line option, which will open the configuration directory in your file manager, and then edit it using your preferable text editor.</p>
116
-
<p>The file can also be altered while <strong>PyRadio</strong> is running. This process is transparent to the user; <strong>PyRadio</strong> will save the file before exiting (or in case Ctrl-C is pressed) if needed (e.g. if a config parameter has been changed during its execution).</p>
117
+
<p>The file can also be altered while <strong>PyRadio</strong> is running by pressing “<strong><em>c</em></strong>”, which will open the “<strong><em>Configuration window</em></strong>”. This window presents all <strong>PyRadio</strong> options and provide the way to change them.</p>
118
+
<p>In any case, <strong>PyRadio</strong> will save the file before exiting (or in case Ctrl-C is pressed) if needed (e.g. if a config parameter has been changed during its execution).</p>
<p><strong>PyRadio</strong> reads the stations to use from a CSV file, where each line contains two columns, the first being the station name and the second being the stream URL.</p>
119
121
<p>Optionally, a third column can be inserted, stating the encoding used by the station (more on this at <ahref="#specifying-stations-encoding">Specifying stations’ encoding</a>).</p>
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ v Save volume (not applicable for vlc) [Valid]
91
91
o s R Open / Save / Reload playlist - -
92
92
DEL,x Delete selected station - -
93
93
t T Load theme / Toggle transparency [Valid] [Valid]
94
+
c Open Configuration window. - -
94
95
? Show keys help [Valid] [Valid]
95
96
# Redraw window [Valid] [Valid]
96
97
Esc/q Quit - -
@@ -103,7 +104,9 @@ Esc/q/Left/h - Cancel / close windo
103
104
104
105
The file contains parameters such as the player to use, the playlist to load etc. It is heavily commented (as you can see [here](pyradio/config)), so that manual editing is really easy. The best practice to manually edit this file is executing ***PyRadio*** with the **-ocd** command line option, which will open the configuration directory in your file manager, and then edit it using your preferable text editor.
105
106
106
-
The file can also be altered while **PyRadio** is running. This process is transparent to the user; **PyRadio** will save the file before exiting (or in case Ctrl-C is pressed) if needed (e.g. if a config parameter has been changed during its execution).
107
+
The file can also be altered while **PyRadio** is running by pressing "***c***", which will open the "***Configuration window***". This window presents all **PyRadio** options and provide the way to change them.
108
+
109
+
In any case, **PyRadio** will save the file before exiting (or in case Ctrl-C is pressed) if needed (e.g. if a config parameter has been changed during its execution).
Copy file name to clipboardExpand all lines: pyradio.1
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
.\" Copyright (C) 2011 Ben Dowling <http://www.coderholic.com/pyradio>
2
2
.\" This manual is freely distributable under the terms of the GPL.
3
3
.\"
4
-
.TH PYRADIO 1 "March 2019"
4
+
.TH PYRADIO 1 "April 2019"
5
5
6
6
.SH NAME
7
7
.PP
@@ -86,7 +86,9 @@ Quit
86
86
87
87
The file contains parameters such as the player to use, the playlist to load etc. It is heavily commented, so that manual editing is really easy. The best practice to manually edit this file is executing \fBpyradio\fR with the \fB-ocd\fR command line option, which will open the configuration directory in your file manager, and then edit it using your preferable text editor.
88
88
89
-
The file can also be altered while \fBpyradio\fR is running. This process is transparent to the user; \fBpyradio\fR will save the file before exiting (or in case Ctrl-C is pressed) if needed (e.g. if a config parameter has been changed during its execution).
89
+
The file can also be altered while \fBpyradio\fR is running, by pressing "\fIc\fR", which will open the "\fIConfigurationwindow\fR". This window presents all \fBpyradio\fR options and provide the way to change them.
90
+
91
+
In any case, \fBpyradio\fR will save the file before exiting (or in case Ctrl-C is pressed) if needed (e.g. if a config parameter has been changed during its execution).
0 commit comments