GitXplorerGitXplorer
t

legend

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
5151d90da00fe5266d8db4ce6a8bb7d9a70b8b50

Update go modules

ttombell committed 2 years ago
Unverified
23e2ba5beb8226c60d85990f51ca51031579f190

Update go modules

ttombell committed 2 years ago
Verified
2be063bb2215d7c000a6c48a8f5dd51a968dd3d1

Update README.md

ttombell committed 3 years ago
Verified
8253f9a9fefe9dc696f32196e9b7cf2f52ba4d8a

Update date in LICENSE

ttombell committed 3 years ago
Unverified
6c978a8f60d47b2b5fa3f195738eccf016700391

Use Props

ttombell committed 3 years ago
Unverified
7e8261d7493f4bec03598e1253efac1bc3a3310b

Fix lint issues

ttombell committed 3 years ago

README

The README file for this repository.

Legend

This project has been discontinued

API server and web based overlay (for OBS) for track information from rekordbox.

This project couldn't have been built without inspiration from PRACT-OBS, unbox, and supbox.

Please note that since I built this project for myself, it is built with a number of assumptions and opinions in mind.

  • It assumes you're running macOS (this is my main platform I use rekordbox on)
  • It assumes you're only using 2 channels, and the first track is played on the first deck

Due to limitations with rekordbox and how we're getting the track information, the track is only registered as playing/played after one minute.

Installation

Coming soon.

Usage

You must have rekordbox running on the system that you plan on running legend on.

Run legend, this will start the API server and rekordbox monitor.

Visit http://localhost:8888/public/index.html in your browser to check that it is serving the overlay

In OBS add a Browser source and set the URL to http://localhost:8888/public/index.html (you can change localhost to the IP address of the system legend is running on if you use OBS on another system)