66
67
68
69
70
71
72
73
74
75
76
|
66
67
68
69
70
71
72
73
74
75
76
|
-
+
|
### common.json
Just a few implemntation notes:
* [pluginconf.py](artifact/9a5f974003eec12409de6b690ecc9210d541b153) handles initialization and parsing of channel/*.py files
* Whereas [channel/pluginmanager2.py](artifact/1f88837392bbe4e1dc6cf89b13775dd41ca54b0d) is the GUI and ST2 hook for managing them
* Plugins that are downloaded from the fossil repository are scanned using a server-side setup of [http://fossil.include-once.org/streamtuner2/finfo?name=dev/fossil-json-plugin-repo.php](finfo?name=dev/fossil-json-plugin-repo.php)
* Plugins that are downloaded from the fossil repository are scanned using a server-side setup of [dev/fossil-json-plugin-repo.php](finfo?name=dev/fossil-json-plugin-repo.php)
|