ADDED help/html/img/specbuttons.png Index: help/html/img/specbuttons.png ================================================================== --- help/html/img/specbuttons.png +++ help/html/img/specbuttons.png cannot compute difference between binary files Index: help/html/specbuttons.html ================================================================== --- help/html/specbuttons.html +++ help/html/specbuttons.html @@ -19,30 +19,31 @@
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.
-The settings list can be found with th plugin options in the + other audio apps or system controls from within streamtuner2.
++
The settings list can be found with the plugin options in the 🔌 Features tab. It follows the layout of the player/recording configuration. Except that it lists icons and their according action commands:
Icon |
Cmd |
|
volume-up |
+amixer sset Master 2%+ |
+|
gtk-media-forward |
vlc next |
|
terminal |
-xterm |
-|
volume |
+mixer |
pavucontrol |
database |
./myscript "%url" "%title" |
@@ -54,30 +55,36 @@
Note that the icon name can also be that of a Gtk-builtin icon. Their - names always start with "gtk-", for example "gtk-cancel". You can + names always start with "gtk-" - for example "gtk-cancel". You can find a list of all available builtins under - http://www.pygtk.org/pygtk2reference/gtk-stock-items.html.
In case you enter something like "player", the icon name will be searched for and expanded to an absolute PNG filename. For example "totem" might become /usr/share/icons/HighContrast/16x16/apps/totem.png.
This won't always yield the exact icon / theme / or size you wanted. So it's - sometimes necessary to look up the complete path yourself.
+ sometimes necessary to look up the complete path yourself. + So you might want search them manually locate /usr/shar/icons | + grep "volume" to pick out a more fitting icon. +You can also use png files located in your homedir or else.
You can define any graphical or commandline application to be invoked by your custom toolbar button. Foremost you want to invoke audio controls of course, or start/stop players.
+For example amixer sset Master 1dB+ is likely to work + for all current distributions.
Placeholders like %title and %url or %pls and %m3u are supported for all commands as well. So you can have additional play/record shortcuts.
So you'll have to take care to eventually refresh/delete outdated user plugins, whenever you install a newer Streamtuner2 version.
-Since this is still rather experimental, you may disable all associated features by starting ST2 via:
Which inhibits loading this whole extension. (The -d
flag also works for any other plugin name.)
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.
+ other audio apps or system controls from within streamtuner2. + +The settings list can be found with th plugin options in the +
The settings list can be found with the plugin options in the
Icon | Cmd |
Icon | Cmd |
Note that the icon name can also be that of a Gtk-builtin icon. Their
- names always start with "
In case you enter something like "
This won't always yield the exact icon / theme / or size you wanted. So it's - sometimes necessary to look up the complete path yourself.
+ sometimes necessary to look up the complete path yourself. + So you might want search them manuallyYou can also use png files located in your homedir or else.
You can define any graphical or commandline application to be invoked by your custom toolbar button. Foremost you want to invoke audio controls of course, or start/stop players.
+ +For example
Placeholders like %title and %url or %pls and %m3u are supported for all commands as well. So you can have additional play/record shortcuts.
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.
Index: help/technical.page ================================================================== --- help/technical.page +++ help/technical.page @@ -1,16 +1,16 @@Python 2.7 or 3.x
You can programm play/recording events with the timer plugin. Simply select a station
and choose