1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40 | 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41 |
-
+
-
-
-
+
+
+
+
-
+
| <page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="specbuttons">
<info>
<link type="guide" xref="index#extra"/>
<link type="guide" xref="configuration#apps"/>
<link type="guide" xref="configuration#gui"/>
<desc>Toolbar application short cuts.</desc>
</info>
<title>Extra/mini buttons</title>
<title>Special extra/mini buttons</title>
<p>Using the specbuttons plugin, you can define additional
shortcuts. This is meant as convenience - allows to start
other audio apps or system ontrols from within streamtuner2.</p>
<p>The settings list can be found in the Settings → Options tab. It
follows the layout of the player/recording configuration. Except
that it lists icons and their according action commands:</p>
<p>The settings list can be found with th plugin options in the
<key>🔌 Features</key> tab. It follows the layout of the player/recording
configuration. Except that it lists icons and their according
action commands:</p>
<table shade="rows" rules="rows cols">
<tr><td><p><em>Icon</em></p></td> <td><p><em>Cmd</em></p></td> </tr>
<tr><td><p><app>gtk-media-forward</app></p></td> <td><p><cmd>vlc next</cmd></p></td> </tr>
<tr><td><p><app>terminal</app></p></td> <td><p><cmd>xterm</cmd></p></td> </tr>
<tr><td><p><app>volume</app></p></td> <td><p><cmd>pavucontrol</cmd></p></td> </tr>
<tr><td><p><app>database</app></p></td> <td><p><cmd>./myscript "%url" "%title"</cmd></p></td> </tr>
<tr><td><p><app>./import.png</app></p></td> <td><p><cmd>audacity %pls</cmd></p></td> </tr>
</table>
<section id="gtk-icons">
<title>gtk-icons</title>
<p>Note that the icon name can either be Gtk-builtin icon. Their
<p>Note that the icon name can also be that of a Gtk-builtin icon. Their
names always start with "<app>gtk-</app>", for example "<app>gtk-cancel</app>". You can
find a list of all available builtins under
<link href="http://www.pygtk.org/pygtk2reference/gtk-stock-items.html">http://www.pygtk.org/pygtk2reference/gtk-stock-items.html</link>.</p>
</section>
<section id="png-icons">
<title>PNG icons</title> |
54
55
56
57
58
59
60
61
62
63
64
65 | 55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73 |
+
+
+
+
+
-
+
+
+
|
<p>Placeholders like %title and %url or %pls and %m3u are supported
for all commands as well. So you can have additional play/record
shortcuts.</p>
</section>
<section>
<title>icon rows</title>
<p>With the "number of rows" setting, more buttons can be packed together.
It looks okay with up to 3 rows - when using the large sized main toolbar.
The defined icon shortcuts will always be packed column-wise.</p>
<note style="bug"><p>The icon list isn't ordered. So you cannot
define which button appears first.</p></note>
define which button appears first. (Albeit the plugin config
definition can be changed from 'dict' to 'table' now, and the plugin
required just a little editing then.)</p></note>
</section>
</page> |