Changes to "other-fields" between 2018-07-04 19:26:05 and 2018-07-04 19:30:46

13
14
15
16
17
18
19
20
21


22
13
14
15
16
17
18
19


20
21
22







-
-
+
+

| `png:` | `iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAY…` <br> base64 embedded icon (as used in streamtuner2) |
| `img:` | Either embedded or file reference / just an alias |
| `hidden:` | e.g. hide plugin entry from main menu |
| `keycode:` | `Alt+F4` <br> Keycombinations for GUI apps |
| `key:` | `cp│copy` <br> Regex aliases for CLI interfaces |

| **Plugin management** |
| `sort:` | `-100` <br> Ordering for plugin loading |
| `priority:` | `core` <br> How essentional is plugin/script (core, default, optional, contrib, extras, …) |
| `sort:` | `-100` <br> Ordering for plugin loading, if they're instantiated on startup but some are pre-dependencies. |
| `priority:` | `core` <br> How essentional is this plugin (`core`, `default`, `optional`, `contrib`, `obsolete`). Can be utiized for grouping plugins in admin UI. |
| `support:` | `none` <br> Indicate if plugin is actively supported, or unmainted contrib/ |