Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
sb-builder
Advanced tools
sb-builder
is a node.js CLI application which helps building soundboards -- HTML pages with buttons which play sounds when clicked.
It will help you:
npm install -g sb-builder
sb-builder init <NAME>
NAME: the name of the soundboard
sb-builder
will create some folders:
./sources/
(where the original videos soundtracks will be kept),./sounds/
(for the edited sound snippets) and./tmp/
(a folder for temporary files).Additionally, a manifest.json
file will be created to store all the information about the soundboard, its sources and sound snippets.
This manifest will be updated each time you download a new soundtrack or create a new snippet, and will be later used to generate the soundboard HTML page.
sb-builder download <URL>
URL: the URL of a Youtube video
sb-builder
will get the video metadata, and download its soundtrack.
sb-builder snip <ID>
sb-builder snip <URL>
sb-builder
will open an external sound editing tool to allow you to trim the sound.
ID: The Youtube ID of the source video soundtrack
URL: The URL of the Youtube video, including the `t` parameter:
https://www.youtube.com/watch?v=O_HyZ5aW76c&t=120s
Options:
-f SS, --from SS Time location of the start of the snippet (in seconds)
-d SS, --duration SS Duration in seconds of the snippet
-e TEXT Transcription or description of the snippet (if you don't provide it, one will be asked later)
sb-builder snip <SOUND_ID>
sb-builder
will re-extract sound snippet SOUND_ID, and run the whole snip
process again
ID: The ID of sound snippet you wish to fix
sb-builder render <FOLDER>
FOLDER: the folder where to create the HTML page
sb-builder
will create the FOLDER, copy all the sounds and other assets into it, and use the manifest file to render an index.html file for the soundboard.
Options:
-h FILE, --header FILE Location of an header image file to be used in the soundboard index.html
-v FOLDER, --views-folder FOLDER Render project using custom views
-a FOLDER, --assets-folder FOLDER Render project using custom assets
Open a GitHub issue or, preferably, send me a pull request.
FAQs
CLI utility to generate Instant-type websites
We found that sb-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.