reeln — Post-Production CLI Toolkit for Livestreamers

Free reeln — Post-Production CLI Toolkit for Livestreamers v0.0.30

Update
reeln plugins update google

New features
  • ON_GAME_READY hook — new plugin lifecycle hook that fires after all ON_GAME_INIT handlers complete, with shared context carried over. This enables cross-plugin workflows like: OpenAI generates a game thumbnail during init → Google plugin updates the YouTube livestream with it during ready.
  • --description / --thumbnail on game init — set a broadcast description and thumbnail image when initializing a game. Both are also available as interactive prompts.
  • --version flag on plugins install / plugins update — pin a specific version when installing or updating plugins (e.g. reeln plugins install google --version 0.1.0).
  • config show improvements — now displays the full resolved configuration including all default values and plugin schema defaults, so you can see every available setting and feature flag.
  • New plugin registry entries — meta (Facebook Live, Instagram, Threads) and openai (LLM-powered livestream metadata, game thumbnails, translation).

Fixes
- PyPI Documentation link now points to the correct Read the Docs URL
- Plugins that aren't installed no longer produce noisy warning tracebacks on startup

Plugin developers: plugins wanting to use ON_GAME_READY should set reeln>=0.0.30 in their dependencies.
Back
Top