ShowTime
A torrent desktop client for Trakt.tv with live updates from kickasstorrents and Popcorn-Time integration.
Screenshots
Dashboard
Login screen
Functionality
- Runs in the background and notifies you about new episodes / releases
- Play episodes directly in Popcorn-Time
- Mark seen episodes
Development
- 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
Deploy
Run ./deploy
to create a runnable binary. Note that I only support OS X at the moment, but PR are welcome.
Prerequisite
Runs on all platforms supported by Electron, but currently only has playback support in OS X.