@arcanewizards/timecode-toolbox 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  </h1>
4
4
 
5
5
  <p align="center">
6
- <img src="https://arcanewizards.com/static/icon-timecode-toolbox.svg" height="200" alt="App Icon"/>
6
+ <img src="https://arcanewizards.com/static/promo-timecode-toolbox.png" alt="Timecode Toolbox Promo"/>
7
7
  </p>
8
8
 
9
9
  Timecode Toolbox is a free & open-source app that allows you to easily monitor,
@@ -23,6 +23,8 @@ generate and convert timecode signals of different types.
23
23
 
24
24
  ## Headless / CLI Version
25
25
 
26
+ [![](https://img.shields.io/npm/v/@arcanewizards/timecode-toolbox)](https://www.npmjs.com/package/@arcanewizards/timecode-toolbox)
27
+
26
28
  This application can be installed and run via NPM, allowing the application UI to be accessed via a browser on any device on the same network.
27
29
 
28
30
  For example, you can have Timecode Toolbox running on a server in a rack, on a Mac Mini, or even a Raspberry PI.
@@ -53,17 +55,35 @@ The following protocols are currently supported:
53
55
  We plan to also soon implement the following:
54
56
 
55
57
  - MIDI Timecode
58
+ - Local Audio Player (not LTC)
59
+
60
+ ### All the timecodes you want!
61
+
62
+ There's no limit to how many timecodes, protocols or interfaces you can add.
63
+ Each timecode can be given a custom name and color,
64
+ allowing you to easily tell different timecodes apart.
65
+
66
+ ### Easily Pause / Resume Inputs & Outputs
67
+
68
+ Need another application to take over timing control,
69
+ or keep network traffic down? No problem!
70
+
71
+ Any input or output can be paused at any time,
72
+ freeing up the used network ports for any other app to take over.
73
+ When you want to resume, it's just one click!
56
74
 
57
75
  ### Clock Playback with Custom Speeds
58
76
 
59
77
  Add as many clock-based timecode generators as you like,
60
78
  and specify non-standard playback speeds to simulate what would happen
61
- when DJs adjust the temp of their tracks live.
79
+ when DJs adjust the tempo of their tracks live.
62
80
 
63
- ### Custom labels & Colors
81
+ ### Rich Timecode Metadata (when available)
64
82
 
65
- Name your inputs, outputs and generators however you like,
66
- and customize their interface colors to easily tell them apart.
83
+ When a timecode source provides information such as track name, artist,
84
+ and total play-time,
85
+ this information will be visible in the UI,
86
+ including a progress bar for total play time.
67
87
 
68
88
  ### Pop-Out Windows
69
89
 
@@ -71,7 +91,67 @@ Need to focus on one timecoded in-particular?
71
91
  Open any timecode in it's own dedicated window that can me maximized or moved
72
92
  around to your liking.
73
93
 
94
+ <p align="center">
95
+ <img src="https://arcanewizards.com/static/promo-timecode-toolbox-single-window.png" alt="Screenshot of a single Timecode Window"/>
96
+ </p>
97
+
74
98
  ### Delay Adjustment
75
99
 
76
- Adjust incoming or outgoing timecodes to account for any delay on the network or
77
- or anywhere in your media pipeline.
100
+ Adjust the delay offset for incoming or outgoing timecodes to account for any
101
+ delay on the network or or anywhere in your media pipeline.
102
+
103
+ ### Real-Time Multi-Device Control
104
+
105
+ The Timecode Toolbox UI can be accessed via a web browser on any device on the same network.
106
+ This allows everyone in Front-of-House or involved in production to be in-sync.
107
+
108
+ All UIs update in real-time, and take into account differences in device clock time,
109
+ to ensure that timing information is always displayed accurately.
110
+
111
+ This also means that you can install Timecode Toolbox onto a headless machine,
112
+ such as a media server in a rack,
113
+ rather than relying on a laptop device to be usable and accessible.
114
+
115
+ <p align="center">
116
+ <img src="https://arcanewizards.com/static/promo-timecode-toolbox-network.svg" alt="Screenshot of a single Timecode Window"/>
117
+ </p>
118
+
119
+ ## Contributing
120
+
121
+ We're not currently looking for active maintainers for our repository,
122
+ but we welcome bug reports or feature ideas!
123
+
124
+ Please feel to [open an issue](https://github.com/ArcaneWizards/open-source/issues)
125
+ with any feedback that you have.
126
+
127
+ ## Community & Support
128
+
129
+ We have a [discussion board open](https://github.com/ArcaneWizards/open-source/discussions),
130
+ where you can share ideas, or showcase how you've been using the app.
131
+
132
+ If you need any help using the app,
133
+ please feel free to ask [on the dedicated Help & Support board](https://github.com/ArcaneWizards/open-source/discussions/categories/help-support).
134
+
135
+ ## License
136
+
137
+ MIT License
138
+
139
+ Copyright (c) 2026 Arcane Wizards Ltd
140
+
141
+ Permission is hereby granted, free of charge, to any person obtaining a copy
142
+ of this software and associated documentation files (the "Software"), to deal
143
+ in the Software without restriction, including without limitation the rights
144
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
145
+ copies of the Software, and to permit persons to whom the Software is
146
+ furnished to do so, subject to the following conditions:
147
+
148
+ The above copyright notice and this permission notice shall be included in all
149
+ copies or substantial portions of the Software.
150
+
151
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
152
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
153
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
154
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
155
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
156
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
157
+ SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  import { FrontendComponentRenderer } from '@arcanejs/toolkit-frontend/types';
2
- import { BaseBrowserContext } from '@arcanewizards/sigil/frontend';
2
+ import { BaseBrowserContext, createBrowserMediaSession } from '@arcanewizards/sigil/frontend';
3
3
 
4
4
  type TimecodeToolboxBrowserContext = BaseBrowserContext;
5
5
  declare const timecodeToolboxFrontendComponents: () => FrontendComponentRenderer;
@@ -7,6 +7,7 @@ declare const startTimecodeToolboxServerFrontend: (browser?: TimecodeToolboxBrow
7
7
  declare global {
8
8
  interface Window {
9
9
  startTimecodeToolboxServerFrontend?: typeof startTimecodeToolboxServerFrontend;
10
+ createBrowserMediaSession?: typeof createBrowserMediaSession;
10
11
  }
11
12
  }
12
13
 
@@ -1,5 +1,5 @@
1
1
  import { FrontendComponentRenderer } from '@arcanejs/toolkit-frontend/types';
2
- import { BaseBrowserContext } from '@arcanewizards/sigil/frontend';
2
+ import { BaseBrowserContext, createBrowserMediaSession } from '@arcanewizards/sigil/frontend';
3
3
 
4
4
  type TimecodeToolboxBrowserContext = BaseBrowserContext;
5
5
  declare const timecodeToolboxFrontendComponents: () => FrontendComponentRenderer;
@@ -7,6 +7,7 @@ declare const startTimecodeToolboxServerFrontend: (browser?: TimecodeToolboxBrow
7
7
  declare global {
8
8
  interface Window {
9
9
  startTimecodeToolboxServerFrontend?: typeof startTimecodeToolboxServerFrontend;
10
+ createBrowserMediaSession?: typeof createBrowserMediaSession;
10
11
  }
11
12
  }
12
13