summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/timecode/plugin.json
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-11-02 15:31:03 +1100
committer Vas Crabb <vas@vastheman.com>2021-11-02 15:31:03 +1100
commitd775a2731d7be00fe53932c43cb2321769ef1989 (patch)
tree16c75c22431717bb731c238e8796f41f4bba006d /plugins/timecode/plugin.json
parente4c0f2ddacb44863f4b9bb52b76d1f5f8e5b03a8 (diff)
plugins: Moved the timecode recording functionality to a plugin.
Diffstat (limited to 'plugins/timecode/plugin.json')
-rw-r--r--plugins/timecode/plugin.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/timecode/plugin.json b/plugins/timecode/plugin.json
new file mode 100644
index 00000000000..98ae305c48b
--- /dev/null
+++ b/plugins/timecode/plugin.json
@@ -0,0 +1,10 @@
+{
+ "plugin": {
+ "name": "timecode",
+ "description": "Timecode recorder plugin",
+ "version": "0.0.1",
+ "author": "Vas Crabb",
+ "type": "plugin",
+ "start": "false"
+ }
+}