Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Changes To debugging

Changes to "debugging" between 2015-04-05 22:22:43 and 2015-12-18 22:24:46

1

2
3

4
5

6
7
8
9
10
11
12
13
14
15
16
17
18

19
20
21
22


1
2

3
4

5
6
7
8
9
10
11
12
13
14
15
16
17

18
19
20
21
22
23
-
+

-
+

-
+












-
+




+
In case streamtuner2 doesn't start up correctly, you can run it in a "debug mode". This is usually available via <kbd>F12</kbd> in the Configuration window, in the "System" tab, as "<kbd>x</kbd> Enable debug messages".
In case streamtuner2 doesn't start up correctly, you can run it in a "debug mode". This could be set permanently via <kbd>F12</kbd> in the Configuration window, in the "System" tab, as "<kbd>x</kbd> Enable debug messages".

Now when streamtuner2 hangs at startup, you can't possible reach that. So there's a command-line flag alternatively.
Now when streamtuner2 hangs at startup, you can use the command-line flag:

 1. Open a console / temrinal window
 1. Open a console / terminal window

 2. Enter following command:

        streamtuner2 -D

    And press <kbd>Enter</kbd>.

 3.  Watch the output for <b style="color:red">red error</b> messages.


### Disable a single plugin (once).

If it's just a single channel plugin that hangs at startp, you can just disable that per command line:
If it's just a single channel plugin that hangs at startp, you could disable that:

    streamtuner2 -d xiph

To make that permanent open the configuration and press <kbd>save</kbd>.