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 🙏

© 2024 – Pkg Stats / Ryan Hefner

tallyarbiter

v3.1.1

Published

The flexible and customizable tally system

Downloads

419

Readme

Tally Arbiter

A camera tally lights project capable of listening/fetching tally data from multiple sources or video switchers and arbitrating whether an end device is considered to be in Preview or Program. Supports many different switcher types and protocols as well as many types of tally output.

Installation

Installation instructions can be found here.

Documentation

All documentation can be found here.

Contributing

Contributions are always welcome. Here's a quick guide on how to setup your local development environment:

  1. Install Node.js. You need at least version 18.13.
  2. Make sure you have npm@7. This can be checked by running npm -v. If your version of npm is too old, update it using npm i -g npm@7
  3. Clone this repository (or your fork): git clone https://github.com/josephdadams/TallyArbiter
  4. Run npm install in the project's root folder
  5. Start the main server with npm start
  6. Make any code changes desired
  7. Submit your work as a pull request

UI

The UI lives in the UI folder and is written using Angular.

If you want to make changes to the UI, you need to do the following:

  1. Navigate to the UI directory with cd UI
  2. Install its dependencies with npm install
  3. Start the local UI development server by running npm start.
  4. Open a browser and navigate to http://localhost:4200.

When you make changes to the source code, the page in your browser will automatically reload.

The socket.io requests the UI makes are automatically proxied to http://localhost:4455. That's the reason why the main server (see above) needs to be running.

Running npm install in the project's root folder (not in the UI directory) the UI is built automatically. As the UI's bundled dist files are excluded from the git repository in the .gitignore file, this is needed to ensure users which install TallyArbiter from source also have bundled UI dist. This dist is also served by the main server using express.static().

Desktop App

The Desktop App is made with Electron. The main file is called main.js (not to be confused with the index.js, which is the server's entrypoint.)

The Electron App can be started with npm run desktop. It will always show the generated UI dist, so in order to see changes made to the UI in the desktop app, you need to build the UI (see above).

The installer can be generated by running npm run build-desktop.

Maintainers

Releasing a new version of Tally Arbiter:

  1. Edit package.json and package-lock.json and update the version tag to the new version number
  2. Open the TallyArbiter repository in Git
  3. Run git tag <new version tag>
  4. Run git push --tags
  5. Wait for the GitHub build actions to complete
  6. Open the releases page and to the the tags area
  7. Open the new version and update the description with the added features and patched bugs
  8. Press the publish button to publish the new version of TallyAbiter

License

Tally Arbiter was written by Joseph Adams and is distributed under the MIT License.

It is not sold, authorized, or associated with any other company or product.

To report a bug or open a feature request, please go to our issues page. If you would like to see more of @josephdadams's projects or send a word of encouragement his way, please visit techministry.blog.