A torrent desktop client for Trakt.tv with live updates from kickasstorrents and Popcorn-Time integration.
- Runs in the background and notifies you about new episodes / releases
- Play episodes directly in Popcorn-Time
- Mark seen episodes
- Add your own trakt.tv credentials into
config.copy.json
and move it toconfig.json
. You'll find your credentials on the settings page - Install dependencies using
npm install
- Start ember using
ember server
- Start Electron (the GUI) using
./start
Run ./deploy
to create a runnable binary. Note that I only support OS X at the moment, but PR are welcome.
Runs on all platforms supported by Electron, but currently only has playback support in OS X.