Use one of the paths below depending on how you want to run CuePoint.
- Go to the GitHub Releases page for this repo: https://github.com/stuchain/CuePoint/releases
- Download the installer for your OS.
- Install and run the app.
- Install Python 3.11+.
- Install dependencies:
pip install -r requirements.txt
playwright install chromium- Run the CLI (from project root):
python main.py --xml collection.xml --playlist "My Playlist" --auto-research- Windows:
run_gui.bat - macOS:
run_gui.command - Linux:
run_gui.sh