-
Notifications
You must be signed in to change notification settings - Fork 0
Add release install docs and Ko-fi checklist #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
afa03fc
Add end-user install guide
eimexdev aa73e90
Add release checklist
eimexdev 207d6a6
Add changelog seed
eimexdev 4e94afc
Clarify release install docs
eimexdev 6360993
Expand docs index for release docs
eimexdev 2f561ce
Add Windows troubleshooting paths
eimexdev c5d4468
Document Ko-fi build distribution model
eimexdev c21b790
Point install guide to Ko-fi builds
eimexdev 83bfc06
Add Ko-fi publishing steps to release checklist
eimexdev b30eb50
Simplify Ko-fi install copy
eimexdev c00ea8f
Simplify Ko-fi install guide copy
eimexdev 8e3acad
Simplify Ko-fi release checklist wording
eimexdev 8574d32
Simplify README launch positioning
eimexdev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Changelog | ||
|
|
||
| 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. | ||
|
|
||
| ## 0.0.2 - 2026-04-19 | ||
|
|
||
| - Bundled the OpenBeat runtime into macOS and Windows installer packages. | ||
| - Added release workflow support for attaching installer assets to GitHub Releases. | ||
| - Improved cross-platform Resolve script handling for bundled CLI execution. | ||
| - Kept OpenBeat as no-UI Resolve menu scripts for compatibility with the non-Studio Resolve workflow. | ||
|
|
||
| Known limits: | ||
|
|
||
| - Timeline markers and clip markers are the most reliable actions today. | ||
| - Click-track WAV files and subtitle SRT files are reliable generated outputs. | ||
| - Automatic click-track and subtitle placement on the timeline remains best-effort because of Resolve scripting limitations. | ||
|
|
||
| ## 0.0.1 - 2026-04-19 | ||
|
|
||
| - Initial pre-alpha release. | ||
| - Added beat analysis, timeline marker, clip marker, click-track, and subtitle export workflows. | ||
| - Added Quantized and Raw Beats modes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| # Install OpenBeat | ||
|
|
||
| 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. | ||
|
|
||
| ## Download | ||
|
|
||
| Installer builds are free downloads through Ko-fi. Ko-fi also gives people a way to support the project if OpenBeat saves them time. | ||
|
|
||
| 1. Open the OpenBeat Ko-fi shop listing. | ||
| 2. Download the installer for your operating system: | ||
| - macOS: `OpenBeat-macos-<version>.pkg` | ||
| - Windows: `OpenBeat-windows-<version>-installer.exe` | ||
| 3. Close DaVinci Resolve before running the installer. | ||
|
|
||
| If you prefer source builds, the public repository includes development setup and local installer build notes in [development.md](development.md). | ||
|
|
||
| ## macOS | ||
|
|
||
| 1. Run the `.pkg` installer. | ||
| 2. If macOS Gatekeeper blocks the package, open System Settings > Privacy & Security and allow the package, then run it again. | ||
| 3. Restart DaVinci Resolve. | ||
| 4. Confirm the scripts appear under `Workspace > Scripts > OpenBeat`. | ||
|
|
||
| The installer copies OpenBeat into: | ||
|
|
||
| - Scripts: `~/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Utility/OpenBeat` | ||
| - Modules: `~/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Modules/OpenBeat` | ||
|
|
||
| ## Windows | ||
|
|
||
| 1. Run `OpenBeat-windows-<version>-installer.exe`. | ||
| 2. Accept the default Resolve Fusion support folder unless you have moved Resolve's scripting support files. | ||
| 3. Restart DaVinci Resolve. | ||
| 4. Confirm the scripts appear under `Workspace > Scripts > OpenBeat`. | ||
|
|
||
| The installer copies OpenBeat into: | ||
|
|
||
| - Scripts: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Utility\OpenBeat` | ||
| - Modules: `%APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Modules\OpenBeat` | ||
|
|
||
| ## Update | ||
|
|
||
| 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. | ||
|
|
||
| ## Uninstall | ||
|
|
||
| Delete the OpenBeat script and module folders listed above, then restart Resolve. | ||
|
|
||
| ## Verify The Install | ||
|
|
||
| 1. Open a Resolve project and timeline. | ||
| 2. Select a timeline audio clip, or place the playhead over an audio clip. | ||
| 3. Run `Workspace > Scripts > OpenBeat > Create Timeline Markers (Quantized)`. | ||
|
|
||
| If the script runs but cannot identify the clip, place the playhead over the target audio clip and run it again. | ||
|
|
||
| ## Current Compatibility | ||
|
|
||
| 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. | ||
|
|
||
| OpenBeat is an independent community project. It is not an official Resolve component and is not distributed or endorsed by Blackmagic Design. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,80 @@ | ||
| # Release Checklist | ||
|
|
||
| Use this checklist before publishing an OpenBeat release. | ||
|
|
||
| ## Version | ||
|
|
||
| - Choose the next version number. | ||
| - Update `version` in `pyproject.toml`. | ||
| - Update `__version__` in `openbeat/__init__.py`. | ||
| - Confirm the release tag will be `v<version>`. | ||
|
|
||
| ## Local Checks | ||
|
|
||
| Run from the repository root: | ||
|
|
||
| ```bash | ||
| python -m compileall openbeat scripts tests | ||
| python -m unittest discover -s tests -v | ||
| ``` | ||
|
|
||
| If `lua` is available locally, also run: | ||
|
|
||
| ```bash | ||
| lua -e 'assert(loadfile("resolve/Fusion/Modules/OpenBeat/OpenBeatCommon.lua"))' | ||
| ``` | ||
|
|
||
| ## Installer Build | ||
|
|
||
| - Run the `Build Installers` workflow on the target commit. | ||
| - Confirm the macOS artifact is named `OpenBeat-macos-<version>.pkg`. | ||
| - Confirm the Windows artifact is named `OpenBeat-windows-<version>-installer.exe`. | ||
| - Download both artifacts and verify they are not stale local files. | ||
|
|
||
| ## Smoke Test | ||
|
|
||
| On macOS: | ||
|
|
||
| - Run the `.pkg` installer. | ||
| - Restart Resolve. | ||
| - Confirm `Workspace > Scripts > OpenBeat` appears. | ||
| - Run `Create Timeline Markers (Quantized)` on a known test clip. | ||
|
|
||
| On Windows: | ||
|
|
||
| - Run the installer executable. | ||
| - Restart Resolve. | ||
| - Confirm `Workspace > Scripts > OpenBeat` appears. | ||
| - Run `Create Timeline Markers (Quantized)` on a known test clip. | ||
|
|
||
| For both platforms: | ||
|
|
||
| - Verify timeline marker creation. | ||
| - Verify clip marker creation. | ||
| - Verify click-track WAV generation. | ||
| - Verify subtitle SRT generation. | ||
| - Treat automatic click-track and subtitle timeline placement as best-effort only. | ||
|
|
||
| ## Publish Source | ||
|
|
||
| - Confirm the chosen license is present before using open-source wording publicly. | ||
| - Publish a GitHub source release or tag for the version. | ||
| - Do not attach installer builds to public GitHub releases if builds are meant to be distributed through Ko-fi. | ||
| - Confirm the repository is public before launch. | ||
|
|
||
| ## Publish Ko-fi Build | ||
|
|
||
| - Create or update the Ko-fi Shop digital product for OpenBeat. | ||
| - Upload the macOS and Windows installer assets. | ||
| - Set the product price to free. | ||
| - Keep support optional in the listing copy. | ||
| - Add preview images, summary, install notes, and known limitations. | ||
| - Add a post-purchase message that thanks supporters and tells them to restart Resolve after installing. | ||
| - Test the listing in an incognito browser and confirm the free checkout/download path works. | ||
|
|
||
| ## Site And Announcement | ||
|
|
||
| - Update the landing page download link to the Ko-fi product listing. | ||
| - Confirm the GitHub source link points to the public repository. | ||
| - Publish the landing page. | ||
| - Post the launch announcement after the Ko-fi download link and source repository are live. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Step 2 says users can "accept the default" support folder unless they moved it, but the current Windows installer does not offer any destination selection and always installs to
default_resolve_root()(seescripts/build_installers.pyinready_stepandstart_install). For users whose Resolve scripting support files are not in%APPDATA%, this instruction is actionable but impossible to follow, and they may end up with a non-working install in the wrong directory.Useful? React with 👍 / 👎.