Skip to content

Commit 2760eaa

Browse files
authored
Add release install docs and Ko-fi checklist
Add launch docs, install guide, changelog seed, and release checklist. Keep public README positioning focused on Free Beat for DaVinci Resolve and open source for DaVinci Resolve.
1 parent b1dd1be commit 2760eaa

6 files changed

Lines changed: 178 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable OpenBeat changes should be summarized here for users. GitHub Releases can still use generated notes, but this file should keep the plain-language history easy to scan.
4+
5+
## 0.0.2 - 2026-04-19
6+
7+
- Bundled the OpenBeat runtime into macOS and Windows installer packages.
8+
- Added release workflow support for attaching installer assets to GitHub Releases.
9+
- Improved cross-platform Resolve script handling for bundled CLI execution.
10+
- Kept OpenBeat as no-UI Resolve menu scripts for compatibility with the non-Studio Resolve workflow.
11+
12+
Known limits:
13+
14+
- Timeline markers and clip markers are the most reliable actions today.
15+
- Click-track WAV files and subtitle SRT files are reliable generated outputs.
16+
- Automatic click-track and subtitle placement on the timeline remains best-effort because of Resolve scripting limitations.
17+
18+
## 0.0.1 - 2026-04-19
19+
20+
- Initial pre-alpha release.
21+
- Added beat analysis, timeline marker, clip marker, click-track, and subtitle export workflows.
22+
- Added Quantized and Raw Beats modes.

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,11 @@ OpenBeat is an independent community project. It is not an official Resolve comp
1212
- Exports beat-based subtitle files
1313
- Supports both `Quantized` and `Raw Beats` analysis modes
1414

15-
## Install
15+
## Get OpenBeat
1616

17-
Recommended installer packages:
17+
Free Beat for DaVinci Resolve. Open source for DaVinci Resolve.
1818

19-
- macOS: `OpenBeat-macos-<version>.pkg`
20-
- Windows: `OpenBeat-windows-<version>-installer.exe`
21-
22-
These installers bundle the OpenBeat runtime, so no separate Python setup is required.
23-
24-
If you want to run from source or build installers locally, use [docs/development.md](docs/development.md).
19+
Download OpenBeat from Ko-fi, or run it from source. For step-by-step setup, update, and uninstall instructions, use [docs/install.md](docs/install.md). If you want source setup notes, use [docs/development.md](docs/development.md).
2520

2621
## Use It
2722

@@ -47,6 +42,8 @@ Each action is available in both `Quantized` and `Raw Beats` variants.
4742

4843
## Docs
4944

45+
- [Install guide](docs/install.md)
5046
- [User guide](docs/guide.md)
5147
- [Development notes](docs/development.md)
48+
- [Release checklist](docs/release-checklist.md)
5249
- [Docs index](docs/README.md)

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
The docs are intentionally small:
44

5+
- [Install guide](install.md): installer download, platform setup, update, uninstall, and compatibility notes
56
- [User guide](guide.md): usage, modes, actions, outputs, troubleshooting, and technical details
67
- [Development notes](development.md): source setup, installer builds, and engineering context
8+
- [Release checklist](release-checklist.md): versioning, verification, installer smoke tests, release publishing, and site updates
79

8-
For the shortest overview, start with the repo [README](../README.md).
10+
For the shortest overview, start with the repo [README](../README.md). For user-visible release history, see the [changelog](../CHANGELOG.md).

docs/guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,16 @@ That is also a current Resolve scripting limitation. Use the generated `.srt` fi
7878

7979
### Where to look for logs
8080

81+
macOS:
82+
8183
- Runtime log: `~/Library/Application Support/Blackmagic Design/DaVinci Resolve/logs/OpenBeat.log`
8284
- Analysis cache: `~/Library/Caches/OpenBeat`
8385

86+
Windows:
87+
88+
- Runtime log: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\logs\OpenBeat.log`
89+
- Analysis cache: `%USERPROFILE%\.cache\openbeat`
90+
8491
## Technical Details
8592

8693
### Source Selection

docs/install.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Install OpenBeat
2+
3+
Use the installer package for normal editing work. The installers include the OpenBeat runtime, so you do not need to install Python or project dependencies separately.
4+
5+
## Download
6+
7+
Installer builds are free downloads through Ko-fi. Ko-fi also gives people a way to support the project if OpenBeat saves them time.
8+
9+
1. Open the OpenBeat Ko-fi shop listing.
10+
2. Download the installer for your operating system:
11+
- macOS: `OpenBeat-macos-<version>.pkg`
12+
- Windows: `OpenBeat-windows-<version>-installer.exe`
13+
3. Close DaVinci Resolve before running the installer.
14+
15+
If you prefer source builds, the public repository includes development setup and local installer build notes in [development.md](development.md).
16+
17+
## macOS
18+
19+
1. Run the `.pkg` installer.
20+
2. If macOS Gatekeeper blocks the package, open System Settings > Privacy & Security and allow the package, then run it again.
21+
3. Restart DaVinci Resolve.
22+
4. Confirm the scripts appear under `Workspace > Scripts > OpenBeat`.
23+
24+
The installer copies OpenBeat into:
25+
26+
- Scripts: `~/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Utility/OpenBeat`
27+
- Modules: `~/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Modules/OpenBeat`
28+
29+
## Windows
30+
31+
1. Run `OpenBeat-windows-<version>-installer.exe`.
32+
2. Accept the default Resolve Fusion support folder unless you have moved Resolve's scripting support files.
33+
3. Restart DaVinci Resolve.
34+
4. Confirm the scripts appear under `Workspace > Scripts > OpenBeat`.
35+
36+
The installer copies OpenBeat into:
37+
38+
- Scripts: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Utility\OpenBeat`
39+
- Modules: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Modules\OpenBeat`
40+
41+
## Update
42+
43+
Install the newer package over the old one, then restart Resolve. The installer replaces the OpenBeat script and module folders, but it does not remove your project markers, generated click tracks, generated subtitle files, or analysis cache.
44+
45+
## Uninstall
46+
47+
Delete the OpenBeat script and module folders listed above, then restart Resolve.
48+
49+
## Verify The Install
50+
51+
1. Open a Resolve project and timeline.
52+
2. Select a timeline audio clip, or place the playhead over an audio clip.
53+
3. Run `Workspace > Scripts > OpenBeat > Create Timeline Markers (Quantized)`.
54+
55+
If the script runs but cannot identify the clip, place the playhead over the target audio clip and run it again.
56+
57+
## Current Compatibility
58+
59+
OpenBeat is designed for the non-Studio version of DaVinci Resolve by avoiding custom `UIManager` windows. Local testing has confirmed the core workflow in DaVinci Resolve 20.3.2. Studio builds may work too, but the release target is the free/non-Studio workflow.
60+
61+
OpenBeat is an independent community project. It is not an official Resolve component and is not distributed or endorsed by Blackmagic Design.

docs/release-checklist.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Release Checklist
2+
3+
Use this checklist before publishing an OpenBeat release.
4+
5+
## Version
6+
7+
- Choose the next version number.
8+
- Update `version` in `pyproject.toml`.
9+
- Update `__version__` in `openbeat/__init__.py`.
10+
- Confirm the release tag will be `v<version>`.
11+
12+
## Local Checks
13+
14+
Run from the repository root:
15+
16+
```bash
17+
python -m compileall openbeat scripts tests
18+
python -m unittest discover -s tests -v
19+
```
20+
21+
If `lua` is available locally, also run:
22+
23+
```bash
24+
lua -e 'assert(loadfile("resolve/Fusion/Modules/OpenBeat/OpenBeatCommon.lua"))'
25+
```
26+
27+
## Installer Build
28+
29+
- Run the `Build Installers` workflow on the target commit.
30+
- Confirm the macOS artifact is named `OpenBeat-macos-<version>.pkg`.
31+
- Confirm the Windows artifact is named `OpenBeat-windows-<version>-installer.exe`.
32+
- Download both artifacts and verify they are not stale local files.
33+
34+
## Smoke Test
35+
36+
On macOS:
37+
38+
- Run the `.pkg` installer.
39+
- Restart Resolve.
40+
- Confirm `Workspace > Scripts > OpenBeat` appears.
41+
- Run `Create Timeline Markers (Quantized)` on a known test clip.
42+
43+
On Windows:
44+
45+
- Run the installer executable.
46+
- Restart Resolve.
47+
- Confirm `Workspace > Scripts > OpenBeat` appears.
48+
- Run `Create Timeline Markers (Quantized)` on a known test clip.
49+
50+
For both platforms:
51+
52+
- Verify timeline marker creation.
53+
- Verify clip marker creation.
54+
- Verify click-track WAV generation.
55+
- Verify subtitle SRT generation.
56+
- Treat automatic click-track and subtitle timeline placement as best-effort only.
57+
58+
## Publish Source
59+
60+
- Confirm the chosen license is present before using open-source wording publicly.
61+
- Publish a GitHub source release or tag for the version.
62+
- Do not attach installer builds to public GitHub releases if builds are meant to be distributed through Ko-fi.
63+
- Confirm the repository is public before launch.
64+
65+
## Publish Ko-fi Build
66+
67+
- Create or update the Ko-fi Shop digital product for OpenBeat.
68+
- Upload the macOS and Windows installer assets.
69+
- Set the product price to free.
70+
- Keep support optional in the listing copy.
71+
- Add preview images, summary, install notes, and known limitations.
72+
- Add a post-purchase message that thanks supporters and tells them to restart Resolve after installing.
73+
- Test the listing in an incognito browser and confirm the free checkout/download path works.
74+
75+
## Site And Announcement
76+
77+
- Update the landing page download link to the Ko-fi product listing.
78+
- Confirm the GitHub source link points to the public repository.
79+
- Publish the landing page.
80+
- Post the launch announcement after the Ko-fi download link and source repository are live.

0 commit comments

Comments
 (0)