1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 | 1
2
3
4
5
6
7
8
9
10
11
12
13
14 |
-
-
-
+
|
<html><head><title>Python: module config</title>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>config</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="streamtuner2/config.py">/home/mario/projects/streamtuner2/config.py</a></font></td></tr></table>
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="streamtuner2/config.py"> streamtuner2/config.py</a></font></td></tr></table>
<p><tt># encoding: UTF-8<br>
# api: streamtuner2<br>
# type: class<br>
# title: global config object<br>
# description: reads ~/.config/streamtuner/*.json files<br>
# config:<br>
# { arg: -d, type: str, name: disable[], description: Omit plugin from initialization. }<br> |