1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 | <page
xmlns="http://projectmallard.org/1.0/"
type="guide" group="first"
id="configuration">
<info>
<link type="guide" xref="index#configuration"/>
<desc><key>F12</key> brings up the options window with the Player, Display, System and Plugin sections.</desc>
</info>
<title>Settings dialog</title>
<p>There are various options for streamtuner2, available under <guiseq><gui>Edit</gui>
<gui>Preferences</gui></guiseq> or via <key>F12</key>.
</p>
<terms>
<title>It's separated into three main areas.</title>
<item>
<title>Player</title> |
>
|
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 | <page
xmlns="http://projectmallard.org/1.0/"
type="guide" group="first"
id="configuration">
<info>
<link type="guide" xref="index#configuration"/>
<desc><key>F12</key> brings up the options window with the Player, Display, System and Plugin sections.</desc>
</info>
<title>Settings dialog</title>
<p>
There are various options for streamtuner2, available under <guiseq><gui>Edit</gui>
<gui>Preferences</gui></guiseq> or via <key>F12</key>.
</p>
<terms>
<title>It's separated into three main areas.</title>
<item>
<title>Player</title> |
|
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112 | <item>
<title>Show bookmark star</title>
<p>Bookmarked stations will be marked with a ★ star in all other station lists / categories.
That doesn't often work for the same station entry from two different channel services / tabs though.</p>
</item>
<item>
<title>Gtk+ theme</title>
<p>Be careful. While Gtk allows to select a different theme per application, not all themes
work right away. Switching the theme might hang streamtuner2. Just restart if that happens.</p>
</item>
<item>
<title>Save window states</title>
<p>Automatically remember window size, selected channel tab, categories, or selected station.
Also keeps the width of station list columns. If disabled, you can manually save the current
layout/selections via <guiseq><gui>Edit</gui> <gui>Save States</gui></guiseq>.</p> |
|
| 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113 | <item>
<title>Show bookmark star</title>
<p>Bookmarked stations will be marked with a ★ star in all other station lists / categories.
That doesn't often work for the same station entry from two different channel services / tabs though.</p>
</item>
<item>
<title>Gtk+ theme</title>
<p><em style="bug">Be careful</em>. While Gtk allows to select a different theme per application, not all themes
work right away. Switching the theme might hang streamtuner2. Just restart if that happens.</p>
</item>
<item>
<title>Save window states</title>
<p>Automatically remember window size, selected channel tab, categories, or selected station.
Also keeps the width of station list columns. If disabled, you can manually save the current
layout/selections via <guiseq><gui>Edit</gui> <gui>Save States</gui></guiseq>.</p> |
|
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171 | </item>
</terms>
<terms>
<title>System</title>
<item>
<title>Temporary files</title>
<p>Streamtuner2 creates temporary .m3u files, if an audio player is configured to use %m3u files
instead of %pls or %srv URLs. For archival purposes, you might want to set a dedicated directory
for this. Leave this to the default /tmp else.</p>
</item>
<item>
<title>Config directory</title>
<p>Is where streamtuner2 keeps its settings.json and channel caches, favicons, etc.
You can't set this in the config dialog. This is just for display. Set the XDG_CONFIG_HOME
environment variable to adapt.</p>
</item>
<item>
<title>Enable debug messages</title>
<p>If you start streamtuner2 from a terminal window (xterm/rxvt), you can get a load of state
and processing or debug infos. Enable this only for testing, as it might slow down station
rendering.</p> |
|
|
|
|
| 151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172 | </item>
</terms>
<terms>
<title>System</title>
<item>
<title>Temporary files</title>
<p>Streamtuner2 creates temporary .m3u files - for audio players that are configured to use %m3u files
instead of %pls or %srv URLs. For archival purposes you might want to set a dedicated directory
for this. Leave this to the default /tmp else.</p>
</item>
<item>
<title>Config directory</title>
<p>Is where streamtuner2 keeps its <file>settings.json</file> and channel caches, favicons, etc.
You can't set this in the config dialog. This is just for display. Set the <sys>XDG_CONFIG_HOME</sys>
environment variable to adapt.</p>
</item>
<item>
<title>Enable debug messages</title>
<p>If you start streamtuner2 from a terminal window (xterm/rxvt), you can get a load of state
and processing or debug infos. Enable this only for testing, as it might slow down station
rendering.</p> |
|
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193 |
<p>This tab lists all available channel and feature plugins. Mark checkboxes for those plugins
you want to enable. You have to restart Streamtuner2 for any changes here to take effect.</p>
<p>Each channel plugin may come with its own set of addition configuration settings
below.</p>
<p>If you want to find out more about the short option descriptions (most settings are checkboxes),
please have a look into the channels directory /usr/share/streamtuner2/channels/ and corresponding
*.py files. These are readable, and sometimes contain more information.</p>
</section>
</page> |
|
|
| 180
181
182
183
184
185
186
187
188
189
190
191
192
193
194 |
<p>This tab lists all available channel and feature plugins. Mark checkboxes for those plugins
you want to enable. You have to restart Streamtuner2 for any changes here to take effect.</p>
<p>Each channel plugin may come with its own set of addition configuration settings
below.</p>
<note style="note"><p>If you want to find out more about the short option descriptions (most settings are checkboxes),
please have a look into the channels directory /usr/share/streamtuner2/channels/ and corresponding
*.py files. These are readable, and sometimes contain more information.</p></note>
</section>
</page> |