Index: help/html/cli.html ================================================================== --- help/html/cli.html +++ help/html/cli.html @@ -44,12 +44,51 @@
Specifying a channel name is often optional. If you add one, it should be all-lowercase. You can also give a list, like "shoutcast,xiph" which would be searched then.
There are also --gtk3 and --gtk2 command line options. Usually the right toolkit - is picked depending on Python version. But you can manually override this.
There are also a few command line flags, which influence the + graphical runtime.
+Picks the Gtk3 toolkit. Which is default for Python3 runs. + But could also be used for Python2 instead of pygtk.
+Fake option. Python2 runs on Gtk2 per default. And Py3 is + bound to Gtk3/PyGObject anyway.
+Enable debug output on the console. Identical to the debug + configuration dialog option.
+Disable a named plugin. Useful if it hangs on startup. So + -d xiph can temporarily disable it. Note that this + flag gets set durably by clicking [save] in the config + dialog.
+Enable a channel/feature plugin just once.
+Print help list with all known command line flags. Note that + this excludes details on the CLI action commands.
+Exit right away. A flag only used for testing.
+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.
+The tabs Channels lists all available directory services. + While the Features group provides internal or menu enhancements. + Disabling or enabling a plugin however requires a restart of Streamtuner2 + to take effect.
-
Each channel plugin may come with its own set of addition configuration settings - below.
+Each plugin can have its own little list of extra options. They'll be + applied right away for already active channel/feature plugins.
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.