npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-bookoly

v1.0.16

Published

n8n community node for bookoly API integration

Downloads

145

Readme

n8n-nodes-bookoly

This is an n8n community node. It lets you use bookoly in your n8n workflows.

bookoly is a service that makes it easy to create, edit, and process your content automatically. With bookoly, you can generate slideshows, add subtitles, create voice-overs, split videos into multiple scenes, and a lot more — all through a simple API.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

🎞️ Video

  • Add Audio to a Video – Add background music or a voice-over to a video.
  • Add Audio with Subtitles to a Video – Add a voice-over and automatically generate and add subtitles from the audio.
  • Add Subtitles to a Video – Automatically generate subtitles from the video’s audio and insert them into the file.
  • Add Subtitles to a Video from a File – Import and embed an external subtitle file (e.g. .srt, .ass) into a video.
  • Add Watermark to a Video – Overlay an image or text watermark onto a video.
  • Blur a Video – Apply a blur effect to the entire video or selected regions.
  • Clip a Video – Extract a specific section of a video by start time and duration.
  • Create a Slideshow – Generate a slideshow video from multiple images and video clips.
  • Crop a Video – Trim away unwanted edges of a video by defining crop dimensions.
  • Extract Audio from a Video – Save the audio track of a video as a separate sound file.
  • Frame a Video – Capture a single image from a video at the desired timestamp.
  • Generate a Video – Create a video from images and video clips with a voice-over and subtitles.
  • Mute a Video – Set the volume of a video to 0%.
  • Rotate a Video – Rotate a video by 90, 180, or 270 degrees.
  • Split a Video into Scenes – Split a video by automatic scene detection, fixed time intervals, or equal segments.

🎙️️ Speech

  • Create a Speech Synthesis – Convert text into a natural-sounding speech with AI.

🗣️ Speech Dialogue

  • Create a Speech Dialogue – Generate a conversation between multiple AI voices.

📜 Transcript

  • Transcribe Media – Automatically transcribe the audio from a video or audio file.

🎼 Sound

  • Combine Sounds – Merge two or more audio files into a single track.
  • Create a Sound Effect – Generate a custom sound effect with AI.

📂 File

  • Generate a Subtitle File – Create a subtitle file (e.g. .srt, .vtt) from a video or audio file.

Credentials

To use the bookoly node, you need an API token:

  1. Sign up for an account at bookoly.
  2. Open your profile from the left menu and scroll down to the API Tokens section.
  3. Create a new API token.
    • Enable all permissions.
    • (Optional) Set an expiration date.
  4. Copy the token and store it in a safe place.
  5. In n8n, create new credentials for bookoly and paste your token.

Compatibility

  • Minimum n8n version: 1.106.3
  • Tested with: n8n 1.106.3+
  • Known issues: None at this time.

Usage

Once installed, you can add the bookoly node to your workflow to automate content generation and processing.

📺 To see all examples in action check out the full bookoly YouTube tutorial playlist

If you’re new to n8n, check the Try it out guide

Resources

Version history

1.0.16

  • Fix type for subtitle text case

1.0.15

  • Performance improvements and bug fixes

1.0.14

  • Replace hardcoded default values with enums

1.0.13

  • Minor performance improvements

1.0.12

  • Minor performance improvements and bug fixes

1.0.11

  • Improved the 'Generate a Video' node for more flexibility.
  • Added punctuation and text case options for subtitles.
  • Added mute option for scenes.
  • Added transitions that can be used between scenes.

1.0.10

  • Handle errors with continueOnFail

1.0.9

  • Added 'Create a speech dialogue' action.
  • Updated 'Combine sounds' action, to expect JSON input for Audio.

1.0.8

  • Update youtube playlist url in readme.

1.0.7

  • Refine video clip parameters for clarity.

1.0.6

  • Change scenes type from fixedCollection to json.

1.0.5

  • Make the bookoly node usable as a tool.

1.0.4

  • Initial release with support for all bookoly operations.