2026-07-18 17:33:32 +01:00
2026-07-18 17:33:32 +01:00

Crossfade

A TIDAL upload formatter and quality control tool for uploading to RED.

Getting Started

  1. Clone reposity and edit default config values in .example.env.local, then rename it to .env.local.
git clone https://git.tgcomplete.com/anon28410/crossfade.git
cd crossfade
cp .example.env.local .env.local
  1. Install dependencies, build, and run the app:
npm install
npm run build
npm run start
  1. Navigate to http://localhost:3000 in your browser.

Prerequisites

You are required to already have the following CLI applications installed and configured:

Development

To run the app in development mode with hot-reload, use the following command:

npm run dev

S
Description
A TIDAL upload formatter and quality control tool for uploading to RED.
Readme 6 MiB
Languages
TypeScript 91.6%
JavaScript 6.8%
CSS 1.6%