Getting Started¶
This guide will help you set up Traktor integration with plistsync from start to finish.
Prerequisites¶
Installation¶
First, install the Traktor optional dependencies:
pip install 'plistsync[traktor]'
uv add plistsync --extra traktor
Configuration¶
Enable Traktor in your plistsync configuration file:
# ./config/config.yaml
services:
traktor:
enabled: true