50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66 | 50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67 |
-
+
+
| </list>
</item>
</list>
</section>
<section id="userplugins">
<title>User plugins</title>
<p>Downloaded plugins are stored in <file>~/.config/streamtuner2/plugins</file>.
<p>Downloaded plugins are stored in <file>~/.config/streamtuner2/plugins/</file>.
To remove them, delete the individual *.py files there manually. But
keep the <file>__init__.py</file> stub.</p>
<p>On Windows they're stored in <file>%APPDATA%\streamtuner2\plugins\</file>.</p>
<note style="bug"><p>Core plugins (those which are installed
system-wide) can often also be updated. The user-saved plugin will
take precedence after a restart. However the version number in
PluginManager2 still shows the system-installed/older version
regardless.</p>
<p>So you'll have to take care to eventually refresh/delete outdated user plugins,
whenever you install a newer Streamtuner2 version.</p></note> |