Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 663 Bytes

File metadata and controls

31 lines (21 loc) · 663 Bytes

How to run

Use one of the paths below depending on how you want to run CuePoint.

Install from GitHub Releases (recommended)

  1. Go to the GitHub Releases page for this repo: https://github.com/stuchain/CuePoint/releases
  2. Download the installer for your OS.
  3. Install and run the app.

Build locally

  1. Install Python 3.11+.
  2. Install dependencies:
pip install -r requirements.txt
playwright install chromium
  1. Run the CLI (from project root):
python main.py --xml collection.xml --playlist "My Playlist" --auto-research

Run the GUI directly

  • Windows: run_gui.bat
  • macOS: run_gui.command
  • Linux: run_gui.sh